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

util/libs/AmiSSL-4.12.lha

Mirror:Random
Showing:i386-arosgeneric
No screenshot available
Short:OpenSSL as an Amiga shared library
Author:AmiSSL Open Source Team
Uploader:Oliver Roberts <oliver futaura co uk>
Type:util/libs
Version:4.12
Replaces:util/libs/AmiSSL-*
Requires:AmigaOS 4.0/PPC, AmigaOS 3.0+/68020+
Architecture:ppc-amigaos >= 4.0.5; m68k-amigaos >= 3.0
URL:https://github.com/jens-maus/amissl
Date:2022-02-11
Download:http://aminet.net/util/libs/AmiSSL-4.12.lha - View contents
Readme:http://aminet.net/util/libs/AmiSSL-4.12.readme
Downloads:3499

This is version 4.12 of the open-source based AmiSSL library for Amiga based
operating systems. Version 4.x is a new major release which comes with full
compatibility to the OpenSSL 1.1.x line which includes important security
related fixes, TLSv1.3 and comes with new encryption ciphers which are
required nowadays to connect to modern SSL-based services (e.g.  HTTPS).

Backwards Compatibility:
-----------------------
All applications compiled to use most previous versions of AmiSSLv4 will
automatically use this latest version once installed. Unfortunately, due to
some errors that were made in AmiSSL 4.3, applications compiled to
specifically use AmiSSL 4.3 will need to be recompiled with the AmiSSL 4.4
SDK (or newer) in order for them to be able to use this latest version.
Due to fundamental changes in the API between the old AmiSSLv3 and new v4
versions and the large changes between the old OpenSSL 0.9.x and the new
OpenSSL 1.1.x line, applications have to be recompiled with the updated
AmiSSL SDK to take full advantage of the modernized OpenSSL 1.1.x API.
Besides that fundamental change, AmiSSLv4 can be installed on top of a
AmiSSLv3 installation while still ensuring that applications compiled for
AmiSSLv3 will continue to work properly.

Requirements:
------------
- AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or MorphOS

Version 4.12 (11.2.2022):
------------------------

- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1m (14.12.2021) version, which brings security and bug fixes.
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.se/docs/caextract.html dated 1.2.2022.
- Fixed RSA_X931_derive_ex() from not being reachable on OS3.
- Fixed crash after OpenSSL fatal error message requester shown.
- Cleaned up and unified error requesters, removing redundant code.
- Fixed GCC linker alignment for all OS4 binaries.

Version 4.11 (30.10.2021):
------------------------
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.se/docs/caextract.html dated 26.10.2021.
- Legacy entropy generation is now faster on OS3 machines, with the
  removal of delays caused by using the vblank timer, which typically
  causes AmiSSL to initialise 2 seconds faster (#57).
- Fixed legacy entropy generation to correctly use an entropy factor of 4,
  as originally intended, which was broken since AmiSSL 4.3 (#57).
- Entropy generation now uses SHA-256 instead of SHA-1.
- Tweaked OS4 memory allocations to not be locked.
- Fixed issues when redirecting OpenSSL tool output to a file (#58).
- Added Ctrl-C break detection to the OpenSSL tool.
- OS4 binaries now stripped further with --strip-unneeded-rel-relocs.

Version 4.10 (25.08.2021):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1l (24.08.2021) version, which brings security and bug
  fixes, including:
  + Fixed an SM2 Decryption Buffer Overflow (CVE-2021-3711).
  + Fixed various read buffer overruns processing ASN.1 strings
    (CVE-2021-3712).
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.haxx.se/ca/ dated 05.07.2021.
- Added Italian installer translation.

Version 4.9 (02.04.2021):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1k (25.03.2021) version, which brings security and bug fixes.
- Simplified and improved logic in amisslmaster.library for choosing which
  libraries to open.
- Installer will now delete redundant AmiSSLv4 libraries where possible.
- Added Swedish installer translation.
- Updated icons with more modern GlowIcons.
- Added sample openssl.cnf file and CA.pl helper script to the installation.
- Added CA.pl documentation to OpenSSL.doc.

Version 4.8 (13.03.2021):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1j (16.02.2021) version, which brings security and bug fixes.
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.se/docs/caextract.html.
- Fixed corrupted OS3 libamisslauto.a (object name was too long).
- Tweaked SDK examples and OpenSSL includes to be more compatible with
  vanilla VBCC and SAS/C compiler installations.
- Restored SAS/C support to AmiSSL autoopen link library code.
- Added native VBCC support to AmiSSL autoopen link library code.
- Added lib/autoinit_amissl_main.c to SDK to allow VBCC, SAS/C and GCC
  users to compile their own link library, if required.

Version 4.7 (17.12.2020):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1i (08.12.2020) version, which brings security and bug fixes.
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.haxx.se/ca/
- Fixed OpenSSL command and https developer example not having execute file
  permission bit set on OS3

Version 4.6 (08.06.2020):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1g (21.04.2020) version, which brings security and bug fixes.
- Tweaks to allow and force Amithlon to use the 68060 target, due to 64-bit
  integer math emulation being broken in Amithlon (68080 and MorphOS should
  continue to use the more optimal 68020-40 target).

Version 4.5 (29.03.2020):
------------------------
- Dropped FPU usage from 68060 target, allowing 68LC060 and 68EC060
  processors to benefit from the 4.4 changes, without crashing.
- Fixed a number of memory leaks, particularly where multithreaded
  applications would leak memory over time (although freed on exit).
- All binaries now stripped of debug symbols, improving load time.
- Fixed installer issue for MorphOS (#43).
- Modernized and improved the https example source code.
- Minor improvements/fixes.

Version 4.4 (15.02.2020):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.1d (10.09.2019) version.
- Applications compiled with the AmiSSL 4.3 SDK will need to be recompiled
  to use this release (if the AmiSSL 4.0-4.2 SDK was used, those applications
  do not need recompiling and will automatically use AmiSSL 4.4).
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.haxx.se/ca/
- Now includes separate 68020-40 and 68060 optimised versions.
- Fixed poor 64-bit integer math performance (including erratic mouse
  movement) specific to 68060 processors, caused by software emulation of
  instructions not present on 68060 processors.
- Added 68060 optimised 64-bit multiplication routine from vbcc with
  permission by Frank Wille.
- Improved BN performance for 68060 (disabled m68k asm replacement as it's
  slower due to the above).
- Improved elliptic curve performance for all m68k processors.
- Fixed the OS3 target from crashing on systems with a 68020/030, but
  without an FPU (#37).
- Disabled Poly1305 FPU algorithm on Tabor A1222 (#38).
- Fixed TLS 1.3 cipher lookup failures on OS4, caused by compiler bug (#35).
- OpenSSL.doc not updated for the last 14 years, but now automatically
  updated for each new release.
- Fixed crashing OpenSSL command on OS3 (#28).
- Fixed OpenSSL command not making path to openssl.cnf correctly (#34).
- Fixed OpenSSL command -out parameter (#33).
- OpenSSL s_server command can now be interrupted with Ctrl-C.
- Install script fixes for MorphOS (#41).
- Fixed include files for vbcc/m68k compilation (#20).
- LhA release archive now packed using an older header level for better
  compatibility with some Amiga unpackers.
- Minor improvements/fixes.

Version 4.3 (21.02.2019):
------------------------
- Updated OpenSSL backend to latest OpenSSL 1.1.1a (20.11.2018) version
  including newest TLS 1.2 and TLS 1.3 protocol/cipher versions and general
  compatibility.
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.haxx.se/ca/
- Minor improvements/fixes.

Version 4.2 (07.03.2018):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.0g (02.11.2017) version.
- Updated root certificates to latest Mozilla-based bundle provided
  by https://curl.haxx.se/ca/
- Fixed https.c example cleanup code for non-OS4 targets (#18)
- Reinstated AmigaOS multithreading support and semaphore protection, using
  the new thread API introduced in OpenSSL 1.1.0 (#17)
- Include `ppcinline/macros.h` which contains all `LPXX()` macros to use the
  AmiSSL includes for MorphOS.
- Minor improvements/fixes.

Version 4.1 (13.03.2017):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.0e (16.02.2017) version.
- MorphOS can now be selected as an install target with the OS3/m68k version
  being installed. For a native PPC version we would require some work to be
  done by some talented MorphOS developers.
- Added some m68k asm replacement code for potentially speeding up BN
  calculation routines.
- Added AmiUpdate compatibility.
- Included a newlib compiled version of libamisslauto.a.
- Minor improvements/Fixes for install script.

Version 4.0 (07.02.2017):
------------------------
- Updated OpenSSL backend to full compatibility to latest
  OpenSSL 1.1.0d (26 Jan 2017) version.
- Updated root certificate bundle to latest Mozilla-based bundle
  provided by https://curl.haxx.se/ca/
- Removed whole IsCipherAvailable() API and reenabled IDEA, MDC2 and RC5
  ciphers as the protecting patents have expired during 2012 and 2015.
- Enabled all PPC ASM optimizations in OpenSSL.
- Switched build system to exclusively use GCC-based cross compilers for all
  platforms using proper baserel support for using the amissl shared library
  in a multi-application environment.

General
-------
AmiSSL is a shared library package, port of OpenSSL which 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."

AmiSSL contains three major components: the libraries, the certificate files
and a port of the OpenSSL tool.

Libraries
---------
The main library is "amisslmaster.library" which acts as a proxy which opens
the appropriate AmiSSL library (with compatibility to a certain OpenSSL
version) for the programs using AmiSSL. It is possible to have different
AmiSSL versions installed at the same time since amisslmaster.library will
make sure that the correct libraries are opened.  However, since a certain
version of amisslmaster.library cannot know about the future releases of
AmiSSL, it is important that the latest version of amisslmaster.library is
always installed.

The amisslmaster.library was introduced with AmiSSL v2, but since none of
AmiSSL v1 file names collide with later AmiSSL releases, they can coexist on
the same system with the later versions.

The rest of the libraries are found inside the AmiSSL directory (assigned to
AMISSL:Libs/AmiSSL). With the exception of AmiSSL v1 libraries there, none of
them should be opened directly, but through amisslmaster.library. The
technical details on this can be found in AmiSSL SDK documentation (see
https://github.com/jens-maus/amissl/blob/master/dist/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. For example,
IBrowse v2.3 uses AmiSSLv2 libraries through amisslmaster.library.  These
libraries are named "AmiSSL:Libs/AmiSSL/amissl_v2.library",
"AmiSSL:Libs/AmiSSL/blowfish_v2.library", etc. and are based on OpenSSL
0.9.6g. The first release of AmiSSLv3 is based on OpenSSL 0.9.7g, latest
available at the time. It includes "AmiSSL:Libs/AmiSSL/amissl_v097g.library"
(all other libraries like blowfish, cast etc are now included in it and the
name reflects the OpenSSL version number). Since OpenSSL 0.9.6g and 0.9.7g
have incompatible API's and public structures, when IBrowse v2.3 tries to open
AmiSSL through amisslmaster.library v3, amisslmaster.library will honor its
request and open AmiSSLv2 libraries even though AmiSSLv3 library is available.
The same applies to AmiSSLv4, the successor of AmiSSLv3.

Another example: suppose that a program is compiled for OpenSSL 0.9.7g API.
When it asks amisslmaster.library to open AmiSSL with that API,
amisslmaster.library will open "AmiSSL:Libs/AmiSSL/amissl_097g.library". If a
bugfix version of OpenSSL 0.9.7g called 0.9.7h with compatible API is
released, AmiSSL could be updated to include
"AmiSSL:Libs/AmiSSL/amissl_097h.library". The amisslmaster.library would then
open "amissl_097h.library" on behalf of the program even though it was
compiled for and asked for version 0.9.7g. The program would thus benefit from
the fixed version without having to be recompiled.

Certificates
------------
AmiSSL includes root certificate files which are installed into "AmiSSL:Certs"
directory (Note: the AmiSSL: assign must exist - it is usually added to
S:User-Startup by the install script).

Each AmiSSL version comes with a full set of root certificates and has those
that have expired removed. If you had some earlier versions of AmiSSL
installed, it is suggested that the old AmiSSL:Certs directory is replaced
with the certs directory from the latest AmiSSL archive (The installer script
should usually take care of that). Please note that it is not suggested to
manually add own certificates to "AmiSSL:Certs". You should rather add and
maintain them in "AmiSSL:UserCerts" so that no future AmiSSL release will
delete your own certificates. In addition, please note that usually
applications providing SSL/TLS functionality should provide you a way to
install your own certificates in this directory path. 

The OpenSSL command-line tool
-----------------------------
A port of the OpenSSL command-line tool is also included and usually installed
to AmiSSL: 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/man1.1.1/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.

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 v4 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 and Stefan Burstroem.
AmiSSL v4    Copyright (c) 2014-2021 AmiSSL Open Source Team.
All Rights Reserved.

AmiSSL IS PROVIDED "AS IS" AND ANY WARRANTIES, EXPRESSED OR IMPLIED,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AmiSSL AUTHORS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The OpenSSL toolkit itself stays under a dual license, i.e. both the
conditions of the OpenSSL License and the original SSLeay license apply to
the toolkit. See below for the actual license texts.

OpenSSL License
---------------
====================================================================
Copyright (c) 1998-2021 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer. 

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core at openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================

This product includes cryptographic software written by Eric Young
(eay at cryptsoft.com).  This product includes software written by Tim
Hudson (tjh at cryptsoft.com).

Original SSLeay License
-----------------------
Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
All rights reserved.

This package is an SSL implementation written
by Eric Young (eay at cryptsoft.com).
The implementation was written so as to conform with Netscapes SSL.

This library is free for commercial and non-commercial use as long as
the following conditions are aheared to.  The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code.  The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson (tjh at cryptsoft.com).

Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   "This product includes cryptographic software written by
    Eric Young (eay at cryptsoft.com)"
   The word 'cryptographic' can be left out if the rouines from the library
   being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from 
   the apps directory (application code) you must include an acknowledgement:
   "This product includes software written by Tim Hudson (tjh at cryptsoft.com)"

THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

The licence and distribution terms for any publically available version or
derivative of this code cannot be changed.  i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]


Contents of util/libs/AmiSSL-4.12.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/C/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/C/AmigaOS3/
-rwxr-xr-x  1000/1000   258734  504860  51.2% -lh5- 977f Feb 11 11:10 AmiSSL/C/AmigaOS3/OpenSSL
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/C/AmigaOS4/
-rwxr-xr-x  1000/1000   383202  924008  41.5% -lh5- 223f Feb 11 11:18 AmiSSL/C/AmigaOS4/OpenSSL
-rwxrwxr-x  1000/1000     2575    7617  33.8% -lh5- a4b7 Feb 11 11:20 AmiSSL/C/CA.pl
-rw-r--r--  1000/1000     3721   10925  34.1% -lh5- f012 Mar 31  2021 AmiSSL/C/openssl.cnf
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Certs/
-rw-rw-r--  1000/1000     1420    1911  74.3% -lh5- f4c5 Feb  8 14:38 AmiSSL/Certs/002c0b4f.0
-rw-rw-r--  1000/1000      564     873  64.6% -lh5- 0cd9 Feb  8 14:38 AmiSSL/Certs/01419da9.0
-rw-rw-r--  1000/1000      958    1530  62.6% -lh5- 77f2 Feb  8 14:38 AmiSSL/Certs/02265526.0
-rw-rw-r--  1000/1000     1450    1943  74.6% -lh5- 52e1 Feb  8 14:38 AmiSSL/Certs/03179a64.0
-rw-rw-r--  1000/1000      573     946  60.6% -lh5- 34cd Feb  8 14:38 AmiSSL/Certs/04f60c28.0
-rw-rw-r--  1000/1000      886    1226  72.3% -lh5- 57aa Feb  8 14:38 AmiSSL/Certs/062cdee6.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- 7719 Feb  8 14:38 AmiSSL/Certs/064e0aa9.0
-rw-rw-r--  1000/1000     1486    2109  70.5% -lh5- 3b0c Feb  8 14:38 AmiSSL/Certs/06dc52d5.0
-rw-rw-r--  1000/1000     1055    1420  74.3% -lh5- ae3f Feb  8 14:38 AmiSSL/Certs/09789157.0
-rw-rw-r--  1000/1000      503     764  65.8% -lh5- 5993 Feb  8 14:38 AmiSSL/Certs/0a775a30.0
-rw-rw-r--  1000/1000     1435    1979  72.5% -lh5- 3690 Feb  8 14:38 AmiSSL/Certs/0b1b94ef.0
-rw-rw-r--  1000/1000      591     788  75.0% -lh5- ae4c Feb  8 14:38 AmiSSL/Certs/0b9bc432.0
-rw-rw-r--  1000/1000      686     942  72.8% -lh5- 6f3a Feb  8 14:38 AmiSSL/Certs/0bf05006.0
-rw-rw-r--  1000/1000      434     703  61.7% -lh5- 7a93 Feb  8 14:38 AmiSSL/Certs/0d69c7e1.0
-rw-rw-r--  1000/1000     1396    1911  73.1% -lh5- 6548 Feb  8 14:38 AmiSSL/Certs/0f5dc4f3.0
-rw-rw-r--  1000/1000     1421    1975  71.9% -lh5- ad88 Feb  8 14:38 AmiSSL/Certs/0f6fa695.0
-rw-rw-r--  1000/1000     1386    1907  72.7% -lh5- 71a9 Feb  8 14:38 AmiSSL/Certs/1001acf7.0
-rw-rw-r--  1000/1000     1055    1420  74.3% -lh5- ae3f Feb  8 14:38 AmiSSL/Certs/10531352.0
-rw-rw-r--  1000/1000      761    1088  69.9% -lh5- 92c2 Feb  8 14:38 AmiSSL/Certs/106f3e4d.0
-rw-rw-r--  1000/1000      540     857  63.0% -lh5- 81d4 Feb  8 14:38 AmiSSL/Certs/14bc7599.0
-rw-rw-r--  1000/1000     1080    1509  71.6% -lh5- 34b3 Feb  8 14:38 AmiSSL/Certs/1636090b.0
-rw-rw-r--  1000/1000      928    1246  74.5% -lh5- 8538 Feb  8 14:38 AmiSSL/Certs/18856ac4.0
-rw-rw-r--  1000/1000      527     881  59.8% -lh5- 8bb8 Feb  8 14:38 AmiSSL/Certs/1ae85e5e.0
-rw-rw-r--  1000/1000     1420    1911  74.3% -lh5- f4c5 Feb  8 14:38 AmiSSL/Certs/1b0f7e5c.0
-rw-rw-r--  1000/1000      505     792  63.8% -lh5- d054 Feb  8 14:38 AmiSSL/Certs/1d3472b9.0
-rw-rw-r--  1000/1000     1049    1513  69.3% -lh5- 8c4f Feb  8 14:38 AmiSSL/Certs/1df5a75f.0
-rw-rw-r--  1000/1000     1395    1927  72.4% -lh5- dc75 Feb  8 14:38 AmiSSL/Certs/1e08bfd1.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- a57e Feb  8 14:38 AmiSSL/Certs/1e09d511.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- 5ec4 Feb  8 14:38 AmiSSL/Certs/1e1eab7c.0
-rw-rw-r--  1000/1000      886    1226  72.3% -lh5- 57aa Feb  8 14:38 AmiSSL/Certs/1e8e7201.0
-rw-rw-r--  1000/1000     1413    1967  71.8% -lh5- 6e55 Feb  8 14:38 AmiSSL/Certs/1ec40989.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- 7719 Feb  8 14:38 AmiSSL/Certs/1f58a078.0
-rw-rw-r--  1000/1000      973    1445  67.3% -lh5- 18e9 Feb  8 14:38 AmiSSL/Certs/219d9499.0
-rw-rw-r--  1000/1000      985    1465  67.2% -lh5- c666 Feb  8 14:38 AmiSSL/Certs/23f4c490.0
-rw-rw-r--  1000/1000      986    1363  72.3% -lh5- d021 Feb  8 14:38 AmiSSL/Certs/244b5494.0
-rw-rw-r--  1000/1000      962    1299  74.1% -lh5- 9979 Feb  8 14:38 AmiSSL/Certs/2923b3f9.0
-rw-rw-r--  1000/1000      505     792  63.8% -lh5- d054 Feb  8 14:38 AmiSSL/Certs/2add47b6.0
-rw-rw-r--  1000/1000     1435    1931  74.3% -lh5- 1417 Feb  8 14:38 AmiSSL/Certs/2ae6433e.0
-rw-rw-r--  1000/1000      852    1201  70.9% -lh5- 25d3 Feb  8 14:38 AmiSSL/Certs/2b349938.0
-rw-rw-r--  1000/1000     1429    1911  74.8% -lh5- 9c4f Feb  8 14:38 AmiSSL/Certs/2d9dafe4.0
-rw-rw-r--  1000/1000      971    1408  69.0% -lh5- cab2 Feb  8 14:38 AmiSSL/Certs/2fa87019.0
-rw-rw-r--  1000/1000     1648    2259  73.0% -lh5- 2e16 Feb  8 14:38 AmiSSL/Certs/302904dd.0
-rw-rw-r--  1000/1000     1424    1886  75.5% -lh5- c3c2 Feb  8 14:38 AmiSSL/Certs/304d27c3.0
-rw-rw-r--  1000/1000     1145    1578  72.6% -lh5- 9c0a Feb  8 14:38 AmiSSL/Certs/31188b5e.0
-rw-rw-r--  1000/1000     1481    2150  68.9% -lh5- 5e86 Feb  8 14:38 AmiSSL/Certs/32888f65.0
-rw-rw-r--  1000/1000     1560    2089  74.7% -lh5- 11a6 Feb  8 14:38 AmiSSL/Certs/33ee480d.0
-rw-rw-r--  1000/1000     1296    1907  68.0% -lh5- 2659 Feb  8 14:38 AmiSSL/Certs/349f2832.0
-rw-rw-r--  1000/1000     1450    2089  69.4% -lh5- 34ba Feb  8 14:38 AmiSSL/Certs/35105088.0
-rw-rw-r--  1000/1000      968    1335  72.5% -lh5- adbf Feb  8 14:38 AmiSSL/Certs/3513523f.0
-rw-rw-r--  1000/1000      968    1335  72.5% -lh5- adbf Feb  8 14:38 AmiSSL/Certs/399e7759.0
-rw-rw-r--  1000/1000      941    1258  74.8% -lh5- 8e60 Feb  8 14:38 AmiSSL/Certs/3ad48a91.0
-rw-rw-r--  1000/1000     1609    2162  74.4% -lh5- 41c8 Feb  8 14:38 AmiSSL/Certs/3bde41ac.0
-rw-rw-r--  1000/1000     1603    2162  74.1% -lh5- d0e5 Feb  8 14:38 AmiSSL/Certs/3bde41ac.1
-rw-rw-r--  1000/1000     1450    1943  74.6% -lh5- 52e1 Feb  8 14:38 AmiSSL/Certs/3c6676aa.0
-rw-rw-r--  1000/1000     1514    2040  74.2% -lh5- b995 Feb  8 14:38 AmiSSL/Certs/3c860d51.0
-rw-rw-r--  1000/1000      639     893  71.6% -lh5- 64fe Feb  8 14:38 AmiSSL/Certs/3c899c73.0
-rw-rw-r--  1000/1000     1982    2766  71.7% -lh5- d349 Feb  8 14:38 AmiSSL/Certs/3c9a4d3b.0
-rw-rw-r--  1000/1000     1605    2198  73.0% -lh5- cb25 Feb  8 14:38 AmiSSL/Certs/3e44d2f7.0
-rw-rw-r--  1000/1000      809    1165  69.4% -lh5- a878 Feb  8 14:38 AmiSSL/Certs/3e45d192.0
-rw-rw-r--  1000/1000     1086    1501  72.4% -lh5- f65a Feb  8 14:38 AmiSSL/Certs/3e7271e8.0
-rw-rw-r--  1000/1000     1510    2008  75.2% -lh5- ce33 Feb  8 14:38 AmiSSL/Certs/3fb36b73.0
-rw-rw-r--  1000/1000     1566    2073  75.5% -lh5- fc37 Feb  8 14:38 AmiSSL/Certs/40193066.0
-rw-rw-r--  1000/1000     1455    1935  75.2% -lh5- 2724 Feb  8 14:38 AmiSSL/Certs/4042bcee.0
-rw-rw-r--  1000/1000     1070    1485  72.1% -lh5- 8898 Feb  8 14:38 AmiSSL/Certs/40547a79.0
-rw-rw-r--  1000/1000      869    1254  69.3% -lh5- 6018 Feb  8 14:38 AmiSSL/Certs/406c9bb1.0
-rw-rw-r--  1000/1000     1080    1509  71.6% -lh5- 34b3 Feb  8 14:38 AmiSSL/Certs/40dc992e.0
-rw-rw-r--  1000/1000      563     889  63.3% -lh5- 420d Feb  8 14:38 AmiSSL/Certs/41a3f684.0
-rw-rw-r--  1000/1000      971    1408  69.0% -lh5- cab2 Feb  8 14:38 AmiSSL/Certs/4304c5e5.0
-rw-rw-r--  1000/1000      958    1530  62.6% -lh5- 77f2 Feb  8 14:38 AmiSSL/Certs/455f1b52.0
-rw-rw-r--  1000/1000     1544    2117  72.9% -lh5- 66dd Feb  8 14:38 AmiSSL/Certs/48a195d8.0
-rw-rw-r--  1000/1000     1007    1351  74.5% -lh5- 82c9 Feb  8 14:38 AmiSSL/Certs/48bec511.0
-rw-rw-r--  1000/1000      600     812  73.9% -lh5- 1a6c Feb  8 14:38 AmiSSL/Certs/4b718d9b.0
-rw-rw-r--  1000/1000     1395    1927  72.4% -lh5- dc75 Feb  8 14:38 AmiSSL/Certs/4be590e0.0
-rw-rw-r--  1000/1000     1032    1396  73.9% -lh5- 611d Feb  8 14:38 AmiSSL/Certs/4bfab552.0
-rw-rw-r--  1000/1000      642     865  74.2% -lh5- 1363 Feb  8 14:38 AmiSSL/Certs/4c3982f2.0
-rw-rw-r--  1000/1000     1514    2040  74.2% -lh5- b995 Feb  8 14:38 AmiSSL/Certs/4f316efb.0
-rw-rw-r--  1000/1000     1454    2044  71.1% -lh5- a3b8 Feb  8 14:38 AmiSSL/Certs/5046c355.0
-rw-rw-r--  1000/1000     1538    2239  68.7% -lh5- aee5 Feb  8 14:38 AmiSSL/Certs/5273a94c.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- f848 Feb  8 14:38 AmiSSL/Certs/52b525c7.0
-rw-rw-r--  1000/1000     1464    1935  75.7% -lh5- 0be1 Feb  8 14:38 AmiSSL/Certs/53a1b57a.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- 5ec4 Feb  8 14:38 AmiSSL/Certs/5443e9e3.0
-rw-rw-r--  1000/1000     1430    1911  74.8% -lh5- 7bd0 Feb  8 14:38 AmiSSL/Certs/54657681.0
-rw-rw-r--  1000/1000     1454    2044  71.1% -lh5- a3b8 Feb  8 14:38 AmiSSL/Certs/57bcb2da.0
-rw-rw-r--  1000/1000     1486    2109  70.5% -lh5- 3b0c Feb  8 14:38 AmiSSL/Certs/583d0756.0
-rw-rw-r--  1000/1000     1070    1485  72.1% -lh5- 8898 Feb  8 14:38 AmiSSL/Certs/5a3f0ff8.0
-rw-rw-r--  1000/1000      500     764  65.4% -lh5- 2029 Feb  8 14:38 AmiSSL/Certs/5acf816d.0
-rw-rw-r--  1000/1000      932    1258  74.1% -lh5- 569d Feb  8 14:38 AmiSSL/Certs/5ad8a5d6.0
-rw-rw-r--  1000/1000     1404    1866  75.2% -lh5- 17cb Feb  8 14:38 AmiSSL/Certs/5cd81ad7.0
-rw-rw-r--  1000/1000     1085    1509  71.9% -lh5- be8a Feb  8 14:38 AmiSSL/Certs/5d3033c5.0
-rw-rw-r--  1000/1000     1514    2239  67.6% -lh5- 454d Feb  8 14:38 AmiSSL/Certs/5e98733a.0
-rw-rw-r--  1000/1000     1417    1878  75.5% -lh5- 6339 Feb  8 14:38 AmiSSL/Certs/5f15c80c.0
-rw-rw-r--  1000/1000     1460    2044  71.4% -lh5- 8291 Feb  8 14:38 AmiSSL/Certs/5f47b495.0
-rw-rw-r--  1000/1000     1379    1886  73.1% -lh5- 2e98 Feb  8 14:38 AmiSSL/Certs/5f618aec.0
-rw-rw-r--  1000/1000      654     901  72.6% -lh5- b3b9 Feb  8 14:38 AmiSSL/Certs/5f9a69fa.0
-rw-rw-r--  1000/1000      958    1291  74.2% -lh5- c4ae Feb  8 14:38 AmiSSL/Certs/607986c7.0
-rw-rw-r--  1000/1000     1085    1473  73.7% -lh5- 4310 Feb  8 14:38 AmiSSL/Certs/60afe812.0
-rw-rw-r--  1000/1000     1455    1935  75.2% -lh5- 2724 Feb  8 14:38 AmiSSL/Certs/6187b673.0
-rw-rw-r--  1000/1000     1387    1907  72.7% -lh5- 62e5 Feb  8 14:38 AmiSSL/Certs/626dceaf.0
-rw-rw-r--  1000/1000     1404    1866  75.2% -lh5- 17cb Feb  8 14:38 AmiSSL/Certs/63a2c897.0
-rw-rw-r--  1000/1000      941    1258  74.8% -lh5- 8e60 Feb  8 14:38 AmiSSL/Certs/653b494a.0
-rw-rw-r--  1000/1000     1507    2069  72.8% -lh5- 784c Feb  8 14:38 AmiSSL/Certs/68dd7389.0
-rw-rw-r--  1000/1000      900    1347  66.8% -lh5- aa5e Feb  8 14:38 AmiSSL/Certs/69105f4f.0
-rw-rw-r--  1000/1000      503     764  65.8% -lh5- 5993 Feb  8 14:38 AmiSSL/Certs/6b03dec0.0
-rw-rw-r--  1000/1000     1179    1639  71.9% -lh5- f9d7 Feb  8 14:38 AmiSSL/Certs/6b99d060.0
-rw-rw-r--  1000/1000     1411    1878  75.1% -lh5- 35a8 Feb  8 14:38 AmiSSL/Certs/6d41d539.0
-rw-rw-r--  1000/1000     1560    2089  74.7% -lh5- 11a6 Feb  8 14:38 AmiSSL/Certs/6fa5da56.0
-rw-rw-r--  1000/1000     1022    1509  67.7% -lh5- 4161 Feb  8 14:38 AmiSSL/Certs/706f604c.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- f848 Feb  8 14:38 AmiSSL/Certs/749e9e03.0
-rw-rw-r--  1000/1000     1103    1513  72.9% -lh5- 6fa8 Feb  8 14:38 AmiSSL/Certs/75680d2e.0
-rw-rw-r--  1000/1000     1420    1984  71.6% -lh5- 5976 Feb  8 14:38 AmiSSL/Certs/75d1b2ed.0
-rw-rw-r--  1000/1000     1022    1509  67.7% -lh5- 4161 Feb  8 14:38 AmiSSL/Certs/76579174.0
-rw-rw-r--  1000/1000     1722    2348  73.3% -lh5- 81f8 Feb  8 14:38 AmiSSL/Certs/76faf6c0.0
-rw-rw-r--  1000/1000      714    1015  70.3% -lh5- bd5f Feb  8 14:38 AmiSSL/Certs/7719f463.0
-rw-rw-r--  1000/1000      639     893  71.6% -lh5- 64fe Feb  8 14:38 AmiSSL/Certs/773e07ad.0
-rw-rw-r--  1000/1000      697     954  73.1% -lh5- 887b Feb  8 14:38 AmiSSL/Certs/7892ad52.0
-rw-rw-r--  1000/1000     1437    1907  75.4% -lh5- 5d11 Feb  8 14:38 AmiSSL/Certs/7a3adc42.0
-rw-rw-r--  1000/1000      477     654  72.9% -lh5- c898 Feb  8 14:38 AmiSSL/Certs/7a7c655d.0
-rw-rw-r--  1000/1000     1444    2036  70.9% -lh5- 1394 Feb  8 14:38 AmiSSL/Certs/7a819ef2.0
-rw-rw-r--  1000/1000     1062    1489  71.3% -lh5- 285b Feb  8 14:38 AmiSSL/Certs/7aaf71c0.0
-rw-rw-r--  1000/1000     1085    1509  71.9% -lh5- be8a Feb  8 14:38 AmiSSL/Certs/7c302982.0
-rw-rw-r--  1000/1000      543     849  64.0% -lh5- 5da2 Feb  8 14:38 AmiSSL/Certs/7f3d5d1d.0
-rw-rw-r--  1000/1000      946    1457  64.9% -lh5- 2aa9 Feb  8 14:38 AmiSSL/Certs/8160b96c.0
-rw-rw-r--  1000/1000      986    1363  72.3% -lh5- d021 Feb  8 14:38 AmiSSL/Certs/81b9768f.0
-rw-rw-r--  1000/1000     1430    1911  74.8% -lh5- 7bd0 Feb  8 14:38 AmiSSL/Certs/82223c44.0
-rw-rw-r--  1000/1000      510     841  60.6% -lh5- f20c Feb  8 14:38 AmiSSL/Certs/83e9984f.0
-rw-rw-r--  1000/1000     1032    1396  73.9% -lh5- 611d Feb  8 14:38 AmiSSL/Certs/85cde254.0
-rw-rw-r--  1000/1000      851    1201  70.9% -lh5- 5275 Feb  8 14:38 AmiSSL/Certs/86212b19.0
-rw-rw-r--  1000/1000      600     812  73.9% -lh5- 1a6c Feb  8 14:38 AmiSSL/Certs/869fbf79.0
-rw-rw-r--  1000/1000      591     788  75.0% -lh5- ae4c Feb  8 14:38 AmiSSL/Certs/8794b4e3.0
-rw-rw-r--  1000/1000      825    1173  70.3% -lh5- 83c9 Feb  8 14:38 AmiSSL/Certs/882de061.0
-rw-rw-r--  1000/1000      686     942  72.8% -lh5- 6f3a Feb  8 14:38 AmiSSL/Certs/88950faa.0
-rw-rw-r--  1000/1000      583     938  62.2% -lh5- 17c7 Feb  8 14:38 AmiSSL/Certs/89c02a45.0
-rw-rw-r--  1000/1000      477     654  72.9% -lh5- c898 Feb  8 14:38 AmiSSL/Certs/8cb5ee0f.0
-rw-rw-r--  1000/1000      890    1303  68.3% -lh5- 8572 Feb  8 14:38 AmiSSL/Certs/8d6437c3.0
-rw-rw-r--  1000/1000      825    1173  70.3% -lh5- 83c9 Feb  8 14:38 AmiSSL/Certs/8d86cdd1.0
-rw-rw-r--  1000/1000      564     873  64.6% -lh5- 0cd9 Feb  8 14:38 AmiSSL/Certs/8d89cda1.0
-rw-rw-r--  1000/1000     1464    1935  75.7% -lh5- 0be1 Feb  8 14:38 AmiSSL/Certs/90c5a3c8.0
-rw-rw-r--  1000/1000     1435    1979  72.5% -lh5- 3690 Feb  8 14:38 AmiSSL/Certs/9282e51c.0
-rw-rw-r--  1000/1000     1460    2044  71.4% -lh5- 8291 Feb  8 14:38 AmiSSL/Certs/930ac5d2.0
-rw-rw-r--  1000/1000     1722    2348  73.3% -lh5- 81f8 Feb  8 14:38 AmiSSL/Certs/9339512a.0
-rw-rw-r--  1000/1000     1582    2113  74.9% -lh5- 027e Feb  8 14:38 AmiSSL/Certs/93851c9e.0
-rw-rw-r--  1000/1000      851    1201  70.9% -lh5- 5275 Feb  8 14:38 AmiSSL/Certs/93bc0acc.0
-rw-rw-r--  1000/1000      714    1015  70.3% -lh5- bd5f Feb  8 14:38 AmiSSL/Certs/9479c8c3.0
-rw-rw-r--  1000/1000      563     889  63.3% -lh5- 420d Feb  8 14:38 AmiSSL/Certs/9482e63a.0
-rw-rw-r--  1000/1000     1435    1931  74.3% -lh5- 1417 Feb  8 14:38 AmiSSL/Certs/9576d26b.0
-rw-rw-r--  1000/1000     1447    2016  71.8% -lh5- 8713 Feb  8 14:38 AmiSSL/Certs/9591a472.0
-rw-rw-r--  1000/1000     1007    1351  74.5% -lh5- 82c9 Feb  8 14:38 AmiSSL/Certs/95aff9e3.0
-rw-rw-r--  1000/1000      809    1165  69.4% -lh5- a878 Feb  8 14:38 AmiSSL/Certs/9685a493.0
-rw-rw-r--  1000/1000     1431    1967  72.8% -lh5- b64e Feb  8 14:38 AmiSSL/Certs/985c1f52.0
-rw-rw-r--  1000/1000     1085    1473  73.7% -lh5- 4310 Feb  8 14:38 AmiSSL/Certs/988a38cb.0
-rw-rw-r--  1000/1000     1437    1907  75.4% -lh5- 5d11 Feb  8 14:38 AmiSSL/Certs/99e1b953.0
-rw-rw-r--  1000/1000      601     966  62.2% -lh5- 4988 Feb  8 14:38 AmiSSL/Certs/9aef356c.0
-rw-rw-r--  1000/1000      527     881  59.8% -lh5- 8bb8 Feb  8 14:38 AmiSSL/Certs/9b5697b0.0
-rw-rw-r--  1000/1000      558     752  74.2% -lh5- 96f6 Feb  8 14:38 AmiSSL/Certs/9c8dfbd4.0
-rw-rw-r--  1000/1000      890    1303  68.3% -lh5- 8572 Feb  8 14:38 AmiSSL/Certs/9d04f354.0
-rw-rw-r--  1000/1000     1520    2028  75.0% -lh5- 4804 Feb  8 14:38 AmiSSL/Certs/9d6523ce.0
-rw-rw-r--  1000/1000     1513    2012  75.2% -lh5- f6f8 Feb  8 14:38 AmiSSL/Certs/9f727ac7.0
-rw-rw-r--  1000/1000     1420    1984  71.6% -lh5- 5976 Feb  8 14:38 AmiSSL/Certs/a2c66da8.0
-rw-rw-r--  1000/1000      500     764  65.4% -lh5- 2029 Feb  8 14:38 AmiSSL/Certs/a3418fda.0
-rw-rw-r--  1000/1000      838    1222  68.6% -lh5- a026 Feb  8 14:38 AmiSSL/Certs/a3896b44.0
-rw-rw-r--  1000/1000      948    1254  75.6% -lh5- fc8f Feb  8 14:38 AmiSSL/Certs/a81e292b.0
-rw-rw-r--  1000/1000     1982    2766  71.7% -lh5- d349 Feb  8 14:38 AmiSSL/Certs/a94d09e5.0
-rw-rw-r--  1000/1000     1379    1886  73.1% -lh5- 2e98 Feb  8 14:38 AmiSSL/Certs/a9d40e02.0
-rw-rw-r--  1000/1000      928    1246  74.5% -lh5- 8538 Feb  8 14:38 AmiSSL/Certs/ab5346f4.0
-rw-rw-r--  1000/1000     1421    1975  71.9% -lh5- ad88 Feb  8 14:38 AmiSSL/Certs/ab59055e.0
-rw-rw-r--  1000/1000     1296    1907  68.0% -lh5- 2659 Feb  8 14:38 AmiSSL/Certs/aeb67534.0
-rw-rw-r--  1000/1000     1086    1501  72.4% -lh5- f65a Feb  8 14:38 AmiSSL/Certs/aee5f10d.0
-rw-rw-r--  1000/1000      434     703  61.7% -lh5- 7a93 Feb  8 14:38 AmiSSL/Certs/b0e59380.0
-rw-rw-r--  1000/1000     1417    1878  75.5% -lh5- 6339 Feb  8 14:38 AmiSSL/Certs/b0ed035a.0
-rw-rw-r--  1000/1000      932    1258  74.1% -lh5- 569d Feb  8 14:38 AmiSSL/Certs/b0f3e76e.0
-rw-rw-r--  1000/1000      900    1347  66.8% -lh5- aa5e Feb  8 14:38 AmiSSL/Certs/b1159c4c.0
-rw-rw-r--  1000/1000      761    1088  69.9% -lh5- 92c2 Feb  8 14:38 AmiSSL/Certs/b3fb433b.0
-rw-rw-r--  1000/1000     1582    2113  74.9% -lh5- 027e Feb  8 14:38 AmiSSL/Certs/b433981b.0
-rw-rw-r--  1000/1000      952    1351  70.5% -lh5- 95ac Feb  8 14:38 AmiSSL/Certs/b66938e9.0
-rw-rw-r--  1000/1000     1385    1886  73.4% -lh5- 6fbe Feb  8 14:38 AmiSSL/Certs/b727005e.0
-rw-rw-r--  1000/1000      540     857  63.0% -lh5- 81d4 Feb  8 14:38 AmiSSL/Certs/b74d2bd5.0
-rw-rw-r--  1000/1000      877    1266  69.3% -lh5- 5a4e Feb  8 14:38 AmiSSL/Certs/b7a5b843.0
-rw-rw-r--  1000/1000      877    1266  69.3% -lh5- 5a4e Feb  8 14:38 AmiSSL/Certs/b7db1890.0
-rw-rw-r--  1000/1000      654     901  72.6% -lh5- b3b9 Feb  8 14:38 AmiSSL/Certs/b81b93f0.0
-rw-rw-r--  1000/1000      938    1258  74.6% -lh5- bfb7 Feb  8 14:38 AmiSSL/Certs/b872f2b4.0
-rw-rw-r--  1000/1000     1513    2012  75.2% -lh5- f6f8 Feb  8 14:38 AmiSSL/Certs/b92fd57f.0
-rw-rw-r--  1000/1000     1445    1967  73.5% -lh5- 6740 Feb  8 14:38 AmiSSL/Certs/b936d1c6.0
-rw-rw-r--  1000/1000     1020    1363  74.8% -lh5- 829c Feb  8 14:38 AmiSSL/Certs/bc3f2570.0
-rw-rw-r--  1000/1000     1507    2069  72.8% -lh5- 784c Feb  8 14:38 AmiSSL/Certs/bd43e1dd.0
-rw-rw-r--  1000/1000      952    1351  70.5% -lh5- 95ac Feb  8 14:38 AmiSSL/Certs/bdacca6f.0
-rw-rw-r--  1000/1000     1447    2016  71.8% -lh5- 8713 Feb  8 14:38 AmiSSL/Certs/bf53fb88.0
-rw-rw-r--  1000/1000     1179    1639  71.9% -lh5- f9d7 Feb  8 14:38 AmiSSL/Certs/bf64f35b.0
-rw-rw-r--  1000/1000     1424    1886  75.5% -lh5- c3c2 Feb  8 14:38 AmiSSL/Certs/c01eb047.0
-rw-rw-r--  1000/1000     1049    1513  69.3% -lh5- 8c4f Feb  8 14:38 AmiSSL/Certs/c28a8a30.0
-rw-rw-r--  1000/1000     1062    1489  71.3% -lh5- 285b Feb  8 14:38 AmiSSL/Certs/c2c1704e.0
-rw-rw-r--  1000/1000      543     849  64.0% -lh5- 5da2 Feb  8 14:38 AmiSSL/Certs/c491639e.0
-rw-rw-r--  1000/1000     1387    1907  72.7% -lh5- 62e5 Feb  8 14:38 AmiSSL/Certs/c559d742.0
-rw-rw-r--  1000/1000      958    1291  74.2% -lh5- c4ae Feb  8 14:38 AmiSSL/Certs/c90bc37d.0
-rw-rw-r--  1000/1000     1520    2028  75.0% -lh5- 4804 Feb  8 14:38 AmiSSL/Certs/ca6e4ad9.0
-rw-rw-r--  1000/1000     1538    2239  68.7% -lh5- aee5 Feb  8 14:38 AmiSSL/Certs/cb156124.0
-rw-rw-r--  1000/1000     1566    2073  75.5% -lh5- fc37 Feb  8 14:38 AmiSSL/Certs/cb1c3204.0
-rw-rw-r--  1000/1000     1020    1363  74.8% -lh5- 829c Feb  8 14:38 AmiSSL/Certs/cbf06781.0
-rw-rw-r--  1000/1000     1544    2117  72.9% -lh5- 66dd Feb  8 14:38 AmiSSL/Certs/cc450945.0
-rw-rw-r--  1000/1000      558     752  74.2% -lh5- 96f6 Feb  8 14:38 AmiSSL/Certs/ccc52f49.0
-rw-rw-r--  1000/1000      949    1258  75.4% -lh5- b12e Feb  8 14:38 AmiSSL/Certs/cd58d51e.0
-rw-rw-r--  1000/1000     1445    1967  73.5% -lh5- 6740 Feb  8 14:38 AmiSSL/Certs/cd8c0d63.0
-rw-rw-r--  1000/1000      894    1185  75.4% -lh5- 754b Feb  8 14:38 AmiSSL/Certs/ce5e74ef.0
-rw-rw-r--  1000/1000     1000    1347  74.2% -lh5- f3d0 Feb  8 14:38 AmiSSL/Certs/cf701eeb.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- a57e Feb  8 14:38 AmiSSL/Certs/d06393bb.0
-rw-rw-r--  1000/1000     1605    2198  73.0% -lh5- cb25 Feb  8 14:38 AmiSSL/Certs/d0cddf45.0
-rw-rw-r--  1000/1000     1609    2162  74.4% -lh5- 41c8 Feb  8 14:38 AmiSSL/Certs/d16a5865.0
-rw-rw-r--  1000/1000     1603    2162  74.1% -lh5- d0e5 Feb  8 14:38 AmiSSL/Certs/d16a5865.1
-rw-rw-r--  1000/1000     1393    1919  72.6% -lh5- 5b20 Feb  8 14:38 AmiSSL/Certs/d18e9066.0
-rw-rw-r--  1000/1000     1510    2008  75.2% -lh5- ce33 Feb  8 14:38 AmiSSL/Certs/d39b0a2c.0
-rw-rw-r--  1000/1000      548     735  74.6% -lh5- 8a2a Feb  8 14:38 AmiSSL/Certs/d41b5e2a.0
-rw-rw-r--  1000/1000     1465    2081  70.4% -lh5- 5238 Feb  8 14:38 AmiSSL/Certs/d4c339cb.0
-rw-rw-r--  1000/1000     1039    1534  67.7% -lh5- 4f69 Feb  8 14:38 AmiSSL/Certs/d4dae3dd.0
-rw-rw-r--  1000/1000      949    1258  75.4% -lh5- b12e Feb  8 14:38 AmiSSL/Certs/d59297b8.0
-rw-rw-r--  1000/1000     1465    2081  70.4% -lh5- 5238 Feb  8 14:38 AmiSSL/Certs/d6325660.0
-rw-rw-r--  1000/1000     1039    1534  67.7% -lh5- 4f69 Feb  8 14:38 AmiSSL/Certs/d7746a63.0
-rw-rw-r--  1000/1000     1444    2036  70.9% -lh5- 1394 Feb  8 14:38 AmiSSL/Certs/d7e8dc79.0
-rw-rw-r--  1000/1000      601     966  62.2% -lh5- 4988 Feb  8 14:38 AmiSSL/Certs/d887a5bb.0
-rw-rw-r--  1000/1000     1396    1911  73.1% -lh5- 6548 Feb  8 14:38 AmiSSL/Certs/da7377f6.0
-rw-rw-r--  1000/1000     1385    1886  73.4% -lh5- 6fbe Feb  8 14:38 AmiSSL/Certs/dbc54cab.0
-rw-rw-r--  1000/1000      869    1254  69.3% -lh5- 6018 Feb  8 14:38 AmiSSL/Certs/dbff3a01.0
-rw-rw-r--  1000/1000     1431    1967  72.8% -lh5- b64e Feb  8 14:38 AmiSSL/Certs/dc4d6a89.0
-rw-rw-r--  1000/1000     1481    2150  68.9% -lh5- 5e86 Feb  8 14:38 AmiSSL/Certs/dc99f41e.0
-rw-rw-r--  1000/1000      611     837  73.0% -lh5- 6a92 Feb  8 14:38 AmiSSL/Certs/dd8e9d41.0
-rw-rw-r--  1000/1000      548     735  74.6% -lh5- 8a2a Feb  8 14:38 AmiSSL/Certs/de6d66f3.0
-rw-rw-r--  1000/1000      988    1343  73.6% -lh5- 2c38 Feb  8 14:38 AmiSSL/Certs/dfc0fe80.0
-rw-rw-r--  1000/1000      932    1327  70.2% -lh5- ca81 Feb  8 14:38 AmiSSL/Certs/e113c810.0
-rw-rw-r--  1000/1000     1525    2032  75.0% -lh5- be2a Feb  8 14:38 AmiSSL/Certs/e13665f9.0
-rw-rw-r--  1000/1000     1431    1919  74.6% -lh5- a007 Feb  8 14:38 AmiSSL/Certs/e18bfb83.0
-rw-rw-r--  1000/1000     1442    2048  70.4% -lh5- b2a7 Feb  8 14:38 AmiSSL/Certs/e35234b1.0
-rw-rw-r--  1000/1000      938    1258  74.6% -lh5- bfb7 Feb  8 14:38 AmiSSL/Certs/e36a6752.0
-rw-rw-r--  1000/1000     1431    1919  74.6% -lh5- a007 Feb  8 14:38 AmiSSL/Certs/e442e424.0
-rw-rw-r--  1000/1000      852    1201  70.9% -lh5- 25d3 Feb  8 14:38 AmiSSL/Certs/e48193cf.0
-rw-rw-r--  1000/1000      988    1343  73.6% -lh5- 2c38 Feb  8 14:38 AmiSSL/Certs/e73d606e.0
-rw-rw-r--  1000/1000      553     768  72.0% -lh5- 7fe5 Feb  8 14:38 AmiSSL/Certs/e7c037b4.0
-rw-rw-r--  1000/1000      946    1457  64.9% -lh5- 2aa9 Feb  8 14:38 AmiSSL/Certs/e8651083.0
-rw-rw-r--  1000/1000      510     841  60.6% -lh5- f20c Feb  8 14:38 AmiSSL/Certs/e868b802.0
-rw-rw-r--  1000/1000     1429    1911  74.8% -lh5- 9c4f Feb  8 14:38 AmiSSL/Certs/e8de2f56.0
-rw-rw-r--  1000/1000      642     865  74.2% -lh5- 1363 Feb  8 14:38 AmiSSL/Certs/ecccd8db.0
-rw-rw-r--  1000/1000      611     837  73.0% -lh5- 6a92 Feb  8 14:38 AmiSSL/Certs/ed39abd0.0
-rw-rw-r--  1000/1000      512     772  66.3% -lh5- 8923 Feb  8 14:38 AmiSSL/Certs/ed858448.0
-rw-rw-r--  1000/1000     1437    2085  68.9% -lh5- 801d Feb  8 14:38 AmiSSL/Certs/edcbddb5.0
-rw-rw-r--  1000/1000      512     772  66.3% -lh5- 8923 Feb  8 14:38 AmiSSL/Certs/ee532fd5.0
-rw-rw-r--  1000/1000     1103    1513  72.9% -lh5- 6fa8 Feb  8 14:38 AmiSSL/Certs/ee64a828.0
-rw-rw-r--  1000/1000      583     938  62.2% -lh5- 17c7 Feb  8 14:38 AmiSSL/Certs/eed8c118.0
-rw-rw-r--  1000/1000     1393    1919  72.6% -lh5- 5b20 Feb  8 14:38 AmiSSL/Certs/ef954a4e.0
-rw-rw-r--  1000/1000     1386    1907  72.7% -lh5- 71a9 Feb  8 14:38 AmiSSL/Certs/f013ecaf.0
-rw-rw-r--  1000/1000      973    1445  67.3% -lh5- 18e9 Feb  8 14:38 AmiSSL/Certs/f081611a.0
-rw-rw-r--  1000/1000      697     954  73.1% -lh5- 887b Feb  8 14:38 AmiSSL/Certs/f0c70a8d.0
-rw-rw-r--  1000/1000     1514    2239  67.6% -lh5- 454d Feb  8 14:38 AmiSSL/Certs/f0cd152c.0
-rw-rw-r--  1000/1000     1437    2085  68.9% -lh5- 801d Feb  8 14:38 AmiSSL/Certs/f249de83.0
-rw-rw-r--  1000/1000      573     946  60.6% -lh5- 34cd Feb  8 14:38 AmiSSL/Certs/f30dd6ad.0
-rw-rw-r--  1000/1000      838    1222  68.6% -lh5- a026 Feb  8 14:38 AmiSSL/Certs/f3377b1b.0
-rw-rw-r--  1000/1000      985    1465  67.2% -lh5- c666 Feb  8 14:38 AmiSSL/Certs/f387163d.0
-rw-rw-r--  1000/1000     1000    1347  74.2% -lh5- f3d0 Feb  8 14:38 AmiSSL/Certs/f39fc864.0
-rw-rw-r--  1000/1000      962    1299  74.1% -lh5- 9979 Feb  8 14:38 AmiSSL/Certs/f459871d.0
-rw-rw-r--  1000/1000     1648    2259  73.0% -lh5- 2e16 Feb  8 14:38 AmiSSL/Certs/f51bb24c.0
-rw-rw-r--  1000/1000     1442    2048  70.4% -lh5- b2a7 Feb  8 14:38 AmiSSL/Certs/f8fc53da.0
-rw-rw-r--  1000/1000     1413    1967  71.8% -lh5- 6e55 Feb  8 14:38 AmiSSL/Certs/fa5da96b.0
-rw-rw-r--  1000/1000     1411    1878  75.1% -lh5- 35a8 Feb  8 14:38 AmiSSL/Certs/fb5fa911.0
-rw-rw-r--  1000/1000     1450    2089  69.4% -lh5- 34ba Feb  8 14:38 AmiSSL/Certs/fc5a8f99.0
-rw-rw-r--  1000/1000      894    1185  75.4% -lh5- 754b Feb  8 14:38 AmiSSL/Certs/fd08c599.0
-rw-rw-r--  1000/1000     1525    2032  75.0% -lh5- be2a Feb  8 14:38 AmiSSL/Certs/fd64f3fc.0
-rw-rw-r--  1000/1000      932    1327  70.2% -lh5- ca81 Feb  8 14:38 AmiSSL/Certs/fde84897.0
-rw-rw-r--  1000/1000      948    1254  75.6% -lh5- fc8f Feb  8 14:38 AmiSSL/Certs/fe8a2cd8.0
-rw-rw-r--  1000/1000      553     768  72.0% -lh5- 7fe5 Feb  8 14:38 AmiSSL/Certs/feffd413.0
-rw-rw-r--  1000/1000     1145    1578  72.6% -lh5- 9c0a Feb  8 14:38 AmiSSL/Certs/ff34af3f.0
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/Examples/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/Examples/AmigaOS3/
-rwxr-xr-x  1000/1000    15612   32864  47.5% -lh5- 65cd Feb 11 11:11 AmiSSL/Developer/Examples/AmigaOS3/https
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/Examples/AmigaOS4/
-rwxr-xr-x  1000/1000    23059   55908  41.2% -lh5- e50f Feb 11 11:20 AmiSSL/Developer/Examples/AmigaOS4/https
-rw-r--r--  1000/1000     4327   12639  34.2% -lh5- 877e Feb 13  2021 AmiSSL/Developer/Examples/https.c
-rw-r--r--  1000/1000     3984    9623  41.4% -lh5- f6ad Mar  8  2021 AmiSSL/Developer/README-SDK
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/fd/
-rw-r--r--  1000/1000    44175  181900  24.3% -lh5- 9f26 Jan 25 18:00 AmiSSL/Developer/fd/amissl_lib.fd
-rw-r--r--  1000/1000      186     279  66.7% -lh5- 795d Jan 25 18:00 AmiSSL/Developer/fd/amisslmaster_lib.fd
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/
drwxr-xr-x  1000/1000        0       0 ****** -lhd- 0000 Jan 22 11:06 AmiSSL/Developer/include/amissl/
-rw-r--r--  1000/1000      722    3233  22.3% -lh5- 3610 Feb 13  2021 AmiSSL/Developer/include/amissl/amissl.h
-rw-r--r--  1000/1000     2126   10315  20.6% -lh5- 2fb1 May 25  2020 AmiSSL/Developer/include/amissl/inline.h
-rw-r--r--  1000/1000      335     862  38.9% -lh5- 69ab Feb  1  2020 AmiSSL/Developer/include/amissl/tags.h
-rw-rw-r--  1000/1000      695    1392  49.9% -lh5- 7b26 Jan 22 11:06 AmiSSL/Developer/include/amissl/types.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/clib/
-rw-r--r--  1000/1000      635    1316  48.3% -lh5- 9c44 Jan 10  2020 AmiSSL/Developer/include/clib/amissl_protos.h
-rw-r--r--  1000/1000      661    1355  48.8% -lh5- 41a6 Jan 10  2020 AmiSSL/Developer/include/clib/amisslmaster_protos.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/defines/
-rw-r--r--  1000/1000   129670 1129905  11.5% -lh5- 766b Jan 25 18:00 AmiSSL/Developer/include/defines/amissl.h
-rw-r--r--  1000/1000      479    1507  31.8% -lh5- a316 Jan 25 18:00 AmiSSL/Developer/include/defines/amisslmaster.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/inline/
-rw-r--r--  1000/1000   125167  862922  14.5% -lh5- cb72 Jan 25 18:00 AmiSSL/Developer/include/inline/amissl.h
-rw-r--r--  1000/1000   159967 1143319  14.0% -lh5- 8398 Jan 25 18:00 AmiSSL/Developer/include/inline/amissl_protos.h
-rw-r--r--  1000/1000      459    1291  35.6% -lh5- 9243 Jan 25 18:00 AmiSSL/Developer/include/inline/amisslmaster.h
-rw-r--r--  1000/1000      444    1334  33.3% -lh5- b697 Jan 25 18:00 AmiSSL/Developer/include/inline/amisslmaster_protos.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/inline4/
-rw-r--r--  1000/1000    73410  402566  18.2% -lh5- addd Jan 25 18:00 AmiSSL/Developer/include/inline4/amissl.h
-rw-r--r--  1000/1000      388     904  42.9% -lh5- efa5 Jan 25 18:00 AmiSSL/Developer/include/inline4/amisslmaster.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/interfaces/
-rw-r--r--  1000/1000    72547  534577  13.6% -lh5- 657a Jan 25 18:00 AmiSSL/Developer/include/interfaces/amissl.h
-rw-r--r--  1000/1000    31992  216783  14.8% -lh5- 155b Jan 25 18:00 AmiSSL/Developer/include/interfaces/amissl.i
-rw-r--r--  1000/1000      447    1198  37.3% -lh5- 99fc Jan 25 18:00 AmiSSL/Developer/include/interfaces/amisslmaster.h
-rw-r--r--  1000/1000      269     663  40.6% -lh5- a987 Jan 25 18:00 AmiSSL/Developer/include/interfaces/amisslmaster.i
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/libraries/
-rw-r--r--  1000/1000      202     695  29.1% -lh5- abb1 Jan 10  2020 AmiSSL/Developer/include/libraries/amissl.h
-rw-r--r--  1000/1000      368    1402  26.2% -lh5- 6166 Jan 25 13:31 AmiSSL/Developer/include/libraries/amisslmaster.h
drwxr-xr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:15 AmiSSL/Developer/include/openssl/
-rw-r--r--  1000/1000      903    3439  26.3% -lh5- 8806 Feb 11 11:15 AmiSSL/Developer/include/openssl/aes.h
-rw-r--r--  1000/1000     8468   33717  25.1% -lh5- c29b Feb 11 11:15 AmiSSL/Developer/include/openssl/asn1.h
-rw-r--r--  1000/1000      323     485  66.6% -lh5- d2de Feb 11 11:15 AmiSSL/Developer/include/openssl/asn1_mac.h
-rw-r--r--  1000/1000     2814   14777  19.0% -lh5- 4c78 Feb 11 11:15 AmiSSL/Developer/include/openssl/asn1err.h
-rw-r--r--  1000/1000     6916   33125  20.9% -lh5- 9b57 Feb 11 11:15 AmiSSL/Developer/include/openssl/asn1t.h
-rw-r--r--  1000/1000      904    2488  36.3% -lh5- fef6 Feb 11 11:15 AmiSSL/Developer/include/openssl/async.h
-rw-r--r--  1000/1000      595    1416  42.0% -lh5- 7ba1 Feb 11 11:15 AmiSSL/Developer/include/openssl/asyncerr.h
-rw-r--r--  1000/1000     8848   35824  24.7% -lh5- a955 Feb 11 11:15 AmiSSL/Developer/include/openssl/bio.h
-rw-r--r--  1000/1000     1454    6490  22.4% -lh5- 3c35 Feb 11 11:15 AmiSSL/Developer/include/openssl/bioerr.h
-rw-r--r--  1000/1000      707    1937  36.5% -lh5- 6bb4 Feb 11 11:15 AmiSSL/Developer/include/openssl/blowfish.h
-rw-r--r--  1000/1000     5330   22297  23.9% -lh5- ce0b Feb 11 11:15 AmiSSL/Developer/include/openssl/bn.h
-rw-r--r--  1000/1000     1216    4997  24.3% -lh5- ba5c Feb 11 11:15 AmiSSL/Developer/include/openssl/bnerr.h
-rw-r--r--  1000/1000      746    1666  44.8% -lh5- cd72 Feb 11 11:15 AmiSSL/Developer/include/openssl/buffer.h
-rw-r--r--  1000/1000      482     910  53.0% -lh5- 9a28 Feb 11 11:15 AmiSSL/Developer/include/openssl/buffererr.h
-rw-r--r--  1000/1000      904    3269  27.7% -lh5- 396c Feb 11 11:15 AmiSSL/Developer/include/openssl/camellia.h
-rw-r--r--  1000/1000      658    1764  37.3% -lh5- 7a90 Feb 11 11:15 AmiSSL/Developer/include/openssl/cast.h
-rw-r--r--  1000/1000      570    1154  49.4% -lh5- 1c43 Feb 11 11:15 AmiSSL/Developer/include/openssl/cmac.h
-rw-r--r--  1000/1000     3088   16469  18.8% -lh5- 0655 Feb 11 11:15 AmiSSL/Developer/include/openssl/cms.h
-rw-r--r--  1000/1000     2194   11250  19.5% -lh5- fb8d Feb 11 11:15 AmiSSL/Developer/include/openssl/cmserr.h
-rw-r--r--  1000/1000      628    1418  44.3% -lh5- cb8a Feb 11 11:15 AmiSSL/Developer/include/openssl/comp.h
-rw-r--r--  1000/1000      573    1302  44.0% -lh5- fbf2 Feb 11 11:15 AmiSSL/Developer/include/openssl/comperr.h
-rw-r--r--  1000/1000     1667    5691  29.3% -lh5- 98d7 Feb 11 11:15 AmiSSL/Developer/include/openssl/conf.h
-rw-r--r--  1000/1000      558    1390  40.1% -lh5- d45d Feb 11 11:15 AmiSSL/Developer/include/openssl/conf_api.h
-rw-r--r--  1000/1000      994    3519  28.2% -lh5- 600d Feb 11 11:15 AmiSSL/Developer/include/openssl/conferr.h
-rw-r--r--  1000/1000     4997   18130  27.6% -lh5- 6745 Feb 11 11:15 AmiSSL/Developer/include/openssl/crypto.h
-rw-r--r--  1000/1000      785    2351  33.4% -lh5- 7a50 Feb 11 11:15 AmiSSL/Developer/include/openssl/cryptoerr.h
-rw-r--r--  1000/1000     4252   15962  26.6% -lh5- 035d Feb 11 11:15 AmiSSL/Developer/include/openssl/ct.h
-rw-r--r--  1000/1000      961    3560  27.0% -lh5- 9d8a Feb 11 11:15 AmiSSL/Developer/include/openssl/cterr.h
-rw-r--r--  1000/1000     1924    7717  24.9% -lh5- 3f85 Feb 11 11:15 AmiSSL/Developer/include/openssl/des.h
-rw-r--r--  1000/1000     2915   13493  21.6% -lh5- 8911 Feb 11 11:15 AmiSSL/Developer/include/openssl/dh.h
-rw-r--r--  1000/1000     1058    4064  26.0% -lh5- 51dd Feb 11 11:15 AmiSSL/Developer/include/openssl/dherr.h
-rw-r--r--  1000/1000     2732   10141  26.9% -lh5- b98a Feb 11 11:15 AmiSSL/Developer/include/openssl/dsa.h
-rw-r--r--  1000/1000      877    3062  28.6% -lh5- 4c04 Feb 11 11:15 AmiSSL/Developer/include/openssl/dsaerr.h
-rw-r--r--  1000/1000      686    1668  41.1% -lh5- 5a66 Feb 11 11:15 AmiSSL/Developer/include/openssl/dtls1.h
-rw-rw-r--  1000/1000     2904    9475  30.6% -lh5- c02c Feb 11 11:15 AmiSSL/Developer/include/openssl/e_os2.h
-rw-r--r--  1000/1000      501    1014  49.4% -lh5- c245 Feb 11 11:15 AmiSSL/Developer/include/openssl/ebcdic.h
-rw-rw-r--  1000/1000    10095   63774  15.8% -lh5- 52e1 Feb 11 11:15 AmiSSL/Developer/include/openssl/ec.h
-rw-r--r--  1000/1000      295     448  65.8% -lh5- d431 Feb 11 11:15 AmiSSL/Developer/include/openssl/ecdh.h
-rw-r--r--  1000/1000      295     448  65.8% -lh5- d431 Feb 11 11:15 AmiSSL/Developer/include/openssl/ecdsa.h
-rw-r--r--  1000/1000     2887   15911  18.1% -lh5- eed1 Feb 11 11:15 AmiSSL/Developer/include/openssl/ecerr.h
-rw-r--r--  1000/1000    10715   34751  30.8% -lh5- d59d Feb 11 11:15 AmiSSL/Developer/include/openssl/engine.h
-rw-r--r--  1000/1000     1364    5537  24.6% -lh5- 7578 Feb 11 11:15 AmiSSL/Developer/include/openssl/engineerr.h
-rw-r--r--  1000/1000     2752   11395  24.2% -lh5- c044 Feb 11 11:15 AmiSSL/Developer/include/openssl/err.h
-rw-r--r--  1000/1000    12458   76918  16.2% -lh5- f6a6 Feb 11 11:15 AmiSSL/Developer/include/openssl/evp.h
-rw-rw-r--  1000/1000     2282   11543  19.8% -lh5- 6717 Feb 11 11:15 AmiSSL/Developer/include/openssl/evperr.h
-rw-r--r--  1000/1000      706    1681  42.0% -lh5- 2d54 Feb 11 11:15 AmiSSL/Developer/include/openssl/hmac.h
-rw-r--r--  1000/1000      726    2189  33.2% -lh5- 7eca Feb 11 11:15 AmiSSL/Developer/include/openssl/idea.h
-rw-r--r--  1000/1000      904    4416  20.5% -lh5- 5e5f Feb 11 11:15 AmiSSL/Developer/include/openssl/kdf.h
-rw-r--r--  1000/1000      724    2212  32.7% -lh5- e079 Feb 11 11:15 AmiSSL/Developer/include/openssl/kdferr.h
-rw-r--r--  1000/1000     2360    9487  24.9% -lh5- 191a Feb 11 11:15 AmiSSL/Developer/include/openssl/lhash.h
-rw-r--r--  1000/1000      578    1144  50.5% -lh5- 0eb9 Feb 11 11:15 AmiSSL/Developer/include/openssl/md2.h
-rw-r--r--  1000/1000      649    1412  46.0% -lh5- affc Feb 11 11:15 AmiSSL/Developer/include/openssl/md4.h
-rw-r--r--  1000/1000      646    1410  45.8% -lh5- 5d58 Feb 11 11:15 AmiSSL/Developer/include/openssl/md5.h
-rw-r--r--  1000/1000      590    1143  51.6% -lh5- f215 Feb 11 11:15 AmiSSL/Developer/include/openssl/mdc2.h
-rw-r--r--  1000/1000     1412   10568  13.4% -lh5- c0fb Feb 11 11:15 AmiSSL/Developer/include/openssl/modes.h
-rw-rw-r--  1000/1000    32245  217612  14.8% -lh5- 0197 Feb 11 11:15 AmiSSL/Developer/include/openssl/obj_mac.h
-rw-r--r--  1000/1000     2003    6723  29.8% -lh5- 6265 Feb 11 11:15 AmiSSL/Developer/include/openssl/objects.h
-rw-r--r--  1000/1000      574    1406  40.8% -lh5- b59c Feb 11 11:15 AmiSSL/Developer/include/openssl/objectserr.h
-rw-r--r--  1000/1000     3504   15395  22.8% -lh5- 8341 Feb 11 11:15 AmiSSL/Developer/include/openssl/ocsp.h
-rw-r--r--  1000/1000     1057    3446  30.7% -lh5- b2de Feb 11 11:15 AmiSSL/Developer/include/openssl/ocsperr.h
-rw-rw-r--  1000/1000     1590    4791  33.2% -lh5- bb87 Feb 11 11:15 AmiSSL/Developer/include/openssl/opensslconf.h
-rw-rw-r--  1000/1000     1878    4192  44.8% -lh5- 7cf7 Feb 11 11:15 AmiSSL/Developer/include/openssl/opensslv.h
-rw-r--r--  1000/1000     1892    6356  29.8% -lh5- a784 Feb 11 11:15 AmiSSL/Developer/include/openssl/ossl_typ.h
-rw-r--r--  1000/1000     2750   15558  17.7% -lh5- 8ea5 Feb 11 11:15 AmiSSL/Developer/include/openssl/pem.h
-rw-r--r--  1000/1000      325     505  64.4% -lh5- da57 Feb 11 11:15 AmiSSL/Developer/include/openssl/pem2.h
-rw-r--r--  1000/1000     1267    5312  23.9% -lh5- 36a3 Feb 11 11:15 AmiSSL/Developer/include/openssl/pemerr.h
-rw-r--r--  1000/1000     2220    9961  22.3% -lh5- 4c7c Feb 11 11:15 AmiSSL/Developer/include/openssl/pkcs12.h
-rw-r--r--  1000/1000     1047    3839  27.3% -lh5- 1ee6 Feb 11 11:15 AmiSSL/Developer/include/openssl/pkcs12err.h
-rw-r--r--  1000/1000     2983   11680  25.5% -lh5- 6279 Feb 11 11:15 AmiSSL/Developer/include/openssl/pkcs7.h
-rw-r--r--  1000/1000     1297    5200  24.9% -lh5- efdb Feb 11 11:15 AmiSSL/Developer/include/openssl/pkcs7err.h
-rw-r--r--  1000/1000      966    2303  41.9% -lh5- d9e9 Feb 11 11:15 AmiSSL/Developer/include/openssl/rand.h
-rw-r--r--  1000/1000     1450    4853  29.9% -lh5- 5ba0 Feb 11 11:15 AmiSSL/Developer/include/openssl/rand_drbg.h
-rw-r--r--  1000/1000     1241    4723  26.3% -lh5- 2763 Feb 11 11:15 AmiSSL/Developer/include/openssl/randerr.h
-rw-r--r--  1000/1000      624    1624  38.4% -lh5- 338c Feb 11 11:15 AmiSSL/Developer/include/openssl/rc2.h
-rw-r--r--  1000/1000      508     915  55.5% -lh5- 9e63 Feb 11 11:15 AmiSSL/Developer/include/openssl/rc4.h
-rw-r--r--  1000/1000      785    2078  37.8% -lh5- 12db Feb 11 11:15 AmiSSL/Developer/include/openssl/rc5.h
-rw-r--r--  1000/1000      616    1333  46.2% -lh5- 001a Feb 11 11:15 AmiSSL/Developer/include/openssl/ripemd.h
-rw-r--r--  1000/1000     4770   23033  20.7% -lh5- bfc7 Feb 11 11:15 AmiSSL/Developer/include/openssl/rsa.h
-rw-r--r--  1000/1000     1975    9165  21.5% -lh5- 9ca8 Feb 11 11:15 AmiSSL/Developer/include/openssl/rsaerr.h
-rw-r--r--  1000/1000     2039    8363  24.4% -lh5- eaa9 Feb 11 11:15 AmiSSL/Developer/include/openssl/safestack.h
-rw-r--r--  1000/1000     1425    3544  40.2% -lh5- 86f8 Feb 11 11:15 AmiSSL/Developer/include/openssl/seed.h
-rw-r--r--  1000/1000     1177    3921  30.0% -lh5- c5e0 Feb 11 11:15 AmiSSL/Developer/include/openssl/sha.h
-rw-r--r--  1000/1000     1342    3917  34.3% -lh5- a7b1 Feb 11 11:15 AmiSSL/Developer/include/openssl/srp.h
-rw-r--r--  1000/1000      679    1406  48.3% -lh5- d6d9 Feb 11 11:15 AmiSSL/Developer/include/openssl/srtp.h
-rw-r--r--  1000/1000    24855  111707  22.3% -lh5- 2179 Feb 11 11:15 AmiSSL/Developer/include/openssl/ssl.h
-rw-r--r--  1000/1000      380     632  60.1% -lh5- ca17 Feb 11 11:15 AmiSSL/Developer/include/openssl/ssl2.h
-rw-r--r--  1000/1000     3662   14795  24.8% -lh5- 0223 Feb 11 11:15 AmiSSL/Developer/include/openssl/ssl3.h
-rw-rw-r--  1000/1000     8394   46952  17.9% -lh5- 010c Feb 11 11:15 AmiSSL/Developer/include/openssl/sslerr.h
-rw-r--r--  1000/1000      894    3185  28.1% -lh5- 7b90 Feb 11 11:15 AmiSSL/Developer/include/openssl/stack.h
-rw-r--r--  1000/1000     3009   11289  26.7% -lh5- bd04 Feb 11 11:15 AmiSSL/Developer/include/openssl/store.h
-rw-r--r--  1000/1000     1202    4489  26.8% -lh5- e9fc Feb 11 11:15 AmiSSL/Developer/include/openssl/storeerr.h
-rw-r--r--  1000/1000      585    1401  41.8% -lh5- 3139 Feb 11 11:15 AmiSSL/Developer/include/openssl/symhacks.h
-rw-r--r--  1000/1000    10315   72580  14.2% -lh5- 85fb Feb 11 11:15 AmiSSL/Developer/include/openssl/tls1.h
-rw-r--r--  1000/1000     5259   22519  23.4% -lh5- 65ed Feb 11 11:15 AmiSSL/Developer/include/openssl/ts.h
-rw-r--r--  1000/1000     1580    6836  23.1% -lh5- 6174 Feb 11 11:15 AmiSSL/Developer/include/openssl/tserr.h
-rw-r--r--  1000/1000      756    1756  43.1% -lh5- 6ba9 Feb 11 11:15 AmiSSL/Developer/include/openssl/txt_db.h
-rw-r--r--  1000/1000     5200   16142  32.2% -lh5- 9089 Feb 11 11:15 AmiSSL/Developer/include/openssl/ui.h
-rw-r--r--  1000/1000      890    2827  31.5% -lh5- 4187 Feb 11 11:15 AmiSSL/Developer/include/openssl/uierr.h
-rw-r--r--  1000/1000      667    1467  45.5% -lh5- 0375 Feb 11 11:15 AmiSSL/Developer/include/openssl/whrlpool.h
-rw-r--r--  1000/1000     8796   43452  20.2% -lh5- 891b Feb 11 11:15 AmiSSL/Developer/include/openssl/x509.h
-rw-r--r--  1000/1000     6615   32541  20.3% -lh5- 9519 Feb 11 11:15 AmiSSL/Developer/include/openssl/x509_vfy.h
-rw-r--r--  1000/1000     1590    6893  23.1% -lh5- 1ed8 Feb 11 11:15 AmiSSL/Developer/include/openssl/x509err.h
-rw-rw-r--  1000/1000     8108   33529  24.2% -lh5- 1578 Feb 11 11:15 AmiSSL/Developer/include/openssl/x509v3.h
-rw-rw-r--  1000/1000     1992    8991  22.2% -lh5- f8c9 Feb 11 11:15 AmiSSL/Developer/include/openssl/x509v3err.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/ppcinline/
-rw-r--r--  1000/1000   127108  948394  13.4% -lh5- 7fd1 Jan 25 18:00 AmiSSL/Developer/include/ppcinline/amissl.h
-rw-r--r--  1000/1000      470    1399  33.6% -lh5- b7d0 Jan 25 18:00 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 11 11:20 AmiSSL/Developer/include/pragmas/
-rw-r--r--  1000/1000    86411 1196938   7.2% -lh5- f221 Jan 25 18:00 AmiSSL/Developer/include/pragmas/amissl_pragmas.h
-rw-r--r--  1000/1000      507    2071  24.5% -lh5- 1e5e Jan 25 18:00 AmiSSL/Developer/include/pragmas/amisslmaster_pragmas.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/include/proto/
-rw-r--r--  1000/1000      880    2407  36.6% -lh5- 168e Jan 10  2020 AmiSSL/Developer/include/proto/amissl.h
-rw-r--r--  1000/1000      876    2467  35.5% -lh5- 957f Jan 10  2020 AmiSSL/Developer/include/proto/amisslmaster.h
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/lib/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/lib/AmigaOS3/
-rw-rw-r--  1000/1000      931    2350  39.6% -lh5- 7ee0 Feb 11 11:08 AmiSSL/Developer/lib/AmigaOS3/libamisslauto.a
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/lib/AmigaOS4/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/lib/AmigaOS4/clib2/
-rw-rw-r--  1000/1000     1841    4638  39.7% -lh5- 3791 Feb 11 11:15 AmiSSL/Developer/lib/AmigaOS4/clib2/libamisslauto.a
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/lib/AmigaOS4/newlib/
-rw-rw-r--  1000/1000     1865    4710  39.6% -lh5- 585c Feb 11 11:15 AmiSSL/Developer/lib/AmigaOS4/newlib/libamisslauto.a
-rw-r--r--  1000/1000     1772    7850  22.6% -lh5- c18f Feb 13  2021 AmiSSL/Developer/lib/autoinit_amissl_main.c
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/sfd/
-rw-r--r--  1000/1000    67305  366826  18.3% -lh5- a113 Jan 25 18:00 AmiSSL/Developer/sfd/amissl_lib.sfd
-rw-r--r--  1000/1000      206     371  55.5% -lh5- a137 Jan 25 18:00 AmiSSL/Developer/sfd/amisslmaster_lib.sfd
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Developer/xml/
-rw-r--r--  1000/1000    92934 1040152   8.9% -lh5- 07f9 Jan 25 14:11 AmiSSL/Developer/xml/amissl.xml
-rw-r--r--  1000/1000      440    1170  37.6% -lh5- 0c4f Jan 10  2020 AmiSSL/Developer/xml/amisslmaster.xml
-rw-rw-r--  1000/1000     1796    2705  66.4% -lh5- 7bbd Mar 31  2021 AmiSSL/Developer.info
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Doc/
-rw-r--r--  1000/1000     7564   22207  34.1% -lh5- a03b Feb 11 10:35 AmiSSL/Doc/AmiSSL.doc
-rw-rw-r--  1000/1000     1807    2773  65.2% -lh5- 2416 Mar 31  2021 AmiSSL/Doc/AmiSSL.doc.info
-rw-rw-r--  1000/1000   140533  472679  29.7% -lh5- aaf4 Feb 11 11:20 AmiSSL/Doc/OpenSSL.doc
-rw-rw-r--  1000/1000     1807    2773  65.2% -lh5- 8ac0 Mar 31  2021 AmiSSL/Doc/OpenSSL.doc.info
-rw-rw-r--  1000/1000     1799    2705  66.5% -lh5- 169b Mar 31  2021 AmiSSL/Doc.info
-rw-rw-r--  1000/1000     4899   17016  28.8% -lh5- 6f68 Apr  3  2021 AmiSSL/Install-AmiSSL
-rw-rw-r--  1000/1000     1766    2603  67.8% -lh5- 6b17 Mar 31  2021 AmiSSL/Install-AmiSSL.info
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/AmigaOS3/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/AmigaOS3/AmiSSL/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/AmigaOS3/AmiSSL/68020-40/
-rw-r--r--  1000/1000   927968 1920980  48.3% -lh5- 487f Feb 11 11:11 AmiSSL/Libs/AmigaOS3/AmiSSL/68020-40/amissl_v111m.library
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/AmigaOS3/AmiSSL/68060/
-rw-r--r--  1000/1000   925268 1927436  48.0% -lh5- 9666 Feb 11 11:15 AmiSSL/Libs/AmigaOS3/AmiSSL/68060/amissl_v111m.library
-rw-r--r--  1000/1000     2760    7152  38.6% -lh5- c18d Feb 11 11:11 AmiSSL/Libs/AmigaOS3/amisslmaster.library
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/AmigaOS4/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Feb 11 11:20 AmiSSL/Libs/AmigaOS4/AmiSSL/
-rw-r--r--  1000/1000  1564738 3846552  40.7% -lh5- b2a9 Feb 11 11:20 AmiSSL/Libs/AmigaOS4/AmiSSL/amissl_v111m.library
-rw-r--r--  1000/1000     8039   25760  31.2% -lh5- f78c Feb 11 11:20 AmiSSL/Libs/AmigaOS4/amisslmaster.library
-rw-rw-r--  1000/1000     1794    2705  66.3% -lh5- 567d Mar 31  2021 AmiSSL.info
-rwxr-xr-x  1000/1000       71      73  97.3% -lh5- fe05 Jan 10  2020 AutoInstall
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total       467 files 5912371 19747942  29.9%            Feb 12 03:27

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