AminetAminet
Search:
84983 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/libs/AmiSSL-v5-SDK.lha

Mirror:Random
Showing: ppc-warpup icongeneric icon
No screenshot available
Short:OpenSSL as an Amiga shared library SDK
Author:AmiSSL Open Source Team
Uploader:Oliver Roberts <oliver amissl org>
Type:util/libs
Version:5.23
Architecture:m68k-amigaos,ppc-amigaos
Date:2025-09-18
Replaces:util/libs/AmiSSL-5.*-SDK.lha
URL:https://www.amissl.org/download/
Download:util/libs/AmiSSL-v5-SDK.lha - View contents
Readme:util/libs/AmiSSL-v5-SDK.readme
Downloads:3392

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.5. 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.5/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-2025 AmiSSL Open Source Team.
All Rights Reserved.

OpenSSL Cryptography and SSL/TLS Toolkit
Copyright (c) 1995-2025 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@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 @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


Contents of util/libs/AmiSSL-v5-SDK.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
-rw-r--r--  1001/1001     1794    2705  66.3% -lh5- 567d Sep 17 09:56 AmiSSL.info
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/Autodocs/
-rw-r--r--  1001/1001     2568    8634  29.7% -lh5- a076 Sep 17 09:56 AmiSSL/Developer/Autodocs/amissl.doc
-rw-r--r--  1001/1001     2563    7902  32.4% -lh5- a286 Sep 17 09:56 AmiSSL/Developer/Autodocs/amisslmaster.doc
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/Examples/
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/Examples/AmigaOS3/
-rwxr-xr-x  1001/1001     9151   16528  55.4% -lh5- a637 Sep 17 09:56 AmiSSL/Developer/Examples/AmigaOS3/httpget
-rwxr-xr-x  1001/1001    13451   27024  49.8% -lh5- 9490 Sep 17 09:56 AmiSSL/Developer/Examples/AmigaOS3/https
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/Examples/AmigaOS4/
-rwxr-xr-x  1001/1001    14704   36812  39.9% -lh5- ad2c Sep 17 09:56 AmiSSL/Developer/Examples/AmigaOS4/httpget
-rwxr-xr-x  1001/1001    23078   55908  41.3% -lh5- 01d6 Sep 17 09:56 AmiSSL/Developer/Examples/AmigaOS4/https
-rw-r--r--  1001/1001     3056    7967  38.4% -lh5- daa7 Sep 17 09:56 AmiSSL/Developer/Examples/httpget.c
-rw-r--r--  1001/1001     4838   13679  35.4% -lh5- 19a7 Sep 17 09:56 AmiSSL/Developer/Examples/https.c
-rw-r--r--  1001/1001     5182   13423  38.6% -lh5- 8191 Sep 17 09:56 AmiSSL/Developer/README-SDK
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/fd/
-rw-r--r--  1001/1001    45463  186180  24.4% -lh5- 1a62 Sep 17 09:56 AmiSSL/Developer/fd/amissl_lib.fd
-rw-r--r--  1001/1001    16416   71111  23.1% -lh5- 5256 Sep 17 09:56 AmiSSL/Developer/fd/amisslext_lib.fd
-rw-r--r--  1001/1001      200     324  61.7% -lh5- 830c Sep 17 09:56 AmiSSL/Developer/fd/amisslmaster_lib.fd
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:56 AmiSSL/Developer/include/amissl/
-rw-r--r--  1001/1001     1312    4739  27.7% -lh5- df91 Sep 17 09:56 AmiSSL/Developer/include/amissl/amissl.h
-rw-r--r--  1001/1001     1680    7206  23.3% -lh5- 9c79 Sep 17 09:56 AmiSSL/Developer/include/amissl/inline.h
-rw-r--r--  1001/1001      864    2130  40.6% -lh5- 2e07 Sep 17 09:56 AmiSSL/Developer/include/amissl/tags.h
-rw-r--r--  1001/1001      859    1836  46.8% -lh5- a305 Sep 17 09:56 AmiSSL/Developer/include/amissl/types.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/clib/
-rw-r--r--  1001/1001      683    1426  47.9% -lh5- d33e Sep 17 09:56 AmiSSL/Developer/include/clib/amissl_protos.h
-rw-r--r--  1001/1001      747    1584  47.2% -lh5- 81e8 Sep 17 09:56 AmiSSL/Developer/include/clib/amisslmaster_protos.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/defines/
-rw-r--r--  1001/1001   133842 1155068  11.6% -lh5- 05e6 Sep 17 09:56 AmiSSL/Developer/include/defines/amissl.h
-rw-r--r--  1001/1001    47586  417364  11.4% -lh5- 7436 Sep 17 09:56 AmiSSL/Developer/include/defines/amisslext.h
-rw-r--r--  1001/1001      584    1988  29.4% -lh5- ee42 Sep 17 09:56 AmiSSL/Developer/include/defines/amisslmaster.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/inline/
-rw-r--r--  1001/1001   129167  882884  14.6% -lh5- 5357 Sep 17 09:56 AmiSSL/Developer/include/inline/amissl.h
-rw-r--r--  1001/1001   164734 1169605  14.1% -lh5- 4a07 Sep 17 09:56 AmiSSL/Developer/include/inline/amissl_protos.h
-rw-r--r--  1001/1001    45458  320315  14.2% -lh5- 9cf8 Sep 17 09:56 AmiSSL/Developer/include/inline/amisslext.h
-rw-r--r--  1001/1001    58027  425055  13.7% -lh5- 99be Sep 17 09:56 AmiSSL/Developer/include/inline/amisslext_protos.h
-rw-r--r--  1001/1001      567    1710  33.2% -lh5- 9ad5 Sep 17 09:56 AmiSSL/Developer/include/inline/amisslmaster.h
-rw-r--r--  1001/1001      618    1961  31.5% -lh5- d41a Sep 17 09:56 AmiSSL/Developer/include/inline/amisslmaster_protos.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/inline4/
-rw-r--r--  1001/1001   102704  567681  18.1% -lh5- 47f9 Sep 17 09:56 AmiSSL/Developer/include/inline4/amissl.h
-rw-r--r--  1001/1001      516    1285  40.2% -lh5- 84c3 Sep 17 09:56 AmiSSL/Developer/include/inline4/amisslmaster.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/interfaces/
-rw-r--r--  1001/1001   100647  743272  13.5% -lh5- ff54 Sep 17 09:56 AmiSSL/Developer/include/interfaces/amissl.h
-rw-r--r--  1001/1001    42494  286479  14.8% -lh5- b233 Sep 17 09:56 AmiSSL/Developer/include/interfaces/amissl.i
-rw-r--r--  1001/1001      494    1440  34.3% -lh5- 8ce8 Sep 17 09:56 AmiSSL/Developer/include/interfaces/amisslmaster.h
-rw-r--r--  1001/1001      283     744  38.0% -lh5- 5cef Sep 17 09:56 AmiSSL/Developer/include/interfaces/amisslmaster.i
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/libraries/
-rw-r--r--  1001/1001      704    1693  41.6% -lh5- ca76 Sep 17 09:56 AmiSSL/Developer/include/libraries/amissl.h
-rw-r--r--  1001/1001     1037    3298  31.4% -lh5- ed74 Sep 17 09:56 AmiSSL/Developer/include/libraries/amisslmaster.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:56 AmiSSL/Developer/include/openssl/
-rw-r--r--  1001/1001     1056    4161  25.4% -lh5- df67 Sep 17 09:56 AmiSSL/Developer/include/openssl/aes.h
-rw-r--r--  1001/1001    12094   61543  19.7% -lh5- a624 Sep 17 09:56 AmiSSL/Developer/include/openssl/asn1.h
-rw-r--r--  1001/1001     1965    8264  23.8% -lh5- 733e Sep 17 09:56 AmiSSL/Developer/include/openssl/asn1err.h
-rw-r--r--  1001/1001     7841   36360  21.6% -lh5- 8581 Sep 17 09:56 AmiSSL/Developer/include/openssl/asn1t.h
-rw-r--r--  1001/1001     1275    3913  32.6% -lh5- 4f22 Sep 17 09:56 AmiSSL/Developer/include/openssl/async.h
-rw-r--r--  1001/1001      626    1251  50.0% -lh5- 1713 Sep 17 09:56 AmiSSL/Developer/include/openssl/asyncerr.h
-rw-r--r--  1001/1001    11243   47348  23.7% -lh5- 8e4b Sep 17 09:56 AmiSSL/Developer/include/openssl/bio.h
-rw-r--r--  1001/1001     1217    3924  31.0% -lh5- 117b Sep 17 09:56 AmiSSL/Developer/include/openssl/bioerr.h
-rw-r--r--  1001/1001      934    3102  30.1% -lh5- 7bfb Sep 17 09:56 AmiSSL/Developer/include/openssl/blowfish.h
-rw-r--r--  1001/1001     5671   24664  23.0% -lh5- 0343 Sep 17 09:56 AmiSSL/Developer/include/openssl/bn.h
-rw-r--r--  1001/1001      908    2358  38.5% -lh5- e022 Sep 17 09:56 AmiSSL/Developer/include/openssl/bnerr.h
-rw-r--r--  1001/1001      871    2043  42.6% -lh5- 99e3 Sep 17 09:56 AmiSSL/Developer/include/openssl/buffer.h
-rw-r--r--  1001/1001      559    1003  55.7% -lh5- 4a1c Sep 17 09:56 AmiSSL/Developer/include/openssl/buffererr.h
-rw-r--r--  1001/1001     1854    9443  19.6% -lh5- 5d12 Sep 17 09:56 AmiSSL/Developer/include/openssl/byteorder.h
-rw-r--r--  1001/1001     1162    5478  21.2% -lh5- 2514 Sep 17 09:56 AmiSSL/Developer/include/openssl/camellia.h
-rw-r--r--  1001/1001      862    2475  34.8% -lh5- a554 Sep 17 09:56 AmiSSL/Developer/include/openssl/cast.h
-rw-r--r--  1001/1001      793    2017  39.3% -lh5- 861f Sep 17 09:56 AmiSSL/Developer/include/openssl/cmac.h
-rw-r--r--  1001/1001     8510   50941  16.7% -lh5- 57d7 Sep 17 09:56 AmiSSL/Developer/include/openssl/cmp.h
-rw-r--r--  1001/1001      919    2151  42.7% -lh5- 8bd8 Sep 17 09:56 AmiSSL/Developer/include/openssl/cmp_util.h
-rw-r--r--  1001/1001     1886    7708  24.5% -lh5- bb06 Sep 17 09:56 AmiSSL/Developer/include/openssl/cmperr.h
-rw-r--r--  1001/1001     5056   35586  14.2% -lh5- c25b Sep 17 09:56 AmiSSL/Developer/include/openssl/cms.h
-rw-r--r--  1001/1001     1727    7203  24.0% -lh5- 5c32 Sep 17 09:56 AmiSSL/Developer/include/openssl/cmserr.h
-rw-r--r--  1001/1001     1331    5058  26.3% -lh5- 4c93 Sep 17 09:56 AmiSSL/Developer/include/openssl/comp.h
-rw-r--r--  1001/1001      686    1663  41.3% -lh5- 4013 Sep 17 09:56 AmiSSL/Developer/include/openssl/comperr.h
-rw-r--r--  1001/1001     2633   11096  23.7% -lh5- e164 Sep 17 09:56 AmiSSL/Developer/include/openssl/conf.h
-rw-r--r--  1001/1001      753    1829  41.2% -lh5- 2bee Sep 17 09:56 AmiSSL/Developer/include/openssl/conf_api.h
-rw-r--r--  1001/1001      987    2674  36.9% -lh5- 921a Sep 17 09:56 AmiSSL/Developer/include/openssl/conferr.h
-rw-r--r--  1001/1001     1446    5255  27.5% -lh5- 9e83 Sep 17 09:56 AmiSSL/Developer/include/openssl/configuration.h
-rw-r--r--  1001/1001      764    1599  47.8% -lh5- e06e Sep 17 09:56 AmiSSL/Developer/include/openssl/conftypes.h
-rw-r--r--  1001/1001     3045    8586  35.5% -lh5- 79e6 Sep 17 09:56 AmiSSL/Developer/include/openssl/core.h
-rw-r--r--  1001/1001     9896   59137  16.7% -lh5- 5857 Sep 17 09:56 AmiSSL/Developer/include/openssl/core_dispatch.h
-rw-r--r--  1001/1001     6539   30183  21.7% -lh5- 3118 Sep 17 09:56 AmiSSL/Developer/include/openssl/core_names.h
-rw-r--r--  1001/1001      763    1535  49.7% -lh5- 3fbb Sep 17 09:56 AmiSSL/Developer/include/openssl/core_object.h
-rw-r--r--  1001/1001     3476   21109  16.5% -lh5- bc07 Sep 17 09:56 AmiSSL/Developer/include/openssl/crmf.h
-rw-r--r--  1001/1001      995    2861  34.8% -lh5- b493 Sep 17 09:56 AmiSSL/Developer/include/openssl/crmferr.h
-rw-r--r--  1001/1001     6546   25724  25.4% -lh5- 640d Sep 17 09:56 AmiSSL/Developer/include/openssl/crypto.h
-rw-r--r--  1001/1001     1083    2938  36.9% -lh5- a416 Sep 17 09:56 AmiSSL/Developer/include/openssl/cryptoerr.h
-rw-r--r--  1001/1001     9963   80805  12.3% -lh5- 6275 Sep 17 09:56 AmiSSL/Developer/include/openssl/cryptoerr_legacy.h
-rw-r--r--  1001/1001     5503   23133  23.8% -lh5- f4b1 Sep 17 09:56 AmiSSL/Developer/include/openssl/ct.h
-rw-r--r--  1001/1001      814    2097  38.8% -lh5- 1f24 Sep 17 09:56 AmiSSL/Developer/include/openssl/cterr.h
-rw-r--r--  1001/1001     1593    6169  25.8% -lh5- eb33 Sep 17 09:56 AmiSSL/Developer/include/openssl/decoder.h
-rw-r--r--  1001/1001      621    1200  51.8% -lh5- 6d29 Sep 17 09:56 AmiSSL/Developer/include/openssl/decodererr.h
-rw-r--r--  1001/1001     2069    8934  23.2% -lh5- 6c56 Sep 17 09:56 AmiSSL/Developer/include/openssl/des.h
-rw-r--r--  1001/1001     3448   15884  21.7% -lh5- 9c0a Sep 17 09:56 AmiSSL/Developer/include/openssl/dh.h
-rw-r--r--  1001/1001      944    2979  31.7% -lh5- 274f Sep 17 09:56 AmiSSL/Developer/include/openssl/dherr.h
-rw-r--r--  1001/1001     3019   12941  23.3% -lh5- 1eb6 Sep 17 09:56 AmiSSL/Developer/include/openssl/dsa.h
-rw-r--r--  1001/1001      790    2038  38.8% -lh5- 9bd3 Sep 17 09:56 AmiSSL/Developer/include/openssl/dsaerr.h
-rw-r--r--  1001/1001      802    1874  42.8% -lh5- 9537 Sep 17 09:56 AmiSSL/Developer/include/openssl/dtls1.h
-rw-r--r--  1001/1001     2988    9742  30.7% -lh5- 56e3 Sep 17 09:56 AmiSSL/Developer/include/openssl/e_os2.h
-rw-r--r--  1001/1001      879    1848  47.6% -lh5- 866a Sep 17 09:56 AmiSSL/Developer/include/openssl/e_ostime.h
-rw-r--r--  1001/1001      694    1451  47.8% -lh5- 34e7 Sep 17 09:56 AmiSSL/Developer/include/openssl/ebcdic.h
-rw-r--r--  1001/1001    11125   68849  16.2% -lh5- 179c Sep 17 09:56 AmiSSL/Developer/include/openssl/ec.h
-rw-r--r--  1001/1001      404     679  59.5% -lh5- 668b Sep 17 09:56 AmiSSL/Developer/include/openssl/ecdh.h
-rw-r--r--  1001/1001      404     679  59.5% -lh5- 668b Sep 17 09:56 AmiSSL/Developer/include/openssl/ecdsa.h
-rw-r--r--  1001/1001     1538    5814  26.5% -lh5- 1b8d Sep 17 09:56 AmiSSL/Developer/include/openssl/ecerr.h
-rw-r--r--  1001/1001     1519    5859  25.9% -lh5- b658 Sep 17 09:56 AmiSSL/Developer/include/openssl/encoder.h
-rw-r--r--  1001/1001      622    1200  51.8% -lh5- bca5 Sep 17 09:56 AmiSSL/Developer/include/openssl/encodererr.h
-rw-r--r--  1001/1001    11141   39232  28.4% -lh5- 97c0 Sep 17 09:56 AmiSSL/Developer/include/openssl/engine.h
-rw-r--r--  1001/1001     1061    3247  32.7% -lh5- bace Sep 17 09:56 AmiSSL/Developer/include/openssl/engineerr.h
-rw-r--r--  1001/1001     5228   23521  22.2% -lh5- e2eb Sep 17 09:56 AmiSSL/Developer/include/openssl/err.h
-rw-r--r--  1001/1001     1718    9391  18.3% -lh5- f276 Sep 17 09:56 AmiSSL/Developer/include/openssl/ess.h
-rw-r--r--  1001/1001      709    1553  45.7% -lh5- 1246 Sep 17 09:56 AmiSSL/Developer/include/openssl/esserr.h
-rw-r--r--  1001/1001    18534  113957  16.3% -lh5- 1299 Sep 17 09:56 AmiSSL/Developer/include/openssl/evp.h
-rw-r--r--  1001/1001     2103    8633  24.4% -lh5- dbb7 Sep 17 09:56 AmiSSL/Developer/include/openssl/evperr.h
-rw-r--r--  1001/1001      917    2071  44.3% -lh5- 01da Sep 17 09:56 AmiSSL/Developer/include/openssl/fips_names.h
-rw-r--r--  1001/1001      818    1546  52.9% -lh5- ae01 Sep 17 09:56 AmiSSL/Developer/include/openssl/fipskey.h
-rw-r--r--  1001/1001      886    2550  34.7% -lh5- c52a Sep 17 09:56 AmiSSL/Developer/include/openssl/hmac.h
-rw-r--r--  1001/1001     2445   10242  23.9% -lh5- e922 Sep 17 09:56 AmiSSL/Developer/include/openssl/hpke.h
-rw-r--r--  1001/1001     1977    9150  21.6% -lh5- 09dd Sep 17 09:56 AmiSSL/Developer/include/openssl/http.h
-rw-r--r--  1001/1001     1022    2922  35.0% -lh5- 6325 Sep 17 09:56 AmiSSL/Developer/include/openssl/httperr.h
-rw-r--r--  1001/1001      945    3419  27.6% -lh5- b335 Sep 17 09:56 AmiSSL/Developer/include/openssl/idea.h
-rw-r--r--  1001/1001      632    1326  47.7% -lh5- 6742 Sep 17 09:56 AmiSSL/Developer/include/openssl/indicator.h
-rw-r--r--  1001/1001     1533    6028  25.4% -lh5- 60ff Sep 17 09:56 AmiSSL/Developer/include/openssl/kdf.h
-rw-r--r--  1001/1001      502     891  56.3% -lh5- 2b9a Sep 17 09:56 AmiSSL/Developer/include/openssl/kdferr.h
-rw-r--r--  1001/1001     3230   19400  16.6% -lh5- e1a2 Sep 17 09:56 AmiSSL/Developer/include/openssl/lhash.h
-rw-r--r--  1001/1001     3218   11903  27.0% -lh5- 0195 Sep 17 09:56 AmiSSL/Developer/include/openssl/macros.h
-rw-r--r--  1001/1001      799    1870  42.7% -lh5- bfc2 Sep 17 09:56 AmiSSL/Developer/include/openssl/md2.h
-rw-r--r--  1001/1001      872    2108  41.4% -lh5- 6e73 Sep 17 09:56 AmiSSL/Developer/include/openssl/md4.h
-rw-r--r--  1001/1001      869    2105  41.3% -lh5- c2c4 Sep 17 09:56 AmiSSL/Developer/include/openssl/md5.h
-rw-r--r--  1001/1001      814    1850  44.0% -lh5- ad08 Sep 17 09:56 AmiSSL/Developer/include/openssl/mdc2.h
-rw-r--r--  1001/1001      612    1451  42.2% -lh5- d898 Sep 17 09:56 AmiSSL/Developer/include/openssl/ml_kem.h
-rw-r--r--  1001/1001     1626   11195  14.5% -lh5- 8336 Sep 17 09:56 AmiSSL/Developer/include/openssl/modes.h
-rw-r--r--  1001/1001    42782  290310  14.7% -lh5- 0af5 Sep 17 09:56 AmiSSL/Developer/include/openssl/obj_mac.h
-rw-r--r--  1001/1001     2230    7303  30.5% -lh5- 1339 Sep 17 09:56 AmiSSL/Developer/include/openssl/objects.h
-rw-r--r--  1001/1001      610    1191  51.2% -lh5- 5b4a Sep 17 09:56 AmiSSL/Developer/include/openssl/objectserr.h
-rw-r--r--  1001/1001     5403   29775  18.1% -lh5- 4564 Sep 17 09:56 AmiSSL/Developer/include/openssl/ocsp.h
-rw-r--r--  1001/1001      973    2609  37.3% -lh5- ec9a Sep 17 09:56 AmiSSL/Developer/include/openssl/ocsperr.h
-rw-r--r--  1001/1001      503     924  54.4% -lh5- fad4 Sep 17 09:56 AmiSSL/Developer/include/openssl/opensslconf.h
-rw-r--r--  1001/1001     1445    3446  41.9% -lh5- dcff Sep 17 09:56 AmiSSL/Developer/include/openssl/opensslv.h
-rw-r--r--  1001/1001      493     880  56.0% -lh5- 1e17 Sep 17 09:56 AmiSSL/Developer/include/openssl/ossl_typ.h
-rw-r--r--  1001/1001      831    3218  25.8% -lh5- ddfb Sep 17 09:56 AmiSSL/Developer/include/openssl/param_build.h
-rw-r--r--  1001/1001     2037   11507  17.7% -lh5- 9cf1 Sep 17 09:56 AmiSSL/Developer/include/openssl/params.h
-rw-r--r--  1001/1001     3975   26668  14.9% -lh5- d151 Sep 17 09:56 AmiSSL/Developer/include/openssl/pem.h
-rw-r--r--  1001/1001      516     940  54.9% -lh5- 7a1b Sep 17 09:56 AmiSSL/Developer/include/openssl/pem2.h
-rw-r--r--  1001/1001     1016    3105  32.7% -lh5- f456 Sep 17 09:56 AmiSSL/Developer/include/openssl/pemerr.h
-rw-r--r--  1001/1001     3756   21986  17.1% -lh5- c459 Sep 17 09:56 AmiSSL/Developer/include/openssl/pkcs12.h
-rw-r--r--  1001/1001      874    2308  37.9% -lh5- 38c1 Sep 17 09:56 AmiSSL/Developer/include/openssl/pkcs12err.h
-rw-r--r--  1001/1001     4567   23082  19.8% -lh5- f852 Sep 17 09:56 AmiSSL/Developer/include/openssl/pkcs7.h
-rw-r--r--  1001/1001     1114    3361  33.1% -lh5- 2114 Sep 17 09:56 AmiSSL/Developer/include/openssl/pkcs7err.h
-rw-r--r--  1001/1001      692    1548  44.7% -lh5- 0bd0 Sep 17 09:56 AmiSSL/Developer/include/openssl/prov_ssl.h
-rw-r--r--  1001/1001     2363    9995  23.6% -lh5- 1d62 Sep 17 09:56 AmiSSL/Developer/include/openssl/proverr.h
-rw-r--r--  1001/1001     1409    4325  32.6% -lh5- 5639 Sep 17 09:56 AmiSSL/Developer/include/openssl/provider.h
-rw-r--r--  1001/1001     1053    2720  38.7% -lh5- f087 Sep 17 09:56 AmiSSL/Developer/include/openssl/quic.h
-rw-r--r--  1001/1001     1613    4590  35.1% -lh5- 1b0a Sep 17 09:56 AmiSSL/Developer/include/openssl/rand.h
-rw-r--r--  1001/1001     1224    3790  32.3% -lh5- 5ace Sep 17 09:56 AmiSSL/Developer/include/openssl/randerr.h
-rw-r--r--  1001/1001      854    2791  30.6% -lh5- 9b14 Sep 17 09:56 AmiSSL/Developer/include/openssl/rc2.h
-rw-r--r--  1001/1001      715    1603  44.6% -lh5- fdc2 Sep 17 09:56 AmiSSL/Developer/include/openssl/rc4.h
-rw-r--r--  1001/1001     1018    3270  31.1% -lh5- e2e5 Sep 17 09:56 AmiSSL/Developer/include/openssl/rc5.h
-rw-r--r--  1001/1001      843    2126  39.7% -lh5- 258e Sep 17 09:56 AmiSSL/Developer/include/openssl/ripemd.h
-rw-r--r--  1001/1001     5566   29991  18.6% -lh5- b852 Sep 17 09:56 AmiSSL/Developer/include/openssl/rsa.h
-rw-r--r--  1001/1001     1638    6090  26.9% -lh5- 7e09 Sep 17 09:56 AmiSSL/Developer/include/openssl/rsaerr.h
-rw-r--r--  1001/1001     3115   19304  16.1% -lh5- 1929 Sep 17 09:56 AmiSSL/Developer/include/openssl/safestack.h
-rw-r--r--  1001/1001     1649    4370  37.7% -lh5- 8ce8 Sep 17 09:56 AmiSSL/Developer/include/openssl/seed.h
-rw-r--r--  1001/1001     1485    5663  26.2% -lh5- 3e69 Sep 17 09:56 AmiSSL/Developer/include/openssl/self_test.h
-rw-r--r--  1001/1001     1400    5104  27.4% -lh5- 6045 Sep 17 09:56 AmiSSL/Developer/include/openssl/sha.h
-rw-r--r--  1001/1001     2782   15910  17.5% -lh5- 22b5 Sep 17 09:56 AmiSSL/Developer/include/openssl/srp.h
-rw-r--r--  1001/1001      967    2589  37.4% -lh5- 6e10 Sep 17 09:56 AmiSSL/Developer/include/openssl/srtp.h
-rw-r--r--  1001/1001    30036  139476  21.5% -lh5- 7e62 Sep 17 09:56 AmiSSL/Developer/include/openssl/ssl.h
-rw-r--r--  1001/1001      573    1067  53.7% -lh5- 5b18 Sep 17 09:56 AmiSSL/Developer/include/openssl/ssl2.h
-rw-r--r--  1001/1001     3955   15633  25.3% -lh5- 5b7e Sep 17 09:56 AmiSSL/Developer/include/openssl/ssl3.h
-rw-r--r--  1001/1001     4926   23168  21.3% -lh5- 64c8 Sep 17 09:56 AmiSSL/Developer/include/openssl/sslerr.h
-rw-r--r--  1001/1001     3919   27353  14.3% -lh5- d7c6 Sep 17 09:56 AmiSSL/Developer/include/openssl/sslerr_legacy.h
-rw-r--r--  1001/1001     1077    3693  29.2% -lh5- f944 Sep 17 09:56 AmiSSL/Developer/include/openssl/stack.h
-rw-r--r--  1001/1001     3820   15908  24.0% -lh5- 3b55 Sep 17 09:56 AmiSSL/Developer/include/openssl/store.h
-rw-r--r--  1001/1001      969    2501  38.7% -lh5- e61f Sep 17 09:56 AmiSSL/Developer/include/openssl/storeerr.h
-rw-r--r--  1001/1001      711    1699  41.8% -lh5- 4890 Sep 17 09:56 AmiSSL/Developer/include/openssl/symhacks.h
-rw-r--r--  1001/1001      626    1189  52.6% -lh5- 0efe Sep 17 09:56 AmiSSL/Developer/include/openssl/thread.h
-rw-r--r--  1001/1001    10742   73499  14.6% -lh5- 91d7 Sep 17 09:56 AmiSSL/Developer/include/openssl/tls1.h
-rw-r--r--  1001/1001     3441   11211  30.7% -lh5- ecfb Sep 17 09:56 AmiSSL/Developer/include/openssl/trace.h
-rw-r--r--  1001/1001     5192   21009  24.7% -lh5- cbe9 Sep 17 09:56 AmiSSL/Developer/include/openssl/ts.h
-rw-r--r--  1001/1001     1138    3483  32.7% -lh5- 6727 Sep 17 09:56 AmiSSL/Developer/include/openssl/tserr.h
-rw-r--r--  1001/1001      940    2193  42.9% -lh5- a42e Sep 17 09:56 AmiSSL/Developer/include/openssl/txt_db.h
-rw-r--r--  1001/1001     2284    7827  29.2% -lh5- f54a Sep 17 09:56 AmiSSL/Developer/include/openssl/types.h
-rw-r--r--  1001/1001     5963   19674  30.3% -lh5- df69 Sep 17 09:56 AmiSSL/Developer/include/openssl/ui.h
-rw-r--r--  1001/1001      782    1800  43.4% -lh5- 757c Sep 17 09:56 AmiSSL/Developer/include/openssl/uierr.h
-rw-r--r--  1001/1001      895    2262  39.6% -lh5- 513b Sep 17 09:56 AmiSSL/Developer/include/openssl/whrlpool.h
-rw-r--r--  1001/1001    12008   73361  16.4% -lh5- 1919 Sep 17 09:56 AmiSSL/Developer/include/openssl/x509.h
-rw-r--r--  1001/1001     3434   22846  15.0% -lh5- 1955 Sep 17 09:56 AmiSSL/Developer/include/openssl/x509_acert.h
-rw-r--r--  1001/1001     9629   53005  18.2% -lh5- 18d5 Sep 17 09:56 AmiSSL/Developer/include/openssl/x509_vfy.h
-rw-r--r--  1001/1001     1186    3790  31.3% -lh5- a345 Sep 17 09:56 AmiSSL/Developer/include/openssl/x509err.h
-rw-r--r--  1001/1001    18460  131602  14.0% -lh5- 5b3e Sep 17 09:56 AmiSSL/Developer/include/openssl/x509v3.h
-rw-r--r--  1001/1001     1460    5476  26.7% -lh5- a160 Sep 17 09:56 AmiSSL/Developer/include/openssl/x509v3err.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/ppcinline/
-rw-r--r--  1001/1001   131088  969958  13.5% -lh5- a4b8 Sep 17 09:56 AmiSSL/Developer/include/ppcinline/amissl.h
-rw-r--r--  1001/1001    46032  347869  13.2% -lh5- f9b4 Sep 17 09:56 AmiSSL/Developer/include/ppcinline/amisslext.h
-rw-r--r--  1001/1001      579    1836  31.5% -lh5- 11a0 Sep 17 09:56 AmiSSL/Developer/include/ppcinline/amisslmaster.h
-rw-r--r--  1001/1001     2108   57409   3.7% -lh5- 8ea1 Sep 17 09:56 AmiSSL/Developer/include/ppcinline/macros.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/pragmas/
-rw-r--r--  1001/1001    88610 1220879   7.3% -lh5- 2c41 Sep 17 09:56 AmiSSL/Developer/include/pragmas/amissl_pragmas.h
-rw-r--r--  1001/1001    30142  410871   7.3% -lh5- f1b2 Sep 17 09:56 AmiSSL/Developer/include/pragmas/amisslext_pragmas.h
-rw-r--r--  1001/1001      567    2645  21.4% -lh5- 8132 Sep 17 09:56 AmiSSL/Developer/include/pragmas/amisslmaster_pragmas.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/include/proto/
-rw-r--r--  1001/1001      967    2718  35.6% -lh5- 7676 Sep 17 09:56 AmiSSL/Developer/include/proto/amissl.h
-rw-r--r--  1001/1001      927    2577  36.0% -lh5- 7391 Sep 17 09:56 AmiSSL/Developer/include/proto/amisslmaster.h
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/lib/
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/lib/AmigaOS3/
-rw-r--r--  1001/1001     1044    2662  39.2% -lh5- 4377 Sep 17 09:56 AmiSSL/Developer/lib/AmigaOS3/libamisslauto.a
-rw-r--r--  1001/1001   242959 1882058  12.9% -lh5- 5bd5 Sep 17 09:56 AmiSSL/Developer/lib/AmigaOS3/libamisslstubs.a
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/lib/AmigaOS4/
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/lib/AmigaOS4/clib2/
-rw-r--r--  1001/1001     1769    4286  41.3% -lh5- d806 Sep 17 09:56 AmiSSL/Developer/lib/AmigaOS4/clib2/libamisslauto.a
-rw-r--r--  1001/1001   353751 5678704   6.2% -lh5- 9450 Sep 17 09:56 AmiSSL/Developer/lib/AmigaOS4/libamisslstubs.a
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/lib/AmigaOS4/newlib/
-rw-r--r--  1001/1001     1826    4522  40.4% -lh5- 4cd5 Sep 17 09:56 AmiSSL/Developer/lib/AmigaOS4/newlib/libamisslauto.a
-rw-r--r--  1001/1001     2441   10361  23.6% -lh5- 2571 Sep 17 09:56 AmiSSL/Developer/lib/autoinit_amissl_main.c
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/sfd/
-rw-r--r--  1001/1001    69765  376570  18.5% -lh5- 8335 Sep 17 09:56 AmiSSL/Developer/sfd/amissl_lib.sfd
-rw-r--r--  1001/1001    25257  140134  18.0% -lh5- 98e1 Sep 17 09:56 AmiSSL/Developer/sfd/amisslext_lib.sfd
-rw-r--r--  1001/1001      247     514  48.1% -lh5- d52d Sep 17 09:56 AmiSSL/Developer/sfd/amisslmaster_lib.sfd
drwxr-xr-x  1001/1001        0       0 ****** -lhd- 0000 Sep 17 09:58 AmiSSL/Developer/xml/
-rw-r--r--  1001/1001   127866 1412870   9.1% -lh5- 704d Sep 17 09:56 AmiSSL/Developer/xml/amissl.xml
-rw-r--r--  1001/1001      979    2453  39.9% -lh5- bd44 Sep 17 09:56 AmiSSL/Developer/xml/amisslmaster.xml
-rw-r--r--  1001/1001     1796    2705  66.4% -lh5- 7bbd Sep 17 09:56 AmiSSL/Developer.info
-rw-r--r--  1001/1001     3415    7898  43.2% -lh5- 642f Sep 17 09:58 AmiSSL/Doc/AmiSSL.doc
-rw-r--r--  1001/1001     1806    2773  65.1% -lh5- 7cba Sep 17 09:56 AmiSSL/Doc/AmiSSL.doc.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       226 files 2569611 21267268  12.1%            Sep 18 00:40
Page generated in 0.03 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>