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

util/libs/AmiSSL-v5-SDK.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
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.18
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:2024-10-23
Download:http://aminet.net/util/libs/AmiSSL-v5-SDK.lha - View contents
Readme:http://aminet.net/util/libs/AmiSSL-v5-SDK.readme
Downloads:35

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

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


Contents of util/libs/AmiSSL-v5-SDK.lha
 PERMSSN    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 Oct 23 11:15 AmiSSL/Developer/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/Autodocs/
-rw-rw-r--  1000/1000     2568    8634  29.7% -lh5- a076 Dec  3  2023 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 Oct 23 11:15 AmiSSL/Developer/Examples/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/Examples/AmigaOS3/
-rwxr-xr-x  1000/1000     9151   16528  55.4% -lh5- a4e1 Dec 21  2023 AmiSSL/Developer/Examples/AmigaOS3/httpget
-rwxr-xr-x  1000/1000    13451   27024  49.8% -lh5- 4ef7 Dec 21  2023 AmiSSL/Developer/Examples/AmigaOS3/https
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/Examples/AmigaOS4/
-rwxr-xr-x  1000/1000    14703   36812  39.9% -lh5- 3eba Oct 22 23:43 AmiSSL/Developer/Examples/AmigaOS4/httpget
-rwxr-xr-x  1000/1000    23078   55908  41.3% -lh5- c0b1 Oct 22 23:43 AmiSSL/Developer/Examples/AmigaOS4/https
-rw-r--r--  1000/1000     3056    7967  38.4% -lh5- daa7 May 30  2023 AmiSSL/Developer/Examples/httpget.c
-rw-r--r--  1000/1000     4838   13679  35.4% -lh5- 19a7 May 30  2023 AmiSSL/Developer/Examples/https.c
-rw-r--r--  1000/1000     5182   13423  38.6% -lh5- 8191 Mar 17  2023 AmiSSL/Developer/README-SDK
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/fd/
-rw-r--r--  1000/1000    45463  186180  24.4% -lh5- 1a62 Oct 22 23:49 AmiSSL/Developer/fd/amissl_lib.fd
-rw-rw-r--  1000/1000    14752   62679  23.5% -lh5- ab2c Oct 22 23:49 AmiSSL/Developer/fd/amisslext_lib.fd
-rw-r--r--  1000/1000      200     324  61.7% -lh5- 830c Oct 22 23:49 AmiSSL/Developer/fd/amisslmaster_lib.fd
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/include/
drwxr-xr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 09:08 AmiSSL/Developer/include/amissl/
-rw-r--r--  1000/1000     1300    4680  27.8% -lh5- 4dca Oct 23 09:08 AmiSSL/Developer/include/amissl/amissl.h
-rw-r--r--  1000/1000     1680    7206  23.3% -lh5- 9c79 Mar 14  2023 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      853    1813  47.0% -lh5- 0878 Dec 13  2023 AmiSSL/Developer/include/amissl/types.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 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 Oct 23 11:15 AmiSSL/Developer/include/defines/
-rw-r--r--  1000/1000   133842 1155068  11.6% -lh5- 05e6 Oct 22 23:49 AmiSSL/Developer/include/defines/amissl.h
-rw-rw-r--  1000/1000    42666  366278  11.6% -lh5- a615 Oct 22 23:49 AmiSSL/Developer/include/defines/amisslext.h
-rw-r--r--  1000/1000      584    1988  29.4% -lh5- ee42 Oct 22 23:49 AmiSSL/Developer/include/defines/amisslmaster.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/include/inline/
-rw-r--r--  1000/1000   129167  882884  14.6% -lh5- 5357 Oct 22 23:49 AmiSSL/Developer/include/inline/amissl.h
-rw-r--r--  1000/1000   164734 1169605  14.1% -lh5- 4a07 Oct 22 23:49 AmiSSL/Developer/include/inline/amissl_protos.h
-rw-rw-r--  1000/1000    40732  280509  14.5% -lh5- 6197 Oct 22 23:49 AmiSSL/Developer/include/inline/amisslext.h
-rw-rw-r--  1000/1000    51867  372581  13.9% -lh5- 68d5 Oct 22 23:49 AmiSSL/Developer/include/inline/amisslext_protos.h
-rw-r--r--  1000/1000      567    1710  33.2% -lh5- 9ad5 Oct 22 23:49 AmiSSL/Developer/include/inline/amisslmaster.h
-rw-r--r--  1000/1000      618    1961  31.5% -lh5- d41a Oct 22 23:49 AmiSSL/Developer/include/inline/amisslmaster_protos.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/include/inline4/
-rw-r--r--  1000/1000    99935  548782  18.2% -lh5- 9333 Oct 22 23:49 AmiSSL/Developer/include/inline4/amissl.h
-rw-r--r--  1000/1000      516    1285  40.2% -lh5- 84c3 Oct 22 23:49 AmiSSL/Developer/include/inline4/amisslmaster.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/include/interfaces/
-rw-r--r--  1000/1000    97935  719121  13.6% -lh5- b94c Oct 22 23:49 AmiSSL/Developer/include/interfaces/amissl.h
-rw-r--r--  1000/1000    41299  277329  14.9% -lh5- e5c5 Oct 22 23:49 AmiSSL/Developer/include/interfaces/amissl.i
-rw-r--r--  1000/1000      494    1440  34.3% -lh5- 8ce8 Oct 22 23:49 AmiSSL/Developer/include/interfaces/amisslmaster.h
-rw-r--r--  1000/1000      283     744  38.0% -lh5- 5cef Oct 22 23:49 AmiSSL/Developer/include/interfaces/amisslmaster.i
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 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     1009    3103  32.5% -lh5- c2f0 Oct 22 18:48 AmiSSL/Developer/include/libraries/amisslmaster.h
drwxr-xr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:07 AmiSSL/Developer/include/openssl/
-rw-rw-r--  1000/1000     1056    4161  25.4% -lh5- 8451 Oct 23 11:07 AmiSSL/Developer/include/openssl/aes.h
-rw-rw-r--  1000/1000    12089   61500  19.7% -lh5- 79b6 Oct 23 11:07 AmiSSL/Developer/include/openssl/asn1.h
-rw-rw-r--  1000/1000      433     716  60.5% -lh5- ce9e Oct 23 11:07 AmiSSL/Developer/include/openssl/asn1_mac.h
-rw-rw-r--  1000/1000     1964    8264  23.8% -lh5- 2e4a Oct 23 11:07 AmiSSL/Developer/include/openssl/asn1err.h
-rw-rw-r--  1000/1000     7841   36360  21.6% -lh5- ea92 Oct 23 11:07 AmiSSL/Developer/include/openssl/asn1t.h
-rw-rw-r--  1000/1000     1275    3913  32.6% -lh5- 7f5d Oct 23 11:07 AmiSSL/Developer/include/openssl/async.h
-rw-rw-r--  1000/1000      628    1251  50.2% -lh5- 9a87 Oct 23 11:07 AmiSSL/Developer/include/openssl/asyncerr.h
-rw-rw-r--  1000/1000    11177   46488  24.0% -lh5- b036 Oct 23 11:07 AmiSSL/Developer/include/openssl/bio.h
-rw-rw-r--  1000/1000     1217    3924  31.0% -lh5- 03cd Oct 23 11:07 AmiSSL/Developer/include/openssl/bioerr.h
-rw-rw-r--  1000/1000      934    3102  30.1% -lh5- 936a Oct 23 11:07 AmiSSL/Developer/include/openssl/blowfish.h
-rw-rw-r--  1000/1000     5671   24664  23.0% -lh5- a9e8 Oct 23 11:07 AmiSSL/Developer/include/openssl/bn.h
-rw-rw-r--  1000/1000      910    2358  38.6% -lh5- ee1b Oct 23 11:07 AmiSSL/Developer/include/openssl/bnerr.h
-rw-rw-r--  1000/1000      871    2043  42.6% -lh5- 58ae Oct 23 11:07 AmiSSL/Developer/include/openssl/buffer.h
-rw-rw-r--  1000/1000      559    1003  55.7% -lh5- 1b5b Oct 23 11:07 AmiSSL/Developer/include/openssl/buffererr.h
-rw-rw-r--  1000/1000     1162    5478  21.2% -lh5- d15f Oct 23 11:07 AmiSSL/Developer/include/openssl/camellia.h
-rw-rw-r--  1000/1000      862    2475  34.8% -lh5- 9aee Oct 23 11:07 AmiSSL/Developer/include/openssl/cast.h
-rw-rw-r--  1000/1000      793    2017  39.3% -lh5- 4677 Oct 23 11:07 AmiSSL/Developer/include/openssl/cmac.h
-rw-rw-r--  1000/1000     8510   50941  16.7% -lh5- 3faa Oct 23 11:07 AmiSSL/Developer/include/openssl/cmp.h
-rw-rw-r--  1000/1000      919    2151  42.7% -lh5- 668f Oct 23 11:07 AmiSSL/Developer/include/openssl/cmp_util.h
-rw-rw-r--  1000/1000     1856    7519  24.7% -lh5- 7695 Oct 23 11:07 AmiSSL/Developer/include/openssl/cmperr.h
-rw-rw-r--  1000/1000     5039   35490  14.2% -lh5- 8cc8 Oct 23 11:07 AmiSSL/Developer/include/openssl/cms.h
-rw-rw-r--  1000/1000     1711    7140  24.0% -lh5- f33b Oct 23 11:07 AmiSSL/Developer/include/openssl/cmserr.h
-rw-rw-r--  1000/1000     1330    5058  26.3% -lh5- f59a Oct 23 11:07 AmiSSL/Developer/include/openssl/comp.h
-rw-rw-r--  1000/1000      686    1663  41.3% -lh5- 9370 Oct 23 11:07 AmiSSL/Developer/include/openssl/comperr.h
-rw-rw-r--  1000/1000     2633   11096  23.7% -lh5- 9d92 Oct 23 11:07 AmiSSL/Developer/include/openssl/conf.h
-rw-rw-r--  1000/1000      752    1829  41.1% -lh5- e503 Oct 23 11:07 AmiSSL/Developer/include/openssl/conf_api.h
-rw-rw-r--  1000/1000      987    2674  36.9% -lh5- 4c0a Oct 23 11:07 AmiSSL/Developer/include/openssl/conferr.h
-rw-rw-r--  1000/1000     1419    5044  28.1% -lh5- 902c Oct 23 11:07 AmiSSL/Developer/include/openssl/configuration.h
-rw-rw-r--  1000/1000      764    1599  47.8% -lh5- 0d33 Oct 23 11:07 AmiSSL/Developer/include/openssl/conftypes.h
-rw-rw-r--  1000/1000     3046    8586  35.5% -lh5- 9698 Oct 23 11:07 AmiSSL/Developer/include/openssl/core.h
-rw-rw-r--  1000/1000     8713   52775  16.5% -lh5- 452a Oct 23 11:07 AmiSSL/Developer/include/openssl/core_dispatch.h
-rw-rw-r--  1000/1000     6128   28587  21.4% -lh5- 30cd Oct 23 11:07 AmiSSL/Developer/include/openssl/core_names.h
-rw-rw-r--  1000/1000      763    1535  49.7% -lh5- 823d Oct 23 11:07 AmiSSL/Developer/include/openssl/core_object.h
-rw-rw-r--  1000/1000     3269   19927  16.4% -lh5- 1188 Oct 23 11:07 AmiSSL/Developer/include/openssl/crmf.h
-rw-rw-r--  1000/1000      917    2420  37.9% -lh5- eaf2 Oct 23 11:07 AmiSSL/Developer/include/openssl/crmferr.h
-rw-rw-r--  1000/1000     6489   25668  25.3% -lh5- 6689 Oct 23 11:07 AmiSSL/Developer/include/openssl/crypto.h
-rw-rw-r--  1000/1000     1082    2938  36.8% -lh5- a00b Oct 23 11:07 AmiSSL/Developer/include/openssl/cryptoerr.h
-rw-rw-r--  1000/1000     9963   80805  12.3% -lh5- 9242 Oct 23 11:07 AmiSSL/Developer/include/openssl/cryptoerr_legacy.h
-rw-rw-r--  1000/1000     5503   23133  23.8% -lh5- c5ed Oct 23 11:07 AmiSSL/Developer/include/openssl/ct.h
-rw-rw-r--  1000/1000      814    2097  38.8% -lh5- 0c30 Oct 23 11:07 AmiSSL/Developer/include/openssl/cterr.h
-rw-rw-r--  1000/1000     1593    6169  25.8% -lh5- 8bef Oct 23 11:07 AmiSSL/Developer/include/openssl/decoder.h
-rw-rw-r--  1000/1000      621    1200  51.8% -lh5- 8312 Oct 23 11:07 AmiSSL/Developer/include/openssl/decodererr.h
-rw-rw-r--  1000/1000     2068    8934  23.1% -lh5- 52eb Oct 23 11:07 AmiSSL/Developer/include/openssl/des.h
-rw-rw-r--  1000/1000     3447   15884  21.7% -lh5- c9ea Oct 23 11:07 AmiSSL/Developer/include/openssl/dh.h
-rw-rw-r--  1000/1000      944    2979  31.7% -lh5- 4cbc Oct 23 11:07 AmiSSL/Developer/include/openssl/dherr.h
-rw-rw-r--  1000/1000     3020   12941  23.3% -lh5- 5c66 Oct 23 11:07 AmiSSL/Developer/include/openssl/dsa.h
-rw-rw-r--  1000/1000      790    2038  38.8% -lh5- b5bd Oct 23 11:07 AmiSSL/Developer/include/openssl/dsaerr.h
-rw-rw-r--  1000/1000      802    1874  42.8% -lh5- 47dd Oct 23 11:07 AmiSSL/Developer/include/openssl/dtls1.h
-rw-rw-r--  1000/1000     2987    9742  30.7% -lh5- 310d Oct 23 11:07 AmiSSL/Developer/include/openssl/e_os2.h
-rw-rw-r--  1000/1000      878    1848  47.5% -lh5- 2aad Oct 23 11:07 AmiSSL/Developer/include/openssl/e_ostime.h
-rw-rw-r--  1000/1000      694    1451  47.8% -lh5- 36d1 Oct 23 11:07 AmiSSL/Developer/include/openssl/ebcdic.h
-rw-rw-r--  1000/1000    11124   68849  16.2% -lh5- 1a65 Oct 23 11:07 AmiSSL/Developer/include/openssl/ec.h
-rw-rw-r--  1000/1000      404     679  59.5% -lh5- 7232 Oct 23 11:07 AmiSSL/Developer/include/openssl/ecdh.h
-rw-rw-r--  1000/1000      404     679  59.5% -lh5- 7232 Oct 23 11:07 AmiSSL/Developer/include/openssl/ecdsa.h
-rw-rw-r--  1000/1000     1538    5814  26.5% -lh5- 8503 Oct 23 11:07 AmiSSL/Developer/include/openssl/ecerr.h
-rw-rw-r--  1000/1000     1519    5859  25.9% -lh5- 03ae Oct 23 11:07 AmiSSL/Developer/include/openssl/encoder.h
-rw-rw-r--  1000/1000      622    1200  51.8% -lh5- 529e Oct 23 11:07 AmiSSL/Developer/include/openssl/encodererr.h
-rw-rw-r--  1000/1000    11144   39232  28.4% -lh5- 84ce Oct 23 11:07 AmiSSL/Developer/include/openssl/engine.h
-rw-rw-r--  1000/1000     1061    3247  32.7% -lh5- 89c0 Oct 23 11:07 AmiSSL/Developer/include/openssl/engineerr.h
-rw-rw-r--  1000/1000     5228   23521  22.2% -lh5- 8ffc Oct 23 11:07 AmiSSL/Developer/include/openssl/err.h
-rw-rw-r--  1000/1000     1718    9391  18.3% -lh5- 90b0 Oct 23 11:07 AmiSSL/Developer/include/openssl/ess.h
-rw-rw-r--  1000/1000      709    1553  45.7% -lh5- 98df Oct 23 11:07 AmiSSL/Developer/include/openssl/esserr.h
-rw-rw-r--  1000/1000    17893  109170  16.4% -lh5- ff85 Oct 23 11:07 AmiSSL/Developer/include/openssl/evp.h
-rw-rw-r--  1000/1000     2025    8137  24.9% -lh5- 391f Oct 23 11:07 AmiSSL/Developer/include/openssl/evperr.h
-rw-rw-r--  1000/1000      916    2071  44.2% -lh5- 0386 Oct 23 11:07 AmiSSL/Developer/include/openssl/fips_names.h
-rw-rw-r--  1000/1000      817    1546  52.8% -lh5- 63b3 Oct 23 11:07 AmiSSL/Developer/include/openssl/fipskey.h
-rw-rw-r--  1000/1000      886    2550  34.7% -lh5- 52ef Oct 23 11:07 AmiSSL/Developer/include/openssl/hmac.h
-rw-rw-r--  1000/1000     2444   10242  23.9% -lh5- 2c40 Oct 23 11:07 AmiSSL/Developer/include/openssl/hpke.h
-rw-rw-r--  1000/1000     1942    9091  21.4% -lh5- 05d2 Oct 23 11:07 AmiSSL/Developer/include/openssl/http.h
-rw-rw-r--  1000/1000     1022    2922  35.0% -lh5- 428b Oct 23 11:07 AmiSSL/Developer/include/openssl/httperr.h
-rw-rw-r--  1000/1000      945    3419  27.6% -lh5- 3e43 Oct 23 11:07 AmiSSL/Developer/include/openssl/idea.h
-rw-rw-r--  1000/1000      630    1326  47.5% -lh5- db35 Oct 23 11:07 AmiSSL/Developer/include/openssl/indicator.h
-rw-rw-r--  1000/1000     1533    6028  25.4% -lh5- 02aa Oct 23 11:07 AmiSSL/Developer/include/openssl/kdf.h
-rw-rw-r--  1000/1000      502     891  56.3% -lh5- f320 Oct 23 11:07 AmiSSL/Developer/include/openssl/kdferr.h
-rw-rw-r--  1000/1000     3229   19400  16.6% -lh5- 84bb Oct 23 11:07 AmiSSL/Developer/include/openssl/lhash.h
-rw-rw-r--  1000/1000     3182   11550  27.5% -lh5- 6938 Oct 23 11:07 AmiSSL/Developer/include/openssl/macros.h
-rw-rw-r--  1000/1000      798    1870  42.7% -lh5- 634c Oct 23 11:07 AmiSSL/Developer/include/openssl/md2.h
-rw-rw-r--  1000/1000      872    2108  41.4% -lh5- 93c7 Oct 23 11:07 AmiSSL/Developer/include/openssl/md4.h
-rw-rw-r--  1000/1000      869    2105  41.3% -lh5- ce03 Oct 23 11:07 AmiSSL/Developer/include/openssl/md5.h
-rw-rw-r--  1000/1000      814    1850  44.0% -lh5- e05a Oct 23 11:07 AmiSSL/Developer/include/openssl/mdc2.h
-rw-rw-r--  1000/1000     1627   11195  14.5% -lh5- 2e30 Oct 23 11:07 AmiSSL/Developer/include/openssl/modes.h
-rw-rw-r--  1000/1000    36949  244830  15.1% -lh5- 7bd0 Oct 23 11:07 AmiSSL/Developer/include/openssl/obj_mac.h
-rw-rw-r--  1000/1000     2228    7303  30.5% -lh5- 299b Oct 23 11:07 AmiSSL/Developer/include/openssl/objects.h
-rw-rw-r--  1000/1000      610    1191  51.2% -lh5- f70a Oct 23 11:07 AmiSSL/Developer/include/openssl/objectserr.h
-rw-rw-r--  1000/1000     5403   29775  18.1% -lh5- 1134 Oct 23 11:07 AmiSSL/Developer/include/openssl/ocsp.h
-rw-rw-r--  1000/1000      973    2609  37.3% -lh5- dff7 Oct 23 11:07 AmiSSL/Developer/include/openssl/ocsperr.h
-rw-rw-r--  1000/1000      502     924  54.3% -lh5- a44d Oct 23 11:07 AmiSSL/Developer/include/openssl/opensslconf.h
-rw-rw-r--  1000/1000     1473    3609  40.8% -lh5- d841 Oct 23 11:07 AmiSSL/Developer/include/openssl/opensslv.h
-rw-rw-r--  1000/1000      492     880  55.9% -lh5- 48a4 Oct 23 11:07 AmiSSL/Developer/include/openssl/ossl_typ.h
-rw-rw-r--  1000/1000      830    3218  25.8% -lh5- 17a9 Oct 23 11:07 AmiSSL/Developer/include/openssl/param_build.h
-rw-rw-r--  1000/1000     2007   11395  17.6% -lh5- b68e Oct 23 11:07 AmiSSL/Developer/include/openssl/params.h
-rw-rw-r--  1000/1000     3934   26336  14.9% -lh5- 469f Oct 23 11:07 AmiSSL/Developer/include/openssl/pem.h
-rw-rw-r--  1000/1000      516     940  54.9% -lh5- 786f Oct 23 11:07 AmiSSL/Developer/include/openssl/pem2.h
-rw-rw-r--  1000/1000     1008    3043  33.1% -lh5- 6e4d Oct 23 11:07 AmiSSL/Developer/include/openssl/pemerr.h
-rw-rw-r--  1000/1000     3755   21986  17.1% -lh5- 6348 Oct 23 11:07 AmiSSL/Developer/include/openssl/pkcs12.h
-rw-rw-r--  1000/1000      874    2308  37.9% -lh5- a601 Oct 23 11:07 AmiSSL/Developer/include/openssl/pkcs12err.h
-rw-rw-r--  1000/1000     4568   23082  19.8% -lh5- b702 Oct 23 11:07 AmiSSL/Developer/include/openssl/pkcs7.h
-rw-rw-r--  1000/1000     1114    3361  33.1% -lh5- 7eb5 Oct 23 11:07 AmiSSL/Developer/include/openssl/pkcs7err.h
-rw-rw-r--  1000/1000      692    1548  44.7% -lh5- e189 Oct 23 11:07 AmiSSL/Developer/include/openssl/prov_ssl.h
-rw-rw-r--  1000/1000     2265    9499  23.8% -lh5- 3888 Oct 23 11:07 AmiSSL/Developer/include/openssl/proverr.h
-rw-rw-r--  1000/1000      991    3142  31.5% -lh5- 5d76 Oct 23 11:07 AmiSSL/Developer/include/openssl/provider.h
-rw-rw-r--  1000/1000     1034    2614  39.6% -lh5- f031 Oct 23 11:07 AmiSSL/Developer/include/openssl/quic.h
-rw-rw-r--  1000/1000     1540    4392  35.1% -lh5- 2d1f Oct 23 11:07 AmiSSL/Developer/include/openssl/rand.h
-rw-rw-r--  1000/1000     1211    3728  32.5% -lh5- 1c90 Oct 23 11:07 AmiSSL/Developer/include/openssl/randerr.h
-rw-rw-r--  1000/1000      853    2791  30.6% -lh5- 3b2f Oct 23 11:07 AmiSSL/Developer/include/openssl/rc2.h
-rw-rw-r--  1000/1000      717    1603  44.7% -lh5- 6441 Oct 23 11:07 AmiSSL/Developer/include/openssl/rc4.h
-rw-rw-r--  1000/1000     1019    3270  31.2% -lh5- c68d Oct 23 11:07 AmiSSL/Developer/include/openssl/rc5.h
-rw-rw-r--  1000/1000      843    2126  39.7% -lh5- 5339 Oct 23 11:07 AmiSSL/Developer/include/openssl/ripemd.h
-rw-rw-r--  1000/1000     5565   29991  18.6% -lh5- daa2 Oct 23 11:07 AmiSSL/Developer/include/openssl/rsa.h
-rw-rw-r--  1000/1000     1640    6090  26.9% -lh5- c7ee Oct 23 11:07 AmiSSL/Developer/include/openssl/rsaerr.h
-rw-rw-r--  1000/1000     3115   19304  16.1% -lh5- 6ede Oct 23 11:07 AmiSSL/Developer/include/openssl/safestack.h
-rw-rw-r--  1000/1000     1649    4370  37.7% -lh5- 3577 Oct 23 11:07 AmiSSL/Developer/include/openssl/seed.h
-rw-rw-r--  1000/1000     1335    4765  28.0% -lh5- 9882 Oct 23 11:07 AmiSSL/Developer/include/openssl/self_test.h
-rw-rw-r--  1000/1000     1402    5104  27.5% -lh5- af8b Oct 23 11:07 AmiSSL/Developer/include/openssl/sha.h
-rw-rw-r--  1000/1000     2782   15910  17.5% -lh5- 0dab Oct 23 11:07 AmiSSL/Developer/include/openssl/srp.h
-rw-rw-r--  1000/1000      967    2589  37.4% -lh5- 196c Oct 23 11:07 AmiSSL/Developer/include/openssl/srtp.h
-rw-rw-r--  1000/1000    29458  136897  21.5% -lh5- 1397 Oct 23 11:07 AmiSSL/Developer/include/openssl/ssl.h
-rw-rw-r--  1000/1000      573    1067  53.7% -lh5- 9b5b Oct 23 11:07 AmiSSL/Developer/include/openssl/ssl2.h
-rw-rw-r--  1000/1000     3940   15568  25.3% -lh5- d9ed Oct 23 11:07 AmiSSL/Developer/include/openssl/ssl3.h
-rw-rw-r--  1000/1000     4880   22982  21.2% -lh5- 613e Oct 23 11:07 AmiSSL/Developer/include/openssl/sslerr.h
-rw-rw-r--  1000/1000     3915   27353  14.3% -lh5- d14f Oct 23 11:07 AmiSSL/Developer/include/openssl/sslerr_legacy.h
-rw-rw-r--  1000/1000     1077    3693  29.2% -lh5- e1fe Oct 23 11:07 AmiSSL/Developer/include/openssl/stack.h
-rw-rw-r--  1000/1000     3823   15908  24.0% -lh5- 399f Oct 23 11:07 AmiSSL/Developer/include/openssl/store.h
-rw-rw-r--  1000/1000      969    2501  38.7% -lh5- 3a97 Oct 23 11:07 AmiSSL/Developer/include/openssl/storeerr.h
-rw-rw-r--  1000/1000      708    1699  41.7% -lh5- 4e37 Oct 23 11:07 AmiSSL/Developer/include/openssl/symhacks.h
-rw-rw-r--  1000/1000      624    1189  52.5% -lh5- 706c Oct 23 11:07 AmiSSL/Developer/include/openssl/thread.h
-rw-rw-r--  1000/1000    10742   73499  14.6% -lh5- d66b Oct 23 11:07 AmiSSL/Developer/include/openssl/tls1.h
-rw-rw-r--  1000/1000     3436   11146  30.8% -lh5- 55fd Oct 23 11:07 AmiSSL/Developer/include/openssl/trace.h
-rw-rw-r--  1000/1000     5191   21009  24.7% -lh5- 5b95 Oct 23 11:07 AmiSSL/Developer/include/openssl/ts.h
-rw-rw-r--  1000/1000     1138    3483  32.7% -lh5- bbf5 Oct 23 11:07 AmiSSL/Developer/include/openssl/tserr.h
-rw-rw-r--  1000/1000      940    2193  42.9% -lh5- bb4d Oct 23 11:07 AmiSSL/Developer/include/openssl/txt_db.h
-rw-rw-r--  1000/1000     2272    7744  29.3% -lh5- 7ab4 Oct 23 11:07 AmiSSL/Developer/include/openssl/types.h
-rw-rw-r--  1000/1000     5963   19674  30.3% -lh5- 8188 Oct 23 11:07 AmiSSL/Developer/include/openssl/ui.h
-rw-rw-r--  1000/1000      782    1800  43.4% -lh5- 91c6 Oct 23 11:07 AmiSSL/Developer/include/openssl/uierr.h
-rw-rw-r--  1000/1000      895    2262  39.6% -lh5- a796 Oct 23 11:07 AmiSSL/Developer/include/openssl/whrlpool.h
-rw-rw-r--  1000/1000    12011   73344  16.4% -lh5- 1511 Oct 23 11:07 AmiSSL/Developer/include/openssl/x509.h
-rw-rw-r--  1000/1000     3130   19026  16.5% -lh5- 811e Oct 23 11:07 AmiSSL/Developer/include/openssl/x509_acert.h
-rw-rw-r--  1000/1000     9624   52938  18.2% -lh5- 9ab6 Oct 23 11:07 AmiSSL/Developer/include/openssl/x509_vfy.h
-rw-rw-r--  1000/1000     1185    3790  31.3% -lh5- ac9c Oct 23 11:07 AmiSSL/Developer/include/openssl/x509err.h
-rw-rw-r--  1000/1000    14838   98376  15.1% -lh5- a6dc Oct 23 11:07 AmiSSL/Developer/include/openssl/x509v3.h
-rw-rw-r--  1000/1000     1446    5414  26.7% -lh5- 0b86 Oct 23 11:07 AmiSSL/Developer/include/openssl/x509v3err.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/include/ppcinline/
-rw-r--r--  1000/1000   131088  969958  13.5% -lh5- a4b8 Oct 22 23:49 AmiSSL/Developer/include/ppcinline/amissl.h
-rw-rw-r--  1000/1000    41241  304301  13.6% -lh5- ec5a Oct 22 23:49 AmiSSL/Developer/include/ppcinline/amisslext.h
-rw-r--r--  1000/1000      579    1836  31.5% -lh5- 11a0 Oct 22 23:49 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 Oct 23 11:15 AmiSSL/Developer/include/pragmas/
-rw-r--r--  1000/1000    88610 1220879   7.3% -lh5- 2c41 Oct 22 23:49 AmiSSL/Developer/include/pragmas/amissl_pragmas.h
-rw-rw-r--  1000/1000    26477  354990   7.5% -lh5- b4b7 Oct 22 23:49 AmiSSL/Developer/include/pragmas/amisslext_pragmas.h
-rw-r--r--  1000/1000      567    2645  21.4% -lh5- 8132 Oct 22 23:49 AmiSSL/Developer/include/pragmas/amisslmaster_pragmas.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 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 Oct 23 11:15 AmiSSL/Developer/lib/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/lib/AmigaOS3/
-rw-rw-r--  1000/1000     1045    2662  39.3% -lh5- 75ea Oct 23 10:24 AmiSSL/Developer/lib/AmigaOS3/libamisslauto.a
-rw-rw-r--  1000/1000   237871 1816838  13.1% -lh5- 3dde Oct 23 10:24 AmiSSL/Developer/lib/AmigaOS3/libamisslstubs.a
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/lib/AmigaOS4/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/lib/AmigaOS4/clib2/
-rw-rw-r--  1000/1000     1766    4286  41.2% -lh5- 2595 Oct 23 11:07 AmiSSL/Developer/lib/AmigaOS4/clib2/libamisslauto.a
-rw-rw-r--  1000/1000   344380 5487840   6.3% -lh5- 5fc6 Oct 23 11:07 AmiSSL/Developer/lib/AmigaOS4/libamisslstubs.a
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/lib/AmigaOS4/newlib/
-rw-rw-r--  1000/1000     1827    4522  40.4% -lh5- 79b2 Oct 23 11:07 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 Oct 23 11:15 AmiSSL/Developer/sfd/
-rw-r--r--  1000/1000    69765  376570  18.5% -lh5- 8335 Oct 22 23:49 AmiSSL/Developer/sfd/amissl_lib.sfd
-rw-rw-r--  1000/1000    22558  122630  18.4% -lh5- a3ee Oct 22 23:49 AmiSSL/Developer/sfd/amisslext_lib.sfd
-rw-r--r--  1000/1000      247     514  48.1% -lh5- d52d Oct 22 23:49 AmiSSL/Developer/sfd/amisslmaster_lib.sfd
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Oct 23 11:15 AmiSSL/Developer/xml/
-rw-r--r--  1000/1000   124753 1374380   9.1% -lh5- 00c8 Oct 22 23:46 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     3414    7898  43.2% -lh5- a9b3 Oct 23 11:15 AmiSSL/Doc/AmiSSL.doc
-rw-rw-r--  1000/1000     1806    2773  65.1% -lh5- 7cba Apr 28  2022 AmiSSL/Doc/AmiSSL.doc.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       225 files 2500502 20535558  12.2%            Oct 23 17:29

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>