💾 Archived View for cugi.ie › aminet › 1695178281.gmi captured on 2023-09-28 at 16:28:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

OpenSSL as an Amiga shared library

   Author:       AmiSSL Open Source Team
   Uploader:     Oliver Roberts <oliver amissl org>
   Type:         util/libs
   Version:      5.11
   Replaces:     util/libs/AmiSSL-5.*-OS3.lha
   Requires:     AmigaOS 3.0+/68020+
   Architecture: m68k-amigaos >= 3.0.0
   URL:          https://www.amissl.org/download/
   Date:         2023-09-19
   Readme:       http://aminet.net/util/libs/AmiSSL-5.11-OS3.readme
   Downloads:    5

http://aminet.net/util/libs/AmiSSL-5.11-OS3.lha

The AmiSSL project is a collaborative effort to develop a port of OpenSSL

in a shared library for Amiga-based systems (AmigaOS, MorphOS, AROS, etc).

OpenSSL (www.openssl.org) is "an open source project that provides a

robust, commercial-grade, and full-featured toolkit for the Transport

Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also

a general-purpose cryptography library."

The library together with its provided software development kit (SDK) tries

to be 100% API/ABI compatible to the OpenSSL version it is based on. Due to

it being a shared library, it can be used by several Amiga applications at

the same time, without wasting resources.

AmiSSL v5 is a new major release which has been updated with full

compatibility with OpenSSL 3.1. 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.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. The tsget.pl script is also included.

Developer SDK

-------------

The AmiSSL SDK contains everything a developer needs to use OpenSSL in their

applications, including C header files, Autodocs, autoopen link library,

stub link library, examples and library interface description files. The first

point of call being the README-SDK file which explains what needs to be done.

Backwards Compatibility

-----------------------

All applications compiled to use previous versions of AmiSSL v5 will

automatically use the latest version once installed. Old applications will

continue to use AmiSSL v4 or older and will need to be recompiled with the

updated SDK in order to start using AmiSSL v5. Besides this difference,

AmiSSL v5 can be installed on top of any previous AmiSSL versions, which

ensures that applications compiled for AmiSSL v1/v2/v3/v4 continue to work.

Requirements

------------

AmiSSL requires an Amiga-compatible operating system being installed (AmigaOS,

MorphOS, AROS) with exec.library v38+ compatibility. Currently, AmiSSL is

compatible with AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ and MorphOS.

IMPORTANT NOTE

--------------

This release comes with binaries for the AmigaOS4/PPC and AmigaOS3/m68k

platform only. Unfortunately, due to lack of motivated developers we couldn't

provide native binaries for the MorphOS/PPC or AROS (PPC, i386, x86_64)

platform in time. If you are, however, interested in seeing AmiSSL v5 being

ported for these other Amiga-based platforms, please try to find motivated and

talented developers who could join our team as proper maintainers for these

alternative platforms. In addition, if you are a MorphOS or AROS developer

yourself, feel free to send proper pull requests to see your platform

supported in one of the next releases or please consider joining our team.

Legal information

-----------------

AmiSSL v1 Copyright (c) 1999-2006 Andrija Antonijevic.

AmiSSL v2/v3 Copyright (c) 2002-2006 Andrija Antonijevic, Stefan Burstroem.

AmiSSL v4/v5 Copyright (c) 2014-2023 AmiSSL Open Source Team.

All Rights Reserved.

OpenSSL Cryptography and SSL/TLS Toolkit

Copyright (c) 1995-2023 The OpenSSL Project Authors. All Rights Reserved.

AmiSSL uses a modified version of OpenSSL. Both AmiSSL and OpenSSL

are licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License in the file LICENSE in the

source distribution or at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

68060 optimised 64-bit multiplication routines

Copyright (c) 2001-2022 Frank Wille. All Rights Reserved.

OpenSSL BIGNUM 68020-68040 optimised routines

Copyright (c) 2002 by Howard Chu <hyc at highlandsun.com>

Contact us

----------

Bugs, any other issues or queries should be reported to the AmiSSL team via

https://github.com/jens-maus/amissl/issues. You may also follow us on

Twitter at amigassl, where we post updates and release announcements.

Authors

-------

AmiSSL is a collaborative effort with Amiga-specific code being contributed

by the following people:

- Andrija Antonijevic

- Thore Boeckelmann

- Stefan Burstroem

- Howard Chu

- Jens Maus

- Gunther Nikl

- Oliver Roberts

- Frank Wille

Contents of util/libs/AmiSSL-5.11-OS3.lha

PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/C/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/C/AmigaOS3/
-rwxr-xr-x  1000/1000   331223  666900  49.7% -lh5- 1684 Sep 19 17:39 AmiSSL/C/AmigaOS3/OpenSSL
-rwxrwxr-x  1000/1000     2809    8081  34.8% -lh5- 1fca Sep 19 17:51 AmiSSL/C/CA.pl
-rw-rw-r--  1000/1000     4503   12340  36.5% -lh5- f537 May 30 17:13 AmiSSL/C/openssl.cnf
-rwxrwxr-x  1000/1000     2332    6746  34.6% -lh5- 0e64 Sep 19 17:51 AmiSSL/C/tsget.pl
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/Certs/
-rw-rw-r--  1000/1000     1420    1911  74.3% -lh5- f4c5 Sep 19 17:27 AmiSSL/Certs/002c0b4f.0
-rw-rw-r--  1000/1000      564     873  64.6% -lh5- 0cd9 Sep 19 17:27 AmiSSL/Certs/01419da9.0
-rw-rw-r--  1000/1000     1471    1947  75.6% -lh5- 84b7 Sep 19 17:27 AmiSSL/Certs/0179095f.0
-rw-rw-r--  1000/1000      958    1530  62.6% -lh5- 77f2 Sep 19 17:27 AmiSSL/Certs/02265526.0
-rw-rw-r--  1000/1000      573     946  60.6% -lh5- 34cd Sep 19 17:27 AmiSSL/Certs/04f60c28.0
-rw-rw-r--  1000/1000      886    1226  72.3% -lh5- 57aa Sep 19 17:27 AmiSSL/Certs/062cdee6.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- 7719 Sep 19 17:27 AmiSSL/Certs/064e0aa9.0
-rw-rw-r--  1000/1000     1486    2109  70.5% -lh5- 3b0c Sep 19 17:27 AmiSSL/Certs/06dc52d5.0
-rw-rw-r--  1000/1000     1480    1963  75.4% -lh5- 9ec4 Sep 19 17:27 AmiSSL/Certs/08063a00.0
-rw-rw-r--  1000/1000     1055    1420  74.3% -lh5- ae3f Sep 19 17:27 AmiSSL/Certs/09789157.0
-rw-rw-r--  1000/1000      503     764  65.8% -lh5- 5993 Sep 19 17:27 AmiSSL/Certs/0a775a30.0
-rw-rw-r--  1000/1000     1435    1979  72.5% -lh5- 3690 Sep 19 17:27 AmiSSL/Certs/0b1b94ef.0
-rw-rw-r--  1000/1000      591     788  75.0% -lh5- ae4c Sep 19 17:27 AmiSSL/Certs/0b9bc432.0
-rw-rw-r--  1000/1000      686     942  72.8% -lh5- 6f3a Sep 19 17:27 AmiSSL/Certs/0bf05006.0
-rw-rw-r--  1000/1000      434     703  61.7% -lh5- 7a93 Sep 19 17:27 AmiSSL/Certs/0d69c7e1.0
-rw-rw-r--  1000/1000     1396    1911  73.1% -lh5- 6548 Sep 19 17:27 AmiSSL/Certs/0f5dc4f3.0
-rw-rw-r--  1000/1000     1421    1975  71.9% -lh5- ad88 Sep 19 17:27 AmiSSL/Certs/0f6fa695.0
-rw-rw-r--  1000/1000     1386    1907  72.7% -lh5- 71a9 Sep 19 17:27 AmiSSL/Certs/1001acf7.0
-rw-rw-r--  1000/1000     1055    1420  74.3% -lh5- ae3f Sep 19 17:27 AmiSSL/Certs/10531352.0
-rw-rw-r--  1000/1000      761    1088  69.9% -lh5- 92c2 Sep 19 17:27 AmiSSL/Certs/106f3e4d.0
-rw-rw-r--  1000/1000     1448    1927  75.1% -lh5- 103b Sep 19 17:27 AmiSSL/Certs/128f4b91.0
-rw-rw-r--  1000/1000      540     857  63.0% -lh5- 81d4 Sep 19 17:27 AmiSSL/Certs/14bc7599.0
-rw-rw-r--  1000/1000      928    1246  74.5% -lh5- 8538 Sep 19 17:27 AmiSSL/Certs/18856ac4.0
-rw-rw-r--  1000/1000      527     881  59.8% -lh5- 8bb8 Sep 19 17:27 AmiSSL/Certs/1ae85e5e.0
-rw-rw-r--  1000/1000     1420    1911  74.3% -lh5- f4c5 Sep 19 17:27 AmiSSL/Certs/1b0f7e5c.0
-rw-rw-r--  1000/1000      505     792  63.8% -lh5- d054 Sep 19 17:27 AmiSSL/Certs/1d3472b9.0
-rw-rw-r--  1000/1000     1049    1513  69.3% -lh5- 8c4f Sep 19 17:27 AmiSSL/Certs/1df5a75f.0
-rw-rw-r--  1000/1000     1395    1927  72.4% -lh5- dc75 Sep 19 17:27 AmiSSL/Certs/1e08bfd1.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- a57e Sep 19 17:27 AmiSSL/Certs/1e09d511.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- 5ec4 Sep 19 17:27 AmiSSL/Certs/1e1eab7c.0
-rw-rw-r--  1000/1000      886    1226  72.3% -lh5- 57aa Sep 19 17:27 AmiSSL/Certs/1e8e7201.0
-rw-rw-r--  1000/1000     1413    1967  71.8% -lh5- 6e55 Sep 19 17:27 AmiSSL/Certs/1ec40989.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- 7719 Sep 19 17:27 AmiSSL/Certs/1f58a078.0
-rw-rw-r--  1000/1000      973    1445  67.3% -lh5- 18e9 Sep 19 17:27 AmiSSL/Certs/219d9499.0
-rw-rw-r--  1000/1000      985    1465  67.2% -lh5- c666 Sep 19 17:27 AmiSSL/Certs/23f4c490.0
-rw-rw-r--  1000/1000      986    1363  72.3% -lh5- d021 Sep 19 17:27 AmiSSL/Certs/244b5494.0
-rw-rw-r--  1000/1000      589     788  74.7% -lh5- 9472 Sep 19 17:27 AmiSSL/Certs/252252d2.0
-rw-rw-r--  1000/1000      962    1299  74.1% -lh5- 9979 Sep 19 17:27 AmiSSL/Certs/2923b3f9.0
-rw-rw-r--  1000/1000      505     792  63.8% -lh5- d054 Sep 19 17:27 AmiSSL/Certs/2add47b6.0
-rw-rw-r--  1000/1000     1435    1931  74.3% -lh5- 1417 Sep 19 17:27 AmiSSL/Certs/2ae6433e.0
-rw-rw-r--  1000/1000      852    1201  70.9% -lh5- 25d3 Sep 19 17:27 AmiSSL/Certs/2b349938.0
-rw-rw-r--  1000/1000     1486    1975  75.2% -lh5- 6452 Sep 19 17:27 AmiSSL/Certs/2c63f966.0
-rw-rw-r--  1000/1000      571     780  73.2% -lh5- 713b Sep 19 17:27 AmiSSL/Certs/2d21b73c.0
-rw-rw-r--  1000/1000     1429    1911  74.8% -lh5- 9c4f Sep 19 17:27 AmiSSL/Certs/2d9dafe4.0
-rw-rw-r--  1000/1000     1648    2259  73.0% -lh5- 2e16 Sep 19 17:27 AmiSSL/Certs/302904dd.0
-rw-rw-r--  1000/1000     1424    1886  75.5% -lh5- c3c2 Sep 19 17:27 AmiSSL/Certs/304d27c3.0
-rw-rw-r--  1000/1000     1145    1578  72.6% -lh5- 9c0a Sep 19 17:27 AmiSSL/Certs/31188b5e.0
-rw-rw-r--  1000/1000     1481    2150  68.9% -lh5- 5e86 Sep 19 17:27 AmiSSL/Certs/32888f65.0
-rw-rw-r--  1000/1000     1560    2089  74.7% -lh5- 11a6 Sep 19 17:27 AmiSSL/Certs/33ee480d.0
-rw-rw-r--  1000/1000     1450    2089  69.4% -lh5- 34ba Sep 19 17:27 AmiSSL/Certs/35105088.0
-rw-rw-r--  1000/1000      968    1335  72.5% -lh5- adbf Sep 19 17:27 AmiSSL/Certs/3513523f.0
-rw-rw-r--  1000/1000      968    1335  72.5% -lh5- adbf Sep 19 17:27 AmiSSL/Certs/399e7759.0
-rw-rw-r--  1000/1000      941    1258  74.8% -lh5- 8e60 Sep 19 17:27 AmiSSL/Certs/3ad48a91.0
-rw-rw-r--  1000/1000      549     833  65.9% -lh5- c837 Sep 19 17:27 AmiSSL/Certs/3afde786.0
-rw-rw-r--  1000/1000     1609    2162  74.4% -lh5- 41c8 Sep 19 17:27 AmiSSL/Certs/3bde41ac.0
-rw-rw-r--  1000/1000     1603    2162  74.1% -lh5- d0e5 Sep 19 17:27 AmiSSL/Certs/3bde41ac.1
-rw-rw-r--  1000/1000     1514    2040  74.2% -lh5- b995 Sep 19 17:27 AmiSSL/Certs/3c860d51.0
-rw-rw-r--  1000/1000      639     893  71.6% -lh5- 64fe Sep 19 17:27 AmiSSL/Certs/3c899c73.0
-rw-rw-r--  1000/1000     1982    2766  71.7% -lh5- d349 Sep 19 17:27 AmiSSL/Certs/3c9a4d3b.0
-rw-rw-r--  1000/1000      598     804  74.4% -lh5- cd1e Sep 19 17:27 AmiSSL/Certs/3e359ba6.0
-rw-rw-r--  1000/1000     1086    1501  72.4% -lh5- f65a Sep 19 17:27 AmiSSL/Certs/3e7271e8.0
-rw-rw-r--  1000/1000     1510    2008  75.2% -lh5- ce33 Sep 19 17:27 AmiSSL/Certs/3fb36b73.0
-rw-rw-r--  1000/1000     1566    2073  75.5% -lh5- fc37 Sep 19 17:27 AmiSSL/Certs/40193066.0
-rw-rw-r--  1000/1000     1455    1935  75.2% -lh5- 2724 Sep 19 17:27 AmiSSL/Certs/4042bcee.0
-rw-rw-r--  1000/1000     1070    1485  72.1% -lh5- 8898 Sep 19 17:27 AmiSSL/Certs/40547a79.0
-rw-rw-r--  1000/1000      869    1254  69.3% -lh5- 6018 Sep 19 17:27 AmiSSL/Certs/406c9bb1.0
-rw-rw-r--  1000/1000      563     889  63.3% -lh5- 420d Sep 19 17:27 AmiSSL/Certs/41a3f684.0
-rw-rw-r--  1000/1000      958    1530  62.6% -lh5- 77f2 Sep 19 17:27 AmiSSL/Certs/455f1b52.0
-rw-rw-r--  1000/1000     1544    2117  72.9% -lh5- 66dd Sep 19 17:27 AmiSSL/Certs/48a195d8.0
-rw-rw-r--  1000/1000     1007    1351  74.5% -lh5- 82c9 Sep 19 17:27 AmiSSL/Certs/48bec511.0
-rw-rw-r--  1000/1000      600     812  73.9% -lh5- 1a6c Sep 19 17:27 AmiSSL/Certs/4b718d9b.0
-rw-rw-r--  1000/1000     1395    1927  72.4% -lh5- dc75 Sep 19 17:27 AmiSSL/Certs/4be590e0.0
-rw-rw-r--  1000/1000     1032    1396  73.9% -lh5- 611d Sep 19 17:27 AmiSSL/Certs/4bfab552.0
-rw-rw-r--  1000/1000      642     865  74.2% -lh5- 1363 Sep 19 17:27 AmiSSL/Certs/4c3982f2.0
-rw-rw-r--  1000/1000     1514    2040  74.2% -lh5- b995 Sep 19 17:27 AmiSSL/Certs/4f316efb.0
-rw-rw-r--  1000/1000     1454    2044  71.1% -lh5- a3b8 Sep 19 17:27 AmiSSL/Certs/5046c355.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- f848 Sep 19 17:27 AmiSSL/Certs/52b525c7.0
-rw-rw-r--  1000/1000     1464    1935  75.7% -lh5- 0be1 Sep 19 17:27 AmiSSL/Certs/53a1b57a.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- 5ec4 Sep 19 17:27 AmiSSL/Certs/5443e9e3.0
-rw-rw-r--  1000/1000     1430    1911  74.8% -lh5- 7bd0 Sep 19 17:27 AmiSSL/Certs/54657681.0
-rw-rw-r--  1000/1000     1454    2044  71.1% -lh5- a3b8 Sep 19 17:27 AmiSSL/Certs/57bcb2da.0
-rw-rw-r--  1000/1000     1486    2109  70.5% -lh5- 3b0c Sep 19 17:27 AmiSSL/Certs/583d0756.0
-rw-rw-r--  1000/1000      629     829  75.9% -lh5- 9849 Sep 19 17:27 AmiSSL/Certs/5860aaa6.0
-rw-rw-r--  1000/1000      749    1047  71.5% -lh5- 9683 Sep 19 17:27 AmiSSL/Certs/5931b5bc.0
-rw-rw-r--  1000/1000     1070    1485  72.1% -lh5- 8898 Sep 19 17:27 AmiSSL/Certs/5a3f0ff8.0
-rw-rw-r--  1000/1000      500     764  65.4% -lh5- 2029 Sep 19 17:27 AmiSSL/Certs/5acf816d.0
-rw-rw-r--  1000/1000      932    1258  74.1% -lh5- 569d Sep 19 17:27 AmiSSL/Certs/5ad8a5d6.0
-rw-rw-r--  1000/1000     1404    1866  75.2% -lh5- 17cb Sep 19 17:27 AmiSSL/Certs/5cd81ad7.0
-rw-rw-r--  1000/1000     1514    2239  67.6% -lh5- 454d Sep 19 17:27 AmiSSL/Certs/5e98733a.0
-rw-rw-r--  1000/1000     1417    1878  75.5% -lh5- 6339 Sep 19 17:27 AmiSSL/Certs/5f15c80c.0
-rw-rw-r--  1000/1000     1460    2044  71.4% -lh5- 8291 Sep 19 17:27 AmiSSL/Certs/5f47b495.0
-rw-rw-r--  1000/1000     1379    1886  73.1% -lh5- 2e98 Sep 19 17:27 AmiSSL/Certs/5f618aec.0
-rw-rw-r--  1000/1000      654     901  72.6% -lh5- b3b9 Sep 19 17:27 AmiSSL/Certs/5f9a69fa.0
-rw-rw-r--  1000/1000      547     739  74.0% -lh5- ee0e Sep 19 17:27 AmiSSL/Certs/5fdd185d.0
-rw-rw-r--  1000/1000      958    1291  74.2% -lh5- c4ae Sep 19 17:27 AmiSSL/Certs/607986c7.0
-rw-rw-r--  1000/1000     1085    1473  73.7% -lh5- 4310 Sep 19 17:27 AmiSSL/Certs/60afe812.0
-rw-rw-r--  1000/1000     1455    1935  75.2% -lh5- 2724 Sep 19 17:27 AmiSSL/Certs/6187b673.0
-rw-rw-r--  1000/1000     1387    1907  72.7% -lh5- 62e5 Sep 19 17:27 AmiSSL/Certs/626dceaf.0
-rw-rw-r--  1000/1000     1404    1866  75.2% -lh5- 17cb Sep 19 17:27 AmiSSL/Certs/63a2c897.0
-rw-rw-r--  1000/1000      941    1258  74.8% -lh5- 8e60 Sep 19 17:27 AmiSSL/Certs/653b494a.0
-rw-rw-r--  1000/1000     1507    2069  72.8% -lh5- 784c Sep 19 17:27 AmiSSL/Certs/68dd7389.0
-rw-rw-r--  1000/1000      900    1347  66.8% -lh5- aa5e Sep 19 17:27 AmiSSL/Certs/69105f4f.0
-rw-rw-r--  1000/1000      503     764  65.8% -lh5- 5993 Sep 19 17:27 AmiSSL/Certs/6b03dec0.0
-rw-rw-r--  1000/1000     1179    1639  71.9% -lh5- f9d7 Sep 19 17:27 AmiSSL/Certs/6b99d060.0
-rw-rw-r--  1000/1000     1411    1878  75.1% -lh5- 35a8 Sep 19 17:27 AmiSSL/Certs/6d41d539.0
-rw-rw-r--  1000/1000     1480    1963  75.4% -lh5- 9ec4 Sep 19 17:27 AmiSSL/Certs/6f7454b3.0
-rw-rw-r--  1000/1000     1560    2089  74.7% -lh5- 11a6 Sep 19 17:27 AmiSSL/Certs/6fa5da56.0
-rw-rw-r--  1000/1000     1022    1509  67.7% -lh5- 4161 Sep 19 17:27 AmiSSL/Certs/706f604c.0
-rw-rw-r--  1000/1000     1430    1919  74.5% -lh5- f848 Sep 19 17:27 AmiSSL/Certs/749e9e03.0
-rw-rw-r--  1000/1000     1103    1513  72.9% -lh5- 6fa8 Sep 19 17:27 AmiSSL/Certs/75680d2e.0
-rw-rw-r--  1000/1000     1420    1984  71.6% -lh5- 5976 Sep 19 17:27 AmiSSL/Certs/75d1b2ed.0
-rw-rw-r--  1000/1000     1022    1509  67.7% -lh5- 4161 Sep 19 17:27 AmiSSL/Certs/76579174.0
-rw-rw-r--  1000/1000     1722    2348  73.3% -lh5- 81f8 Sep 19 17:27 AmiSSL/Certs/76faf6c0.0
-rw-rw-r--  1000/1000      714    1015  70.3% -lh5- bd5f Sep 19 17:27 AmiSSL/Certs/7719f463.0
-rw-rw-r--  1000/1000      639     893  71.6% -lh5- 64fe Sep 19 17:27 AmiSSL/Certs/773e07ad.0
-rw-rw-r--  1000/1000      697     954  73.1% -lh5- 887b Sep 19 17:27 AmiSSL/Certs/7892ad52.0
-rw-rw-r--  1000/1000     1437    1907  75.4% -lh5- 5d11 Sep 19 17:27 AmiSSL/Certs/7a3adc42.0
-rw-rw-r--  1000/1000     1416    1886  75.1% -lh5- be9f Sep 19 17:27 AmiSSL/Certs/7a780d93.0
-rw-rw-r--  1000/1000      477     654  72.9% -lh5- c898 Sep 19 17:27 AmiSSL/Certs/7a7c655d.0
-rw-rw-r--  1000/1000     1444    2036  70.9% -lh5- 1394 Sep 19 17:27 AmiSSL/Certs/7a819ef2.0
-rw-rw-r--  1000/1000      598     804  74.4% -lh5- cd1e Sep 19 17:27 AmiSSL/Certs/7e067d03.0
-rw-rw-r--  1000/1000      543     849  64.0% -lh5- 5da2 Sep 19 17:27 AmiSSL/Certs/7f3d5d1d.0
-rw-rw-r--  1000/1000      946    1457  64.9% -lh5- 2aa9 Sep 19 17:27 AmiSSL/Certs/8160b96c.0
-rw-rw-r--  1000/1000      986    1363  72.3% -lh5- d021 Sep 19 17:27 AmiSSL/Certs/81b9768f.0
-rw-rw-r--  1000/1000     1430    1911  74.8% -lh5- 7bd0 Sep 19 17:27 AmiSSL/Certs/82223c44.0
-rw-rw-r--  1000/1000      510     841  60.6% -lh5- f20c Sep 19 17:27 AmiSSL/Certs/83e9984f.0
-rw-rw-r--  1000/1000      547     739  74.0% -lh5- ee0e Sep 19 17:27 AmiSSL/Certs/8508e720.0
-rw-rw-r--  1000/1000     1032    1396  73.9% -lh5- 611d Sep 19 17:27 AmiSSL/Certs/85cde254.0
-rw-rw-r--  1000/1000      851    1201  70.9% -lh5- 5275 Sep 19 17:27 AmiSSL/Certs/86212b19.0
-rw-rw-r--  1000/1000      619     833  74.3% -lh5- 8baa Sep 19 17:27 AmiSSL/Certs/865fbdf9.0
-rw-rw-r--  1000/1000      600     812  73.9% -lh5- 1a6c Sep 19 17:27 AmiSSL/Certs/869fbf79.0
-rw-rw-r--  1000/1000      591     788  75.0% -lh5- ae4c Sep 19 17:27 AmiSSL/Certs/8794b4e3.0
-rw-rw-r--  1000/1000      825    1173  70.3% -lh5- 83c9 Sep 19 17:27 AmiSSL/Certs/882de061.0
-rw-rw-r--  1000/1000      686     942  72.8% -lh5- 6f3a Sep 19 17:27 AmiSSL/Certs/88950faa.0
-rw-rw-r--  1000/1000      583     938  62.2% -lh5- 17c7 Sep 19 17:27 AmiSSL/Certs/89c02a45.0
-rw-rw-r--  1000/1000      477     654  72.9% -lh5- c898 Sep 19 17:27 AmiSSL/Certs/8cb5ee0f.0
-rw-rw-r--  1000/1000      890    1303  68.3% -lh5- 8572 Sep 19 17:27 AmiSSL/Certs/8d6437c3.0
-rw-rw-r--  1000/1000      825    1173  70.3% -lh5- 83c9 Sep 19 17:27 AmiSSL/Certs/8d86cdd1.0
-rw-rw-r--  1000/1000      564     873  64.6% -lh5- 0cd9 Sep 19 17:27 AmiSSL/Certs/8d89cda1.0
-rw-rw-r--  1000/1000     1420    1947  72.9% -lh5- 00a1 Sep 19 17:27 AmiSSL/Certs/8f103249.0
-rw-rw-r--  1000/1000     1422    1975  72.0% -lh5- 936e Sep 19 17:27 AmiSSL/Certs/9046744a.0
-rw-rw-r--  1000/1000     1464    1935  75.7% -lh5- 0be1 Sep 19 17:27 AmiSSL/Certs/90c5a3c8.0
-rw-rw-r--  1000/1000     1435    1979  72.5% -lh5- 3690 Sep 19 17:27 AmiSSL/Certs/9282e51c.0
-rw-rw-r--  1000/1000     1460    2044  71.4% -lh5- 8291 Sep 19 17:27 AmiSSL/Certs/930ac5d2.0
-rw-rw-r--  1000/1000     1722    2348  73.3% -lh5- 81f8 Sep 19 17:27 AmiSSL/Certs/9339512a.0
-rw-rw-r--  1000/1000     1582    2113  74.9% -lh5- 027e Sep 19 17:27 AmiSSL/Certs/93851c9e.0
-rw-rw-r--  1000/1000      851    1201  70.9% -lh5- 5275 Sep 19 17:27 AmiSSL/Certs/93bc0acc.0
-rw-rw-r--  1000/1000      714    1015  70.3% -lh5- bd5f Sep 19 17:27 AmiSSL/Certs/9479c8c3.0
-rw-rw-r--  1000/1000      563     889  63.3% -lh5- 420d Sep 19 17:27 AmiSSL/Certs/9482e63a.0
-rw-rw-r--  1000/1000     1435    1931  74.3% -lh5- 1417 Sep 19 17:27 AmiSSL/Certs/9576d26b.0
-rw-rw-r--  1000/1000     1447    2016  71.8% -lh5- 8713 Sep 19 17:27 AmiSSL/Certs/9591a472.0
-rw-rw-r--  1000/1000     1007    1351  74.5% -lh5- 82c9 Sep 19 17:27 AmiSSL/Certs/95aff9e3.0
-rw-rw-r--  1000/1000      589     788  74.7% -lh5- 9472 Sep 19 17:27 AmiSSL/Certs/9846683b.0
-rw-rw-r--  1000/1000     1431    1967  72.8% -lh5- b64e Sep 19 17:27 AmiSSL/Certs/985c1f52.0
-rw-rw-r--  1000/1000     1085    1473  73.7% -lh5- 4310 Sep 19 17:27 AmiSSL/Certs/988a38cb.0
-rw-rw-r--  1000/1000     1437    1907  75.4% -lh5- 5d11 Sep 19 17:27 AmiSSL/Certs/99e1b953.0
-rw-rw-r--  1000/1000      601     966  62.2% -lh5- 4988 Sep 19 17:27 AmiSSL/Certs/9aef356c.0
-rw-rw-r--  1000/1000     1448    1927  75.1% -lh5- 103b Sep 19 17:27 AmiSSL/Certs/9b46e03d.0
-rw-rw-r--  1000/1000      527     881  59.8% -lh5- 8bb8 Sep 19 17:27 AmiSSL/Certs/9b5697b0.0
-rw-rw-r--  1000/1000      558     752  74.2% -lh5- 96f6 Sep 19 17:27 AmiSSL/Certs/9c8dfbd4.0
-rw-rw-r--  1000/1000      890    1303  68.3% -lh5- 8572 Sep 19 17:27 AmiSSL/Certs/9d04f354.0
-rw-rw-r--  1000/1000     1520    2028  75.0% -lh5- 4804 Sep 19 17:27 AmiSSL/Certs/9d6523ce.0
-rw-rw-r--  1000/1000      749    1047  71.5% -lh5- da3e Sep 19 17:27 AmiSSL/Certs/9ef4a08a.0
-rw-rw-r--  1000/1000     1513    2012  75.2% -lh5- f6f8 Sep 19 17:27 AmiSSL/Certs/9f727ac7.0
-rw-rw-r--  1000/1000     1420    1984  71.6% -lh5- 5976 Sep 19 17:27 AmiSSL/Certs/a2c66da8.0
-rw-rw-r--  1000/1000      500     764  65.4% -lh5- 2029 Sep 19 17:27 AmiSSL/Certs/a3418fda.0
-rw-rw-r--  1000/1000      838    1222  68.6% -lh5- a026 Sep 19 17:27 AmiSSL/Certs/a3896b44.0
-rw-rw-r--  1000/1000      749    1047  71.5% -lh5- 9683 Sep 19 17:27 AmiSSL/Certs/a716d4ed.0
-rw-rw-r--  1000/1000      948    1254  75.6% -lh5- fc8f Sep 19 17:27 AmiSSL/Certs/a81e292b.0
-rw-rw-r--  1000/1000     1486    1975  75.2% -lh5- 6452 Sep 19 17:27 AmiSSL/Certs/a89d74c2.0
-rw-rw-r--  1000/1000     1982    2766  71.7% -lh5- d349 Sep 19 17:27 AmiSSL/Certs/a94d09e5.0
-rw-rw-r--  1000/1000     1379    1886  73.1% -lh5- 2e98 Sep 19 17:27 AmiSSL/Certs/a9d40e02.0
-rw-rw-r--  1000/1000      928    1246  74.5% -lh5- 8538 Sep 19 17:27 AmiSSL/Certs/ab5346f4.0
-rw-rw-r--  1000/1000     1421    1975  71.9% -lh5- ad88 Sep 19 17:27 AmiSSL/Certs/ab59055e.0
-rw-rw-r--  1000/1000     1086    1501  72.4% -lh5- f65a Sep 19 17:27 AmiSSL/Certs/aee5f10d.0
-rw-rw-r--  1000/1000      434     703  61.7% -lh5- 7a93 Sep 19 17:27 AmiSSL/Certs/b0e59380.0
-rw-rw-r--  1000/1000     1417    1878  75.5% -lh5- 6339 Sep 19 17:27 AmiSSL/Certs/b0ed035a.0
-rw-rw-r--  1000/1000      932    1258  74.1% -lh5- 569d Sep 19 17:27 AmiSSL/Certs/b0f3e76e.0
-rw-rw-r--  1000/1000      900    1347  66.8% -lh5- aa5e Sep 19 17:27 AmiSSL/Certs/b1159c4c.0
-rw-rw-r--  1000/1000      749    1047  71.5% -lh5- da3e Sep 19 17:27 AmiSSL/Certs/b30d5fda.0
-rw-rw-r--  1000/1000      761    1088  69.9% -lh5- 92c2 Sep 19 17:27 AmiSSL/Certs/b3fb433b.0
-rw-rw-r--  1000/1000     1582    2113  74.9% -lh5- 027e Sep 19 17:27 AmiSSL/Certs/b433981b.0
-rw-rw-r--  1000/1000      952    1351  70.5% -lh5- 95ac Sep 19 17:27 AmiSSL/Certs/b66938e9.0
-rw-rw-r--  1000/1000     1385    1886  73.4% -lh5- 6fbe Sep 19 17:27 AmiSSL/Certs/b727005e.0
-rw-rw-r--  1000/1000      540     857  63.0% -lh5- 81d4 Sep 19 17:27 AmiSSL/Certs/b74d2bd5.0
-rw-rw-r--  1000/1000      877    1266  69.3% -lh5- 5a4e Sep 19 17:27 AmiSSL/Certs/b7a5b843.0
-rw-rw-r--  1000/1000      877    1266  69.3% -lh5- 5a4e Sep 19 17:27 AmiSSL/Certs/b7db1890.0
-rw-rw-r--  1000/1000      654     901  72.6% -lh5- b3b9 Sep 19 17:27 AmiSSL/Certs/b81b93f0.0
-rw-rw-r--  1000/1000      938    1258  74.6% -lh5- bfb7 Sep 19 17:27 AmiSSL/Certs/b872f2b4.0
-rw-rw-r--  1000/1000     1513    2012  75.2% -lh5- f6f8 Sep 19 17:27 AmiSSL/Certs/b92fd57f.0
-rw-rw-r--  1000/1000     1445    1967  73.5% -lh5- 6740 Sep 19 17:27 AmiSSL/Certs/b936d1c6.0
-rw-rw-r--  1000/1000     1020    1363  74.8% -lh5- 829c Sep 19 17:27 AmiSSL/Certs/bc3f2570.0
-rw-rw-r--  1000/1000     1507    2069  72.8% -lh5- 784c Sep 19 17:27 AmiSSL/Certs/bd43e1dd.0
-rw-rw-r--  1000/1000      952    1351  70.5% -lh5- 95ac Sep 19 17:27 AmiSSL/Certs/bdacca6f.0
-rw-rw-r--  1000/1000     1447    2016  71.8% -lh5- 8713 Sep 19 17:27 AmiSSL/Certs/bf53fb88.0
-rw-rw-r--  1000/1000     1179    1639  71.9% -lh5- f9d7 Sep 19 17:27 AmiSSL/Certs/bf64f35b.0
-rw-rw-r--  1000/1000     1424    1886  75.5% -lh5- c3c2 Sep 19 17:27 AmiSSL/Certs/c01eb047.0
-rw-rw-r--  1000/1000     1049    1513  69.3% -lh5- 8c4f Sep 19 17:27 AmiSSL/Certs/c28a8a30.0
-rw-rw-r--  1000/1000     1407    1927  73.0% -lh5- e73d Sep 19 17:27 AmiSSL/Certs/c44cc0c0.0
-rw-rw-r--  1000/1000      543     849  64.0% -lh5- 5da2 Sep 19 17:27 AmiSSL/Certs/c491639e.0
-rw-rw-r--  1000/1000     1387    1907  72.7% -lh5- 62e5 Sep 19 17:27 AmiSSL/Certs/c559d742.0
-rw-rw-r--  1000/1000      629     829  75.9% -lh5- 9849 Sep 19 17:27 AmiSSL/Certs/c7f1359b.0
-rw-rw-r--  1000/1000      958    1291  74.2% -lh5- c4ae Sep 19 17:27 AmiSSL/Certs/c90bc37d.0
-rw-rw-r--  1000/1000     1520    2028  75.0% -lh5- 4804 Sep 19 17:27 AmiSSL/Certs/ca6e4ad9.0
-rw-rw-r--  1000/1000     1566    2073  75.5% -lh5- fc37 Sep 19 17:27 AmiSSL/Certs/cb1c3204.0
-rw-rw-r--  1000/1000      619     833  74.3% -lh5- 8baa Sep 19 17:27 AmiSSL/Certs/cbb3f32b.0
-rw-rw-r--  1000/1000     1020    1363  74.8% -lh5- 829c Sep 19 17:27 AmiSSL/Certs/cbf06781.0
-rw-rw-r--  1000/1000     1544    2117  72.9% -lh5- 66dd Sep 19 17:27 AmiSSL/Certs/cc450945.0
-rw-rw-r--  1000/1000      558     752  74.2% -lh5- 96f6 Sep 19 17:27 AmiSSL/Certs/ccc52f49.0
-rw-rw-r--  1000/1000      949    1258  75.4% -lh5- b12e Sep 19 17:27 AmiSSL/Certs/cd58d51e.0
-rw-rw-r--  1000/1000     1445    1967  73.5% -lh5- 6740 Sep 19 17:27 AmiSSL/Certs/cd8c0d63.0
-rw-rw-r--  1000/1000      894    1185  75.4% -lh5- 754b Sep 19 17:27 AmiSSL/Certs/ce5e74ef.0
-rw-rw-r--  1000/1000     1000    1347  74.2% -lh5- f3d0 Sep 19 17:27 AmiSSL/Certs/cf701eeb.0
-rw-rw-r--  1000/1000      905    1363  66.4% -lh5- a57e Sep 19 17:27 AmiSSL/Certs/d06393bb.0
-rw-rw-r--  1000/1000     1609    2162  74.4% -lh5- 41c8 Sep 19 17:27 AmiSSL/Certs/d16a5865.0
-rw-rw-r--  1000/1000     1603    2162  74.1% -lh5- d0e5 Sep 19 17:27 AmiSSL/Certs/d16a5865.1
-rw-rw-r--  1000/1000     1393    1919  72.6% -lh5- 5b20 Sep 19 17:27 AmiSSL/Certs/d18e9066.0
-rw-rw-r--  1000/1000     1510    2008  75.2% -lh5- ce33 Sep 19 17:27 AmiSSL/Certs/d39b0a2c.0
-rw-rw-r--  1000/1000      548     735  74.6% -lh5- 8a2a Sep 19 17:27 AmiSSL/Certs/d41b5e2a.0
-rw-rw-r--  1000/1000     1465    2081  70.4% -lh5- 5238 Sep 19 17:27 AmiSSL/Certs/d4c339cb.0
-rw-rw-r--  1000/1000     1039    1534  67.7% -lh5- 4f69 Sep 19 17:27 AmiSSL/Certs/d4dae3dd.0
-rw-rw-r--  1000/1000     1407    1927  73.0% -lh5- e73d Sep 19 17:27 AmiSSL/Certs/d52c538d.0
-rw-rw-r--  1000/1000      949    1258  75.4% -lh5- b12e Sep 19 17:27 AmiSSL/Certs/d59297b8.0
-rw-rw-r--  1000/1000     1465    2081  70.4% -lh5- 5238 Sep 19 17:27 AmiSSL/Certs/d6325660.0
-rw-rw-r--  1000/1000     1039    1534  67.7% -lh5- 4f69 Sep 19 17:27 AmiSSL/Certs/d7746a63.0
-rw-rw-r--  1000/1000     1444    2036  70.9% -lh5- 1394 Sep 19 17:27 AmiSSL/Certs/d7e8dc79.0
-rw-rw-r--  1000/1000      601     966  62.2% -lh5- 4988 Sep 19 17:27 AmiSSL/Certs/d887a5bb.0
-rw-rw-r--  1000/1000     1416    1886  75.1% -lh5- be9f Sep 19 17:27 AmiSSL/Certs/d96b65e2.0
-rw-rw-r--  1000/1000      549     833  65.9% -lh5- c837 Sep 19 17:27 AmiSSL/Certs/da0cfd1d.0
-rw-rw-r--  1000/1000     1396    1911  73.1% -lh5- 6548 Sep 19 17:27 AmiSSL/Certs/da7377f6.0
-rw-rw-r--  1000/1000     1385    1886  73.4% -lh5- 6fbe Sep 19 17:27 AmiSSL/Certs/dbc54cab.0
-rw-rw-r--  1000/1000      869    1254  69.3% -lh5- 6018 Sep 19 17:27 AmiSSL/Certs/dbff3a01.0
-rw-rw-r--  1000/1000     1431    1967  72.8% -lh5- b64e Sep 19 17:27 AmiSSL/Certs/dc4d6a89.0
-rw-rw-r--  1000/1000     1481    2150  68.9% -lh5- 5e86 Sep 19 17:27 AmiSSL/Certs/dc99f41e.0
-rw-rw-r--  1000/1000      611     837  73.0% -lh5- 6a92 Sep 19 17:27 AmiSSL/Certs/dd8e9d41.0
-rw-rw-r--  1000/1000      548     735  74.6% -lh5- 8a2a Sep 19 17:27 AmiSSL/Certs/de6d66f3.0
-rw-rw-r--  1000/1000      988    1343  73.6% -lh5- 2c38 Sep 19 17:27 AmiSSL/Certs/dfc0fe80.0
-rw-rw-r--  1000/1000     1422    1975  72.0% -lh5- 936e Sep 19 17:27 AmiSSL/Certs/e071171e.0
-rw-rw-r--  1000/1000      932    1327  70.2% -lh5- ca81 Sep 19 17:27 AmiSSL/Certs/e113c810.0
-rw-rw-r--  1000/1000     1525    2032  75.0% -lh5- be2a Sep 19 17:27 AmiSSL/Certs/e13665f9.0
-rw-rw-r--  1000/1000     1431    1919  74.6% -lh5- a007 Sep 19 17:27 AmiSSL/Certs/e18bfb83.0
-rw-rw-r--  1000/1000     1442    2048  70.4% -lh5- b2a7 Sep 19 17:27 AmiSSL/Certs/e35234b1.0
-rw-rw-r--  1000/1000      938    1258  74.6% -lh5- bfb7 Sep 19 17:27 AmiSSL/Certs/e36a6752.0
-rw-rw-r--  1000/1000     1431    1919  74.6% -lh5- a007 Sep 19 17:27 AmiSSL/Certs/e442e424.0
-rw-rw-r--  1000/1000      852    1201  70.9% -lh5- 25d3 Sep 19 17:27 AmiSSL/Certs/e48193cf.0
-rw-rw-r--  1000/1000      988    1343  73.6% -lh5- 2c38 Sep 19 17:27 AmiSSL/Certs/e73d606e.0
-rw-rw-r--  1000/1000      553     768  72.0% -lh5- 7fe5 Sep 19 17:27 AmiSSL/Certs/e7c037b4.0
-rw-rw-r--  1000/1000      946    1457  64.9% -lh5- 2aa9 Sep 19 17:27 AmiSSL/Certs/e8651083.0
-rw-rw-r--  1000/1000      510     841  60.6% -lh5- f20c Sep 19 17:27 AmiSSL/Certs/e868b802.0
-rw-rw-r--  1000/1000     1429    1911  74.8% -lh5- 9c4f Sep 19 17:27 AmiSSL/Certs/e8de2f56.0
-rw-rw-r--  1000/1000      642     865  74.2% -lh5- 1363 Sep 19 17:27 AmiSSL/Certs/ecccd8db.0
-rw-rw-r--  1000/1000      611     837  73.0% -lh5- 6a92 Sep 19 17:27 AmiSSL/Certs/ed39abd0.0
-rw-rw-r--  1000/1000      512     772  66.3% -lh5- 8923 Sep 19 17:27 AmiSSL/Certs/ed858448.0
-rw-rw-r--  1000/1000     1437    2085  68.9% -lh5- 801d Sep 19 17:27 AmiSSL/Certs/edcbddb5.0
-rw-rw-r--  1000/1000      512     772  66.3% -lh5- 8923 Sep 19 17:27 AmiSSL/Certs/ee532fd5.0
-rw-rw-r--  1000/1000     1103    1513  72.9% -lh5- 6fa8 Sep 19 17:27 AmiSSL/Certs/ee64a828.0
-rw-rw-r--  1000/1000      583     938  62.2% -lh5- 17c7 Sep 19 17:27 AmiSSL/Certs/eed8c118.0
-rw-rw-r--  1000/1000     1393    1919  72.6% -lh5- 5b20 Sep 19 17:27 AmiSSL/Certs/ef954a4e.0
-rw-rw-r--  1000/1000     1386    1907  72.7% -lh5- 71a9 Sep 19 17:27 AmiSSL/Certs/f013ecaf.0
-rw-rw-r--  1000/1000     1420    1947  72.9% -lh5- 00a1 Sep 19 17:27 AmiSSL/Certs/f058632f.0
-rw-rw-r--  1000/1000      973    1445  67.3% -lh5- 18e9 Sep 19 17:27 AmiSSL/Certs/f081611a.0
-rw-rw-r--  1000/1000      697     954  73.1% -lh5- 887b Sep 19 17:27 AmiSSL/Certs/f0c70a8d.0
-rw-rw-r--  1000/1000     1514    2239  67.6% -lh5- 454d Sep 19 17:27 AmiSSL/Certs/f0cd152c.0
-rw-rw-r--  1000/1000     1437    2085  68.9% -lh5- 801d Sep 19 17:27 AmiSSL/Certs/f249de83.0
-rw-rw-r--  1000/1000      573     946  60.6% -lh5- 34cd Sep 19 17:27 AmiSSL/Certs/f30dd6ad.0
-rw-rw-r--  1000/1000      838    1222  68.6% -lh5- a026 Sep 19 17:27 AmiSSL/Certs/f3377b1b.0
-rw-rw-r--  1000/1000      985    1465  67.2% -lh5- c666 Sep 19 17:27 AmiSSL/Certs/f387163d.0
-rw-rw-r--  1000/1000     1000    1347  74.2% -lh5- f3d0 Sep 19 17:27 AmiSSL/Certs/f39fc864.0
-rw-rw-r--  1000/1000      962    1299  74.1% -lh5- 9979 Sep 19 17:27 AmiSSL/Certs/f459871d.0
-rw-rw-r--  1000/1000     1648    2259  73.0% -lh5- 2e16 Sep 19 17:27 AmiSSL/Certs/f51bb24c.0
-rw-rw-r--  1000/1000     1442    2048  70.4% -lh5- b2a7 Sep 19 17:27 AmiSSL/Certs/f8fc53da.0
-rw-rw-r--  1000/1000     1413    1967  71.8% -lh5- 6e55 Sep 19 17:27 AmiSSL/Certs/fa5da96b.0
-rw-rw-r--  1000/1000     1411    1878  75.1% -lh5- 35a8 Sep 19 17:27 AmiSSL/Certs/fb5fa911.0
-rw-rw-r--  1000/1000      571     780  73.2% -lh5- 713b Sep 19 17:27 AmiSSL/Certs/fb717492.0
-rw-rw-r--  1000/1000     1450    2089  69.4% -lh5- 34ba Sep 19 17:27 AmiSSL/Certs/fc5a8f99.0
-rw-rw-r--  1000/1000      894    1185  75.4% -lh5- 754b Sep 19 17:27 AmiSSL/Certs/fd08c599.0
-rw-rw-r--  1000/1000     1525    2032  75.0% -lh5- be2a Sep 19 17:27 AmiSSL/Certs/fd64f3fc.0
-rw-rw-r--  1000/1000      932    1327  70.2% -lh5- ca81 Sep 19 17:27 AmiSSL/Certs/fde84897.0
-rw-rw-r--  1000/1000      948    1254  75.6% -lh5- fc8f Sep 19 17:27 AmiSSL/Certs/fe8a2cd8.0
-rw-rw-r--  1000/1000      553     768  72.0% -lh5- 7fe5 Sep 19 17:27 AmiSSL/Certs/feffd413.0
-rw-rw-r--  1000/1000     1145    1578  72.6% -lh5- 9c0a Sep 19 17:27 AmiSSL/Certs/ff34af3f.0
-rw-rw-r--  1000/1000     1471    1947  75.6% -lh5- 84b7 Sep 19 17:27 AmiSSL/Certs/ffa7f1eb.0
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/Doc/
-rw-rw-r--  1000/1000     3414    7898  43.2% -lh5- 9bf3 Sep 19 17:51 AmiSSL/Doc/AmiSSL.doc
-rw-rw-r--  1000/1000     1806    2773  65.1% -lh5- 7cba Apr 28  2022 AmiSSL/Doc/AmiSSL.doc.info
-rw-rw-r--  1000/1000     5768   16490  35.0% -lh5- 5cc3 Sep 19 17:51 AmiSSL/Doc/ChangeLog
-rw-rw-r--  1000/1000     1807    2773  65.2% -lh5- 51b7 Apr 28  2022 AmiSSL/Doc/ChangeLog.info
-rw-rw-r--  1000/1000   182582  617167  29.6% -lh5- 48cd Sep 19 17:51 AmiSSL/Doc/OpenSSL.doc
-rw-rw-r--  1000/1000     1807    2773  65.2% -lh5- ff63 Apr 28  2022 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     4890   17051  28.7% -lh5- 44b9 Dec 12  2022 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 Sep 19 17:51 AmiSSL/Libs/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/Libs/AmigaOS3/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/Libs/AmigaOS3/AmiSSL/
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/Libs/AmigaOS3/AmiSSL/68020-40/
-rw-r--r--  1000/1000  1326442 2810776  47.2% -lh5- 22ee Sep 19 17:40 AmiSSL/Libs/AmigaOS3/AmiSSL/68020-40/amissl_v313.library
drwxrwxr-x  1000/1000        0       0 ****** -lhd- 0000 Sep 19 17:51 AmiSSL/Libs/AmigaOS3/AmiSSL/68060/
-rw-r--r--  1000/1000  1322901 2817268  47.0% -lh5- 6ef2 Sep 19 17:45 AmiSSL/Libs/AmigaOS3/AmiSSL/68060/amissl_v313.library
-rw-r--r--  1000/1000     3090    5956  51.9% -lh5- c12c Sep 19 17:40 AmiSSL/Libs/AmigaOS3/amisslmaster.library
-rw-rw-r--  1000/1000     1794    2705  66.3% -lh5- 567d Mar 31  2021 AmiSSL.info
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total       309 files 3507243 7428319  47.2%            Sep 20 02:51

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