💾 Archived View for cugi.ie › aminet › 1675828374.gmi captured on 2023-11-14 at 08:34:10. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
Author: AmiSSL Open Source Team Uploader: Oliver Roberts <oliver amissl org> Type: util/libs Version: 5.7 Replaces: util/libs/AmiSSL-5.*-SDK.lha Architecture: ppc-amigaos >= 4.0.5; m68k-amigaos >= 3.0.0 URL: https://www.amissl.org/download/ Date: 2023-02-07 Readme: http://aminet.net/util/libs/AmiSSL-5.7-SDK.readme Downloads: 3
http://aminet.net/util/libs/AmiSSL-5.7-SDK.lha
The AmiSSL project is a collaborative effort to develop a port of OpenSSL
in a shared library for Amiga-based systems (AmigaOS, MorphOS, AROS, etc).
OpenSSL (www.openssl.org) is "an open source project that provides a
robust, commercial-grade, and full-featured toolkit for the Transport
Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also
a general-purpose cryptography library."
The library together with its provided software development kit (SDK) tries
to be 100% API/ABI compatible to the OpenSSL version it is based on. Due to
it being a shared library, it can be used by several Amiga applications at
the same time, without wasting resources.
AmiSSL v5 is a new major release which has been updated with full
compatibility with OpenSSL 3.0. This includes important security related
fixes, a built-in HTTP(S) client and comes with the latest encryption
ciphers which are required nowadays to connect to modern SSL-based services
such as HTTPS and SSH.
General
-------
AmiSSL consists of four major components: the shared libraries, the public
root CA certificates, a port of the `OpenSSL` command-line tool and the
developer software development kit (SDK).
Libraries
---------
The main library is "amisslmaster.library" which acts as a proxy and opens
the appropriate AmiSSL library (with compatibility to a certain OpenSSL
version) for the programs using AmiSSL. This mechanism allows different
AmiSSL versions to be installed in parallel, due to different applications
potentially requiring different versions. For this reason, it is important
that the latest version of "amisslmaster.library" is always installed.
The actual OpenSSL implementations are located in the shared libraries that
are usually stored inside the "AmiSSL:Libs/AmiSSL" directory. With the
exception of AmiSSL v1 libraries, none of them should be opened directly,
but instead via "amisslmaster.library". The technical details on this can be
found in AmiSSL SDK documentation (see README-SDK).
The previous versions of libraries in AmiSSL directory should be kept when a
new version of AmiSSL is released since they may still be used, as sometimes
changes in the OpenSSL API/ABI or public structures mean that backwards
compatibility cannot be maintained, usually for major OpenSSL updates only.
When this is not an issue, the installer will delete any old versions that
are no longer required and applications will benefit automatically from using
the latest version without themselves needing to be recompiled/updated.
Root CA Certificates
--------------------
Each AmiSSL version is supplied with a full set of root CA certificates
which have been synchronized to the ones the Mozilla group usually distribute
with their products (e.g. Mozilla Firefox, etc.) and are stored in the
"AmiSSL:Certs" directory. When installing new updated AmiSSL versions, these
certificates are updated and expired ones are removed.
It is recommended that you do not manually add certificates to the
"AmiSSL:Certs" directory, but if you did, you should back them up and copy
them back after installing the latest AmiSSL. Normally, you should add and
maintain your own certificates in the "AmiSSL:UserCerts" directory, so that
no future AmiSSL release will delete them. Applications should store
certificates in "AmiSSL:UserCerts" and private keys in "AmiSSL:Private".
The 'OpenSSL' command-line tool
-------------------------------
A port of the OpenSSL tool is also included and usually installed to AmiSSL:
or C: during installation. It is a "command line tool for using the various
cryptography functions of OpenSSL's crypto library from the shell". The
documentation for the OpenSSL tool is included in the archive and can also
be reviewed online: https://www.openssl.org/docs/man3.0/man1/openssl.html.
A sample openssl.cnf file is also installed to AmiSSL:, if it doesn't already
exist, along with the CA.pl helper script, both of which aid the certificate
generation features of the OpenSSL tool. The tsget.pl script is also included.
Developer SDK
-------------
The AmiSSL SDK contains everything a developer needs to use OpenSSL in their
applications, including C header files, Autodocs, autoopen link library,
stub link library, examples and library interface description files. The first
point of call being the README-SDK file which explains what needs to be done.
Backwards Compatibility
-----------------------
All applications compiled to use previous versions of AmiSSL v5 will
automatically use the latest version once installed. Old applications will
continue to use AmiSSL v4 or older and will need to be recompiled with the
updated SDK in order to start using AmiSSL v5. Besides this difference,
AmiSSL v5 can be installed on top of any previous AmiSSL versions, which
ensures that applications compiled for AmiSSL v1/v2/v3/v4 continue to work.
Requirements
------------
AmiSSL requires an Amiga-compatible operating system being installed (AmigaOS,
MorphOS, AROS) with exec.library v38+ compatibility. Currently, AmiSSL is
compatible with AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ and MorphOS.
IMPORTANT NOTE
--------------
This release comes with binaries for the AmigaOS4/PPC and AmigaOS3/m68k
platform only. Unfortunately, due to lack of motivated developers we couldn't
provide native binaries for the MorphOS/PPC or AROS (PPC, i386, x86_64)
platform in time. If you are, however, interested in seeing AmiSSL v5 being
ported for these other Amiga-based platforms, please try to find motivated and
talented developers who could join our team as proper maintainers for these
alternative platforms. In addition, if you are a MorphOS or AROS developer
yourself, feel free to send proper pull requests to see your platform
supported in one of the next releases or please consider joining our team.
Legal information
-----------------
AmiSSL v1 Copyright (c) 1999-2006 Andrija Antonijevic.
AmiSSL v2/v3 Copyright (c) 2002-2006 Andrija Antonijevic, Stefan Burstroem.
AmiSSL v4/v5 Copyright (c) 2014-2023 AmiSSL Open Source Team.
All Rights Reserved.
OpenSSL Cryptography and SSL/TLS Toolkit
Copyright (c) 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
AmiSSL uses a modified version of OpenSSL. Both AmiSSL and OpenSSL
are licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License in the file LICENSE in the
source distribution or at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
68060 optimised 64-bit multiplication routines
Copyright (c) 2001-2022 Frank Wille. All Rights Reserved.
OpenSSL BIGNUM 68020-68040 optimised routines
Copyright (c) 2002 by Howard Chu <hyc at highlandsun.com>
Contact us
----------
Bugs, any other issues or queries should be reported to the AmiSSL team via
https://github.com/jens-maus/amissl/issues. You may also follow us on
Twitter at amigassl, where we post updates and release announcements.
Authors
-------
AmiSSL is a collaborative effort with Amiga-specific code being contributed
by the following people:
- Andrija Antonijevic
- Thore Boeckelmann
- Stefan Burstroem
- Howard Chu
- Jens Maus
- Gunther Nikl
- Oliver Roberts
- Frank Wille
PERMISSION UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME ---------- ----------- ------- ------- ------ ---------- ------------ ---------- -rw-rw-r-- 1000/1000 1794 2705 66.3% -lh5- 567d Mar 31 2021 AmiSSL.info drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/Autodocs/ -rw-rw-r-- 1000/1000 2566 8637 29.7% -lh5- 4f73 Mar 16 2022 AmiSSL/Developer/Autodocs/amissl.doc -rw-rw-r-- 1000/1000 2563 7902 32.4% -lh5- a286 Apr 2 2022 AmiSSL/Developer/Autodocs/amisslmaster.doc drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/Examples/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/Examples/AmigaOS3/ -rwxr-xr-x 1000/1000 9149 16516 55.4% -lh5- 94e7 Jun 21 2022 AmiSSL/Developer/Examples/AmigaOS3/httpget -rwxr-xr-x 1000/1000 13438 27012 49.7% -lh5- 6fb6 Jun 21 2022 AmiSSL/Developer/Examples/AmigaOS3/https drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/Examples/AmigaOS4/ -rwxr-xr-x 1000/1000 14699 36800 39.9% -lh5- 880c Jul 7 2022 AmiSSL/Developer/Examples/AmigaOS4/httpget -rwxr-xr-x 1000/1000 23065 55908 41.3% -lh5- a683 Jun 21 2022 AmiSSL/Developer/Examples/AmigaOS4/https -rw-r--r-- 1000/1000 3031 7925 38.2% -lh5- 67ce May 11 2022 AmiSSL/Developer/Examples/httpget.c -rw-r--r-- 1000/1000 4802 13637 35.2% -lh5- b43a Mar 13 2022 AmiSSL/Developer/Examples/https.c -rw-r--r-- 1000/1000 5183 13423 38.6% -lh5- 5383 Oct 19 16:19 AmiSSL/Developer/README-SDK drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/fd/ -rw-r--r-- 1000/1000 45395 186196 24.4% -lh5- bcce Feb 7 18:37 AmiSSL/Developer/fd/amissl_lib.fd -rw-rw-r-- 1000/1000 10610 46473 22.8% -lh5- 5926 Feb 7 18:37 AmiSSL/Developer/fd/amisslext_lib.fd -rw-r--r-- 1000/1000 200 324 61.7% -lh5- 830c Feb 7 18:37 AmiSSL/Developer/fd/amisslmaster_lib.fd drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/ drwxr-xr-x 1000/1000 0 0 ****** -lhd- 0000 Oct 19 12:52 AmiSSL/Developer/include/amissl/ -rw-r--r-- 1000/1000 1271 4537 28.0% -lh5- c456 Mar 22 2022 AmiSSL/Developer/include/amissl/amissl.h -rw-r--r-- 1000/1000 2127 10733 19.8% -lh5- aacc Oct 19 12:52 AmiSSL/Developer/include/amissl/inline.h -rw-r--r-- 1000/1000 864 2130 40.6% -lh5- 2e07 Apr 2 2022 AmiSSL/Developer/include/amissl/tags.h -rw-r--r-- 1000/1000 844 1780 47.4% -lh5- acd8 Mar 22 2022 AmiSSL/Developer/include/amissl/types.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/clib/ -rw-r--r-- 1000/1000 683 1426 47.9% -lh5- d33e Mar 13 2022 AmiSSL/Developer/include/clib/amissl_protos.h -rw-r--r-- 1000/1000 747 1584 47.2% -lh5- 81e8 Apr 2 2022 AmiSSL/Developer/include/clib/amisslmaster_protos.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/defines/ -rw-r--r-- 1000/1000 133747 1155088 11.6% -lh5- b4fd Feb 7 18:37 AmiSSL/Developer/include/defines/amissl.h -rw-rw-r-- 1000/1000 30867 269832 11.4% -lh5- 3ba6 Feb 7 18:37 AmiSSL/Developer/include/defines/amisslext.h -rw-r--r-- 1000/1000 584 1988 29.4% -lh5- ee42 Feb 7 18:37 AmiSSL/Developer/include/defines/amisslmaster.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/inline/ -rw-r--r-- 1000/1000 129103 882904 14.6% -lh5- ae06 Feb 7 18:37 AmiSSL/Developer/include/inline/amissl.h -rw-r--r-- 1000/1000 164643 1169641 14.1% -lh5- d523 Feb 7 18:37 AmiSSL/Developer/include/inline/amissl_protos.h -rw-rw-r-- 1000/1000 29392 206674 14.2% -lh5- 4420 Feb 7 18:37 AmiSSL/Developer/include/inline/amisslext.h -rw-rw-r-- 1000/1000 37493 274594 13.7% -lh5- a1fd Feb 7 18:37 AmiSSL/Developer/include/inline/amisslext_protos.h -rw-r--r-- 1000/1000 567 1710 33.2% -lh5- 9ad5 Feb 7 18:37 AmiSSL/Developer/include/inline/amisslmaster.h -rw-r--r-- 1000/1000 618 1961 31.5% -lh5- d41a Feb 7 18:37 AmiSSL/Developer/include/inline/amisslmaster_protos.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/inline4/ -rw-r--r-- 1000/1000 93056 513166 18.1% -lh5- b3cc Feb 7 18:37 AmiSSL/Developer/include/inline4/amissl.h -rw-r--r-- 1000/1000 516 1285 40.2% -lh5- 84c3 Feb 7 18:37 AmiSSL/Developer/include/inline4/amisslmaster.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/interfaces/ -rw-r--r-- 1000/1000 91398 676124 13.5% -lh5- b9bb Feb 7 18:37 AmiSSL/Developer/include/interfaces/amissl.h -rw-r--r-- 1000/1000 38762 261594 14.8% -lh5- 8063 Feb 7 18:37 AmiSSL/Developer/include/interfaces/amissl.i -rw-r--r-- 1000/1000 494 1440 34.3% -lh5- 8ce8 Feb 7 18:37 AmiSSL/Developer/include/interfaces/amisslmaster.h -rw-r--r-- 1000/1000 283 744 38.0% -lh5- 5cef Feb 7 18:37 AmiSSL/Developer/include/interfaces/amisslmaster.i drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/libraries/ -rw-r--r-- 1000/1000 704 1693 41.6% -lh5- ca76 Mar 13 2022 AmiSSL/Developer/include/libraries/amissl.h -rw-r--r-- 1000/1000 965 2994 32.2% -lh5- 0865 Feb 7 18:10 AmiSSL/Developer/include/libraries/amisslmaster.h drwxr-xr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:04 AmiSSL/Developer/include/openssl/ -rw-rw-r-- 1000/1000 1056 4161 25.4% -lh5- 45d0 Feb 7 20:04 AmiSSL/Developer/include/openssl/aes.h -rw-rw-r-- 1000/1000 12051 61337 19.6% -lh5- 67be Feb 7 20:04 AmiSSL/Developer/include/openssl/asn1.h -rw-rw-r-- 1000/1000 431 716 60.2% -lh5- cad6 Feb 7 20:04 AmiSSL/Developer/include/openssl/asn1_mac.h -rw-rw-r-- 1000/1000 1931 8140 23.7% -lh5- e636 Feb 7 20:04 AmiSSL/Developer/include/openssl/asn1err.h -rw-rw-r-- 1000/1000 7841 36360 21.6% -lh5- a7e8 Feb 7 20:04 AmiSSL/Developer/include/openssl/asn1t.h -rw-rw-r-- 1000/1000 1206 3572 33.8% -lh5- 13b1 Feb 7 20:04 AmiSSL/Developer/include/openssl/async.h -rw-rw-r-- 1000/1000 626 1251 50.0% -lh5- fa6e Feb 7 20:04 AmiSSL/Developer/include/openssl/asyncerr.h -rw-rw-r-- 1000/1000 10005 40722 24.6% -lh5- 9b3b Feb 7 20:04 AmiSSL/Developer/include/openssl/bio.h -rw-rw-r-- 1000/1000 1137 3490 32.6% -lh5- 9a0c Feb 7 20:04 AmiSSL/Developer/include/openssl/bioerr.h -rw-rw-r-- 1000/1000 934 3102 30.1% -lh5- 889b Feb 7 20:04 AmiSSL/Developer/include/openssl/blowfish.h -rw-rw-r-- 1000/1000 5624 24170 23.3% -lh5- 6b9a Feb 7 20:04 AmiSSL/Developer/include/openssl/bn.h -rw-rw-r-- 1000/1000 908 2358 38.5% -lh5- c4b4 Feb 7 20:04 AmiSSL/Developer/include/openssl/bnerr.h -rw-rw-r-- 1000/1000 871 2043 42.6% -lh5- 9e4b Feb 7 20:04 AmiSSL/Developer/include/openssl/buffer.h -rw-rw-r-- 1000/1000 559 1003 55.7% -lh5- ed8d Feb 7 20:04 AmiSSL/Developer/include/openssl/buffererr.h -rw-rw-r-- 1000/1000 1164 5478 21.2% -lh5- 9ca8 Feb 7 20:04 AmiSSL/Developer/include/openssl/camellia.h -rw-rw-r-- 1000/1000 862 2475 34.8% -lh5- 24c8 Feb 7 20:04 AmiSSL/Developer/include/openssl/cast.h -rw-rw-r-- 1000/1000 792 2017 39.3% -lh5- 8769 Feb 7 20:04 AmiSSL/Developer/include/openssl/cmac.h -rw-rw-r-- 1000/1000 7202 41387 17.4% -lh5- 2d4e Feb 7 20:04 AmiSSL/Developer/include/openssl/cmp.h -rw-rw-r-- 1000/1000 919 2151 42.7% -lh5- 642c Feb 7 20:04 AmiSSL/Developer/include/openssl/cmp_util.h -rw-rw-r-- 1000/1000 1685 6448 26.1% -lh5- 3e57 Feb 7 20:04 AmiSSL/Developer/include/openssl/cmperr.h -rw-rw-r-- 1000/1000 4894 34504 14.2% -lh5- 8ff0 Feb 7 20:04 AmiSSL/Developer/include/openssl/cms.h -rw-rw-r-- 1000/1000 1688 7014 24.1% -lh5- bcc2 Feb 7 20:04 AmiSSL/Developer/include/openssl/cmserr.h -rw-rw-r-- 1000/1000 794 1854 42.8% -lh5- 96a9 Feb 7 20:04 AmiSSL/Developer/include/openssl/comp.h -rw-rw-r-- 1000/1000 620 1222 50.7% -lh5- c500 Feb 7 20:04 AmiSSL/Developer/include/openssl/comperr.h -rw-rw-r-- 1000/1000 2587 10908 23.7% -lh5- d7e9 Feb 7 20:04 AmiSSL/Developer/include/openssl/conf.h -rw-rw-r-- 1000/1000 752 1829 41.1% -lh5- 0d86 Feb 7 20:04 AmiSSL/Developer/include/openssl/conf_api.h -rw-rw-r-- 1000/1000 978 2612 37.4% -lh5- a8ce Feb 7 20:04 AmiSSL/Developer/include/openssl/conferr.h -rw-rw-r-- 1000/1000 1212 3699 32.8% -lh5- aaf7 Feb 7 20:04 AmiSSL/Developer/include/openssl/configuration.h -rw-rw-r-- 1000/1000 764 1599 47.8% -lh5- 0fa6 Feb 7 20:04 AmiSSL/Developer/include/openssl/conftypes.h -rw-rw-r-- 1000/1000 3021 8540 35.4% -lh5- a11b Feb 7 20:04 AmiSSL/Developer/include/openssl/core.h -rw-rw-r-- 1000/1000 8201 48146 17.0% -lh5- ed9f Feb 7 20:04 AmiSSL/Developer/include/openssl/core_dispatch.h -rw-rw-r-- 1000/1000 6664 29423 22.6% -lh5- fad2 Feb 7 20:04 AmiSSL/Developer/include/openssl/core_names.h -rw-rw-r-- 1000/1000 763 1535 49.7% -lh5- 72aa Feb 7 20:04 AmiSSL/Developer/include/openssl/core_object.h -rw-rw-r-- 1000/1000 2921 14976 19.5% -lh5- 604c Feb 7 20:04 AmiSSL/Developer/include/openssl/crmf.h -rw-rw-r-- 1000/1000 917 2420 37.9% -lh5- 9c0e Feb 7 20:04 AmiSSL/Developer/include/openssl/crmferr.h -rw-rw-r-- 1000/1000 6257 24399 25.6% -lh5- a65b Feb 7 20:04 AmiSSL/Developer/include/openssl/crypto.h -rw-rw-r-- 1000/1000 907 2308 39.3% -lh5- d856 Feb 7 20:04 AmiSSL/Developer/include/openssl/cryptoerr.h -rw-rw-r-- 1000/1000 9963 80805 12.3% -lh5- c2c1 Feb 7 20:04 AmiSSL/Developer/include/openssl/cryptoerr_legacy.h -rw-rw-r-- 1000/1000 5507 23188 23.7% -lh5- 7c2f Feb 7 20:04 AmiSSL/Developer/include/openssl/ct.h -rw-rw-r-- 1000/1000 814 2097 38.8% -lh5- 755c Feb 7 20:04 AmiSSL/Developer/include/openssl/cterr.h -rw-rw-r-- 1000/1000 1593 6169 25.8% -lh5- e9f8 Feb 7 20:04 AmiSSL/Developer/include/openssl/decoder.h -rw-rw-r-- 1000/1000 621 1200 51.8% -lh5- 89b5 Feb 7 20:04 AmiSSL/Developer/include/openssl/decodererr.h -rw-rw-r-- 1000/1000 2069 8934 23.2% -lh5- ebd8 Feb 7 20:04 AmiSSL/Developer/include/openssl/des.h -rw-rw-r-- 1000/1000 3309 15505 21.3% -lh5- 653e Feb 7 20:04 AmiSSL/Developer/include/openssl/dh.h -rw-rw-r-- 1000/1000 925 2853 32.4% -lh5- bcdc Feb 7 20:04 AmiSSL/Developer/include/openssl/dherr.h -rw-rw-r-- 1000/1000 3009 12851 23.4% -lh5- f4d5 Feb 7 20:04 AmiSSL/Developer/include/openssl/dsa.h -rw-rw-r-- 1000/1000 774 1975 39.2% -lh5- cc36 Feb 7 20:04 AmiSSL/Developer/include/openssl/dsaerr.h -rw-rw-r-- 1000/1000 802 1874 42.8% -lh5- fb4d Feb 7 20:04 AmiSSL/Developer/include/openssl/dtls1.h -rw-rw-r-- 1000/1000 2963 9611 30.8% -lh5- 5337 Feb 7 20:04 AmiSSL/Developer/include/openssl/e_os2.h -rw-rw-r-- 1000/1000 694 1451 47.8% -lh5- 3853 Feb 7 20:04 AmiSSL/Developer/include/openssl/ebcdic.h -rw-rw-r-- 1000/1000 10991 68092 16.1% -lh5- 0114 Feb 7 20:04 AmiSSL/Developer/include/openssl/ec.h -rw-rw-r-- 1000/1000 404 679 59.5% -lh5- 1d1d Feb 7 20:04 AmiSSL/Developer/include/openssl/ecdh.h -rw-rw-r-- 1000/1000 404 679 59.5% -lh5- 1d1d Feb 7 20:04 AmiSSL/Developer/include/openssl/ecdsa.h -rw-rw-r-- 1000/1000 1521 5751 26.4% -lh5- 4123 Feb 7 20:04 AmiSSL/Developer/include/openssl/ecerr.h -rw-rw-r-- 1000/1000 1519 5859 25.9% -lh5- ca69 Feb 7 20:04 AmiSSL/Developer/include/openssl/encoder.h -rw-rw-r-- 1000/1000 622 1200 51.8% -lh5- 5839 Feb 7 20:04 AmiSSL/Developer/include/openssl/encodererr.h -rw-rw-r-- 1000/1000 11144 39230 28.4% -lh5- 603f Feb 7 20:04 AmiSSL/Developer/include/openssl/engine.h -rw-rw-r-- 1000/1000 1061 3247 32.7% -lh5- 10ea Feb 7 20:04 AmiSSL/Developer/include/openssl/engineerr.h -rw-rw-r-- 1000/1000 5128 23101 22.2% -lh5- 400a Feb 7 20:04 AmiSSL/Developer/include/openssl/err.h -rw-rw-r-- 1000/1000 1717 9391 18.3% -lh5- fce1 Feb 7 20:04 AmiSSL/Developer/include/openssl/ess.h -rw-rw-r-- 1000/1000 709 1553 45.7% -lh5- ed15 Feb 7 20:04 AmiSSL/Developer/include/openssl/esserr.h -rw-rw-r-- 1000/1000 17494 105713 16.5% -lh5- 1230 Feb 7 20:04 AmiSSL/Developer/include/openssl/evp.h -rw-rw-r-- 1000/1000 1945 7760 25.1% -lh5- e8c9 Feb 7 20:04 AmiSSL/Developer/include/openssl/evperr.h -rw-rw-r-- 1000/1000 867 2088 41.5% -lh5- c004 Feb 7 20:04 AmiSSL/Developer/include/openssl/fips_names.h -rw-rw-r-- 1000/1000 776 1433 54.2% -lh5- 570d Feb 7 20:04 AmiSSL/Developer/include/openssl/fipskey.h -rw-rw-r-- 1000/1000 886 2550 34.7% -lh5- 75b1 Feb 7 20:04 AmiSSL/Developer/include/openssl/hmac.h -rw-rw-r-- 1000/1000 1886 8769 21.5% -lh5- 14e6 Feb 7 20:04 AmiSSL/Developer/include/openssl/http.h -rw-rw-r-- 1000/1000 1009 2860 35.3% -lh5- 4c1d Feb 7 20:04 AmiSSL/Developer/include/openssl/httperr.h -rw-rw-r-- 1000/1000 945 3419 27.6% -lh5- 5c04 Feb 7 20:04 AmiSSL/Developer/include/openssl/idea.h -rw-rw-r-- 1000/1000 1533 6028 25.4% -lh5- 6d02 Feb 7 20:04 AmiSSL/Developer/include/openssl/kdf.h -rw-rw-r-- 1000/1000 502 891 56.3% -lh5- 7800 Feb 7 20:04 AmiSSL/Developer/include/openssl/kdferr.h -rw-rw-r-- 1000/1000 2731 14999 18.2% -lh5- 0ed2 Feb 7 20:04 AmiSSL/Developer/include/openssl/lhash.h -rw-rw-r-- 1000/1000 3036 10519 28.9% -lh5- 44f1 Feb 7 20:04 AmiSSL/Developer/include/openssl/macros.h -rw-rw-r-- 1000/1000 798 1870 42.7% -lh5- f4e0 Feb 7 20:04 AmiSSL/Developer/include/openssl/md2.h -rw-rw-r-- 1000/1000 872 2108 41.4% -lh5- e3cd Feb 7 20:04 AmiSSL/Developer/include/openssl/md4.h -rw-rw-r-- 1000/1000 869 2105 41.3% -lh5- e856 Feb 7 20:04 AmiSSL/Developer/include/openssl/md5.h -rw-rw-r-- 1000/1000 814 1850 44.0% -lh5- 42e7 Feb 7 20:04 AmiSSL/Developer/include/openssl/mdc2.h -rw-rw-r-- 1000/1000 1627 11195 14.5% -lh5- ad27 Feb 7 20:04 AmiSSL/Developer/include/openssl/modes.h -rw-rw-r-- 1000/1000 34246 229077 14.9% -lh5- c82b Feb 7 20:04 AmiSSL/Developer/include/openssl/obj_mac.h -rw-rw-r-- 1000/1000 2208 7257 30.4% -lh5- 609c Feb 7 20:04 AmiSSL/Developer/include/openssl/objects.h -rw-rw-r-- 1000/1000 608 1191 51.0% -lh5- 72cf Feb 7 20:04 AmiSSL/Developer/include/openssl/objectserr.h -rw-rw-r-- 1000/1000 5403 29775 18.1% -lh5- fc87 Feb 7 20:04 AmiSSL/Developer/include/openssl/ocsp.h -rw-rw-r-- 1000/1000 973 2609 37.3% -lh5- 47f4 Feb 7 20:04 AmiSSL/Developer/include/openssl/ocsperr.h -rw-rw-r-- 1000/1000 502 924 54.3% -lh5- 7d81 Feb 7 20:04 AmiSSL/Developer/include/openssl/opensslconf.h -rw-rw-r-- 1000/1000 1473 3607 40.8% -lh5- a92f Feb 7 20:04 AmiSSL/Developer/include/openssl/opensslv.h -rw-rw-r-- 1000/1000 493 880 56.0% -lh5- a9be Feb 7 20:04 AmiSSL/Developer/include/openssl/ossl_typ.h -rw-rw-r-- 1000/1000 830 3218 25.8% -lh5- e011 Feb 7 20:04 AmiSSL/Developer/include/openssl/param_build.h -rw-rw-r-- 1000/1000 2010 11395 17.6% -lh5- 4196 Feb 7 20:04 AmiSSL/Developer/include/openssl/params.h -rw-rw-r-- 1000/1000 3905 26173 14.9% -lh5- a6b1 Feb 7 20:04 AmiSSL/Developer/include/openssl/pem.h -rw-rw-r-- 1000/1000 517 940 55.0% -lh5- 7723 Feb 7 20:04 AmiSSL/Developer/include/openssl/pem2.h -rw-rw-r-- 1000/1000 1008 3043 33.1% -lh5- 8169 Feb 7 20:04 AmiSSL/Developer/include/openssl/pemerr.h -rw-rw-r-- 1000/1000 3369 19739 17.1% -lh5- 2763 Feb 7 20:04 AmiSSL/Developer/include/openssl/pkcs12.h -rw-rw-r-- 1000/1000 862 2246 38.4% -lh5- c710 Feb 7 20:04 AmiSSL/Developer/include/openssl/pkcs12err.h -rw-rw-r-- 1000/1000 4447 22756 19.5% -lh5- 9803 Feb 7 20:04 AmiSSL/Developer/include/openssl/pkcs7.h -rw-rw-r-- 1000/1000 1114 3361 33.1% -lh5- a0d1 Feb 7 20:04 AmiSSL/Developer/include/openssl/pkcs7err.h -rw-rw-r-- 1000/1000 637 1390 45.8% -lh5- 6916 Feb 7 20:04 AmiSSL/Developer/include/openssl/prov_ssl.h -rw-rw-r-- 1000/1000 2085 8626 24.2% -lh5- 5a35 Feb 7 20:04 AmiSSL/Developer/include/openssl/proverr.h -rw-rw-r-- 1000/1000 941 2734 34.4% -lh5- 428c Feb 7 20:04 AmiSSL/Developer/include/openssl/provider.h -rw-rw-r-- 1000/1000 1525 4269 35.7% -lh5- e128 Feb 7 20:04 AmiSSL/Developer/include/openssl/rand.h -rw-rw-r-- 1000/1000 1191 3666 32.5% -lh5- 64e7 Feb 7 20:04 AmiSSL/Developer/include/openssl/randerr.h -rw-rw-r-- 1000/1000 853 2791 30.6% -lh5- 9b8b Feb 7 20:04 AmiSSL/Developer/include/openssl/rc2.h -rw-rw-r-- 1000/1000 718 1603 44.8% -lh5- 68cd Feb 7 20:04 AmiSSL/Developer/include/openssl/rc4.h -rw-rw-r-- 1000/1000 1019 3270 31.2% -lh5- 3b95 Feb 7 20:04 AmiSSL/Developer/include/openssl/rc5.h -rw-rw-r-- 1000/1000 843 2126 39.7% -lh5- 523f Feb 7 20:04 AmiSSL/Developer/include/openssl/ripemd.h -rw-rw-r-- 1000/1000 5466 29649 18.4% -lh5- 4f36 Feb 7 20:04 AmiSSL/Developer/include/openssl/rsa.h -rw-rw-r-- 1000/1000 1638 6090 26.9% -lh5- 2a5e Feb 7 20:04 AmiSSL/Developer/include/openssl/rsaerr.h -rw-rw-r-- 1000/1000 3115 19304 16.1% -lh5- 6918 Feb 7 20:04 AmiSSL/Developer/include/openssl/safestack.h -rw-rw-r-- 1000/1000 1649 4370 37.7% -lh5- d9af Feb 7 20:04 AmiSSL/Developer/include/openssl/seed.h -rw-rw-r-- 1000/1000 1295 4424 29.3% -lh5- 8628 Feb 7 20:04 AmiSSL/Developer/include/openssl/self_test.h -rw-rw-r-- 1000/1000 1392 5067 27.5% -lh5- e3fa Feb 7 20:04 AmiSSL/Developer/include/openssl/sha.h -rw-rw-r-- 1000/1000 2782 15910 17.5% -lh5- c0f1 Feb 7 20:04 AmiSSL/Developer/include/openssl/srp.h -rw-rw-r-- 1000/1000 858 1838 46.7% -lh5- 7f8a Feb 7 20:04 AmiSSL/Developer/include/openssl/srtp.h -rw-rw-r-- 1000/1000 26917 125726 21.4% -lh5- c1ca Feb 7 20:04 AmiSSL/Developer/include/openssl/ssl.h -rw-rw-r-- 1000/1000 573 1067 53.7% -lh5- 5a94 Feb 7 20:04 AmiSSL/Developer/include/openssl/ssl2.h -rw-rw-r-- 1000/1000 3853 15182 25.4% -lh5- d9c4 Feb 7 20:04 AmiSSL/Developer/include/openssl/ssl3.h -rw-rw-r-- 1000/1000 4472 20810 21.5% -lh5- 324c Feb 7 20:04 AmiSSL/Developer/include/openssl/sslerr.h -rw-rw-r-- 1000/1000 3923 27414 14.3% -lh5- fa25 Feb 7 20:04 AmiSSL/Developer/include/openssl/sslerr_legacy.h -rw-rw-r-- 1000/1000 1076 3693 29.1% -lh5- aad8 Feb 7 20:04 AmiSSL/Developer/include/openssl/stack.h -rw-rw-r-- 1000/1000 3787 15625 24.2% -lh5- 502e Feb 7 20:04 AmiSSL/Developer/include/openssl/store.h -rw-rw-r-- 1000/1000 969 2501 38.7% -lh5- ad29 Feb 7 20:04 AmiSSL/Developer/include/openssl/storeerr.h -rw-rw-r-- 1000/1000 709 1699 41.7% -lh5- 5f42 Feb 7 20:04 AmiSSL/Developer/include/openssl/symhacks.h -rw-rw-r-- 1000/1000 10374 72089 14.4% -lh5- ad98 Feb 7 20:04 AmiSSL/Developer/include/openssl/tls1.h -rw-rw-r-- 1000/1000 3292 10686 30.8% -lh5- a295 Feb 7 20:04 AmiSSL/Developer/include/openssl/trace.h -rw-rw-r-- 1000/1000 5052 20115 25.1% -lh5- 2561 Feb 7 20:04 AmiSSL/Developer/include/openssl/ts.h -rw-rw-r-- 1000/1000 1137 3483 32.6% -lh5- 2dcd Feb 7 20:04 AmiSSL/Developer/include/openssl/tserr.h -rw-rw-r-- 1000/1000 940 2193 42.9% -lh5- e764 Feb 7 20:04 AmiSSL/Developer/include/openssl/txt_db.h -rw-rw-r-- 1000/1000 2200 7615 28.9% -lh5- c18c Feb 7 20:04 AmiSSL/Developer/include/openssl/types.h -rw-rw-r-- 1000/1000 5962 19674 30.3% -lh5- 592c Feb 7 20:04 AmiSSL/Developer/include/openssl/ui.h -rw-rw-r-- 1000/1000 782 1800 43.4% -lh5- aee6 Feb 7 20:04 AmiSSL/Developer/include/openssl/uierr.h -rw-rw-r-- 1000/1000 895 2262 39.6% -lh5- e6d3 Feb 7 20:04 AmiSSL/Developer/include/openssl/whrlpool.h -rw-rw-r-- 1000/1000 11583 72007 16.1% -lh5- 54c0 Feb 7 20:04 AmiSSL/Developer/include/openssl/x509.h -rw-rw-r-- 1000/1000 9544 52450 18.2% -lh5- a70d Feb 7 20:04 AmiSSL/Developer/include/openssl/x509_vfy.h -rw-rw-r-- 1000/1000 1163 3666 31.7% -lh5- a11f Feb 7 20:04 AmiSSL/Developer/include/openssl/x509err.h -rw-rw-r-- 1000/1000 14275 94391 15.1% -lh5- 53cd Feb 7 20:04 AmiSSL/Developer/include/openssl/x509v3.h -rw-rw-r-- 1000/1000 1426 5228 27.3% -lh5- 942c Feb 7 20:04 AmiSSL/Developer/include/openssl/x509v3err.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/ppcinline/ -rw-r--r-- 1000/1000 131021 969978 13.5% -lh5- 2a1e Feb 7 18:37 AmiSSL/Developer/include/ppcinline/amissl.h -rw-rw-r-- 1000/1000 29779 223806 13.3% -lh5- 0ebf Feb 7 18:37 AmiSSL/Developer/include/ppcinline/amisslext.h -rw-r--r-- 1000/1000 579 1836 31.5% -lh5- 11a0 Feb 7 18:37 AmiSSL/Developer/include/ppcinline/amisslmaster.h -rw-r--r-- 1000/1000 2108 57409 3.7% -lh5- 8ea1 Jan 10 2020 AmiSSL/Developer/include/ppcinline/macros.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/pragmas/ -rw-r--r-- 1000/1000 88610 1220879 7.3% -lh5- 2c41 Feb 7 18:37 AmiSSL/Developer/include/pragmas/amissl_pragmas.h -rw-rw-r-- 1000/1000 19077 256317 7.4% -lh5- e01f Feb 7 18:37 AmiSSL/Developer/include/pragmas/amisslext_pragmas.h -rw-r--r-- 1000/1000 567 2645 21.4% -lh5- 8132 Feb 7 18:37 AmiSSL/Developer/include/pragmas/amisslmaster_pragmas.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/include/proto/ -rw-r--r-- 1000/1000 967 2718 35.6% -lh5- 7676 Mar 13 2022 AmiSSL/Developer/include/proto/amissl.h -rw-r--r-- 1000/1000 927 2577 36.0% -lh5- 7391 Mar 13 2022 AmiSSL/Developer/include/proto/amisslmaster.h drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/lib/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/lib/AmigaOS3/ -rw-rw-r-- 1000/1000 1045 2662 39.3% -lh5- bbd4 Feb 7 19:07 AmiSSL/Developer/lib/AmigaOS3/libamisslauto.a -rw-rw-r-- 1000/1000 221894 1701758 13.0% -lh5- 376d Feb 7 19:32 AmiSSL/Developer/lib/AmigaOS3/libamisslstubs.a drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/lib/AmigaOS4/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/lib/AmigaOS4/clib2/ -rw-rw-r-- 1000/1000 1770 4286 41.3% -lh5- 517e Feb 7 20:04 AmiSSL/Developer/lib/AmigaOS4/clib2/libamisslauto.a -rw-rw-r-- 1000/1000 322213 5150350 6.3% -lh5- caac Feb 7 20:04 AmiSSL/Developer/lib/AmigaOS4/libamisslstubs.a drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/lib/AmigaOS4/newlib/ -rw-rw-r-- 1000/1000 1828 4522 40.4% -lh5- e37b Feb 7 20:04 AmiSSL/Developer/lib/AmigaOS4/newlib/libamisslauto.a -rw-r--r-- 1000/1000 2441 10361 23.6% -lh5- 2571 Apr 2 2022 AmiSSL/Developer/lib/autoinit_amissl_main.c drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/sfd/ -rw-r--r-- 1000/1000 69751 376574 18.5% -lh5- f6f1 Feb 7 18:37 AmiSSL/Developer/sfd/amissl_lib.sfd -rw-rw-r-- 1000/1000 16073 90872 17.7% -lh5- d574 Feb 7 18:37 AmiSSL/Developer/sfd/amisslext_lib.sfd -rw-r--r-- 1000/1000 247 514 48.1% -lh5- d52d Feb 7 18:37 AmiSSL/Developer/sfd/amisslmaster_lib.sfd drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Feb 7 20:50 AmiSSL/Developer/xml/ -rw-r--r-- 1000/1000 116807 1298696 9.0% -lh5- f1a7 Feb 7 18:18 AmiSSL/Developer/xml/amissl.xml -rw-r--r-- 1000/1000 979 2453 39.9% -lh5- bd44 May 9 2022 AmiSSL/Developer/xml/amisslmaster.xml -rw-rw-r-- 1000/1000 1796 2705 66.4% -lh5- 7bbd Mar 31 2021 AmiSSL/Developer.info -rw-rw-r-- 1000/1000 3412 7897 43.2% -lh5- 2d87 Feb 7 20:50 AmiSSL/Doc/AmiSSL.doc -rw-rw-r-- 1000/1000 1806 2773 65.1% -lh5- 7cba Apr 28 2022 AmiSSL/Doc/AmiSSL.doc.info ---------- ----------- ------- ------- ------ ---------- ------------ ---------- Total 219 files 2347396 19293183 12.2% Feb 8 03:52
Aminet © 1992-2023 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>