💾 Archived View for cugi.ie › aminet › 1706669614.gmi captured on 2024-05-26 at 15:03:47. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-02-05)
-=-=-=-=-=-=-
Author: AmiSSL Open Source Team Uploader: Oliver Roberts <oliver amissl org> Type: util/libs Version: 5.14 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: 2024-01-30 Readme: http://aminet.net/util/libs/AmiSSL-5.14-OS3.readme Downloads: 13
http://aminet.net/util/libs/AmiSSL-5.14-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.2. 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.2/man1/openssl.html.
A sample openssl.cnf file is also installed to AmiSSL:, if it doesn't already
exist, along with the CA.pl helper script, both of which aid the certificate
generation features of the OpenSSL tool. The tsget.pl script is also included.
Developer SDK
-------------
The AmiSSL SDK contains everything a developer needs to use OpenSSL in their
applications, including C header files, Autodocs, autoopen link library,
stub link library, examples and library interface description files. The first
point of call being the README-SDK file which explains what needs to be done.
Backwards Compatibility
-----------------------
All applications compiled to use previous versions of AmiSSL v5 will
automatically use the latest version once installed. Old applications will
continue to use AmiSSL v4 or older and will need to be recompiled with the
updated SDK in order to start using AmiSSL v5. Besides this difference,
AmiSSL v5 can be installed on top of any previous AmiSSL versions, which
ensures that applications compiled for AmiSSL v1/v2/v3/v4 continue to work.
Requirements
------------
AmiSSL requires an Amiga-compatible operating system being installed (AmigaOS,
MorphOS, AROS) with exec.library v38+ compatibility. Currently, AmiSSL is
compatible with AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ and MorphOS.
IMPORTANT NOTE
--------------
This release comes with binaries for the AmigaOS4/PPC and AmigaOS3/m68k
platform only. Unfortunately, due to lack of motivated developers we couldn't
provide native binaries for the MorphOS/PPC or AROS (PPC, i386, x86_64)
platform in time. If you are, however, interested in seeing AmiSSL v5 being
ported for these other Amiga-based platforms, please try to find motivated and
talented developers who could join our team as proper maintainers for these
alternative platforms. In addition, if you are a MorphOS or AROS developer
yourself, feel free to send proper pull requests to see your platform
supported in one of the next releases or please consider joining our team.
Legal information
-----------------
AmiSSL v1 Copyright (c) 1999-2006 Andrija Antonijevic.
AmiSSL v2/v3 Copyright (c) 2002-2006 Andrija Antonijevic, Stefan Burstroem.
AmiSSL v4/v5 Copyright (c) 2014-2024 AmiSSL Open Source Team.
All Rights Reserved.
OpenSSL Cryptography and SSL/TLS Toolkit
Copyright (c) 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
AmiSSL uses a modified version of OpenSSL. Both AmiSSL and OpenSSL
are licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License in the file LICENSE in the
source distribution or at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
68060 optimised 64-bit multiplication routines
Copyright (c) 2001-2022 Frank Wille. All Rights Reserved.
OpenSSL BIGNUM 68020-68040 optimised routines
Copyright (c) 2002 by Howard Chu <hyc at highlandsun.com>
Contact us
----------
Bugs, any other issues or queries should be reported to the AmiSSL team via
https://github.com/jens-maus/amissl/issues. You may also follow us on
Twitter at amigassl, where we post updates and release announcements.
Authors
-------
AmiSSL is a collaborative effort with Amiga-specific code being contributed
by the following people:
- Andrija Antonijevic
- Thore Boeckelmann
- Stefan Burstroem
- Howard Chu
- Jens Maus
- Gunther Nikl
- Oliver Roberts
- Frank Wille
PERMISSION UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME ---------- ----------- ------- ------- ------ ---------- ------------ ---------- drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/C/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/C/AmigaOS3/ -rwxr-xr-x 1000/1000 348817 706124 49.4% -lh5- a5b3 Jan 30 15:57 AmiSSL/C/AmigaOS3/OpenSSL -rwxrwxr-x 1000/1000 2827 8083 35.0% -lh5- a654 Jan 30 16:12 AmiSSL/C/CA.pl -rw-rw-r-- 1000/1000 4503 12344 36.5% -lh5- 6525 Nov 23 13:52 AmiSSL/C/openssl.cnf -rwxrwxr-x 1000/1000 2333 6746 34.6% -lh5- 8a09 Jan 30 16:12 AmiSSL/C/tsget.pl drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/Certs/ -rw-rw-r-- 1000/1000 1420 1911 74.3% -lh5- f4c5 Dec 14 10:41 AmiSSL/Certs/002c0b4f.0 -rw-rw-r-- 1000/1000 564 873 64.6% -lh5- 0cd9 Dec 14 10:41 AmiSSL/Certs/01419da9.0 -rw-rw-r-- 1000/1000 1471 1947 75.6% -lh5- 84b7 Dec 14 10:41 AmiSSL/Certs/0179095f.0 -rw-rw-r-- 1000/1000 958 1530 62.6% -lh5- 77f2 Dec 14 10:41 AmiSSL/Certs/02265526.0 -rw-rw-r-- 1000/1000 573 946 60.6% -lh5- 34cd Dec 14 10:41 AmiSSL/Certs/04f60c28.0 -rw-rw-r-- 1000/1000 886 1226 72.3% -lh5- 57aa Dec 14 10:41 AmiSSL/Certs/062cdee6.0 -rw-rw-r-- 1000/1000 1430 1919 74.5% -lh5- 7719 Dec 14 10:41 AmiSSL/Certs/064e0aa9.0 -rw-rw-r-- 1000/1000 1486 2109 70.5% -lh5- 3b0c Dec 14 10:41 AmiSSL/Certs/06dc52d5.0 -rw-rw-r-- 1000/1000 640 869 73.6% -lh5- fbe0 Dec 14 10:41 AmiSSL/Certs/073bfcc5.0 -rw-rw-r-- 1000/1000 1480 1963 75.4% -lh5- 9ec4 Dec 14 10:41 AmiSSL/Certs/08063a00.0 -rw-rw-r-- 1000/1000 1055 1420 74.3% -lh5- ae3f Dec 14 10:41 AmiSSL/Certs/09789157.0 -rw-rw-r-- 1000/1000 503 764 65.8% -lh5- 5993 Dec 14 10:41 AmiSSL/Certs/0a775a30.0 -rw-rw-r-- 1000/1000 1435 1979 72.5% -lh5- 3690 Dec 14 10:41 AmiSSL/Certs/0b1b94ef.0 -rw-rw-r-- 1000/1000 591 788 75.0% -lh5- ae4c Dec 14 10:41 AmiSSL/Certs/0b9bc432.0 -rw-rw-r-- 1000/1000 686 942 72.8% -lh5- 6f3a Dec 14 10:41 AmiSSL/Certs/0bf05006.0 -rw-rw-r-- 1000/1000 434 703 61.7% -lh5- 7a93 Dec 14 10:41 AmiSSL/Certs/0d69c7e1.0 -rw-rw-r-- 1000/1000 1396 1911 73.1% -lh5- 6548 Dec 14 10:41 AmiSSL/Certs/0f5dc4f3.0 -rw-rw-r-- 1000/1000 1421 1975 71.9% -lh5- ad88 Dec 14 10:41 AmiSSL/Certs/0f6fa695.0 -rw-rw-r-- 1000/1000 1386 1907 72.7% -lh5- 71a9 Dec 14 10:41 AmiSSL/Certs/1001acf7.0 -rw-rw-r-- 1000/1000 1055 1420 74.3% -lh5- ae3f Dec 14 10:41 AmiSSL/Certs/10531352.0 -rw-rw-r-- 1000/1000 761 1088 69.9% -lh5- 92c2 Dec 14 10:41 AmiSSL/Certs/106f3e4d.0 -rw-rw-r-- 1000/1000 1448 1927 75.1% -lh5- 103b Dec 14 10:41 AmiSSL/Certs/128f4b91.0 -rw-rw-r-- 1000/1000 540 857 63.0% -lh5- 81d4 Dec 14 10:41 AmiSSL/Certs/14bc7599.0 -rw-rw-r-- 1000/1000 928 1246 74.5% -lh5- 8538 Dec 14 10:41 AmiSSL/Certs/18856ac4.0 -rw-rw-r-- 1000/1000 527 881 59.8% -lh5- 8bb8 Dec 14 10:41 AmiSSL/Certs/1ae85e5e.0 -rw-rw-r-- 1000/1000 1420 1911 74.3% -lh5- f4c5 Dec 14 10:41 AmiSSL/Certs/1b0f7e5c.0 -rw-rw-r-- 1000/1000 640 869 73.6% -lh5- fbe0 Dec 14 10:41 AmiSSL/Certs/1cef98f5.0 -rw-rw-r-- 1000/1000 505 792 63.8% -lh5- d054 Dec 14 10:41 AmiSSL/Certs/1d3472b9.0 -rw-rw-r-- 1000/1000 1049 1513 69.3% -lh5- 8c4f Dec 14 10:41 AmiSSL/Certs/1df5a75f.0 -rw-rw-r-- 1000/1000 1395 1927 72.4% -lh5- dc75 Dec 14 10:41 AmiSSL/Certs/1e08bfd1.0 -rw-rw-r-- 1000/1000 905 1363 66.4% -lh5- a57e Dec 14 10:41 AmiSSL/Certs/1e09d511.0 -rw-rw-r-- 1000/1000 905 1363 66.4% -lh5- 5ec4 Dec 14 10:41 AmiSSL/Certs/1e1eab7c.0 -rw-rw-r-- 1000/1000 886 1226 72.3% -lh5- 57aa Dec 14 10:41 AmiSSL/Certs/1e8e7201.0 -rw-rw-r-- 1000/1000 1413 1967 71.8% -lh5- 6e55 Dec 14 10:41 AmiSSL/Certs/1ec40989.0 -rw-rw-r-- 1000/1000 1430 1919 74.5% -lh5- 7719 Dec 14 10:41 AmiSSL/Certs/1f58a078.0 -rw-rw-r-- 1000/1000 973 1445 67.3% -lh5- 18e9 Dec 14 10:41 AmiSSL/Certs/219d9499.0 -rw-rw-r-- 1000/1000 587 792 74.1% -lh5- 5e11 Dec 14 10:41 AmiSSL/Certs/228f89db.0 -rw-rw-r-- 1000/1000 985 1465 67.2% -lh5- c666 Dec 14 10:41 AmiSSL/Certs/23f4c490.0 -rw-rw-r-- 1000/1000 986 1363 72.3% -lh5- d021 Dec 14 10:41 AmiSSL/Certs/244b5494.0 -rw-rw-r-- 1000/1000 589 788 74.7% -lh5- 9472 Dec 14 10:41 AmiSSL/Certs/252252d2.0 -rw-rw-r-- 1000/1000 962 1299 74.1% -lh5- 9979 Dec 14 10:41 AmiSSL/Certs/2923b3f9.0 -rw-rw-r-- 1000/1000 505 792 63.8% -lh5- d054 Dec 14 10:41 AmiSSL/Certs/2add47b6.0 -rw-rw-r-- 1000/1000 1435 1931 74.3% -lh5- 1417 Dec 14 10:41 AmiSSL/Certs/2ae6433e.0 -rw-rw-r-- 1000/1000 852 1201 70.9% -lh5- 25d3 Dec 14 10:41 AmiSSL/Certs/2b349938.0 -rw-rw-r-- 1000/1000 1486 1975 75.2% -lh5- 6452 Dec 14 10:41 AmiSSL/Certs/2c63f966.0 -rw-rw-r-- 1000/1000 571 780 73.2% -lh5- 713b Dec 14 10:41 AmiSSL/Certs/2d21b73c.0 -rw-rw-r-- 1000/1000 1429 1911 74.8% -lh5- 9c4f Dec 14 10:41 AmiSSL/Certs/2d9dafe4.0 -rw-rw-r-- 1000/1000 1648 2259 73.0% -lh5- 2e16 Dec 14 10:41 AmiSSL/Certs/302904dd.0 -rw-rw-r-- 1000/1000 1424 1886 75.5% -lh5- c3c2 Dec 14 10:41 AmiSSL/Certs/304d27c3.0 -rw-rw-r-- 1000/1000 1145 1578 72.6% -lh5- 9c0a Dec 14 10:41 AmiSSL/Certs/31188b5e.0 -rw-rw-r-- 1000/1000 1481 2150 68.9% -lh5- 5e86 Dec 14 10:41 AmiSSL/Certs/32888f65.0 -rw-rw-r-- 1000/1000 1560 2089 74.7% -lh5- 11a6 Dec 14 10:41 AmiSSL/Certs/33ee480d.0 -rw-rw-r-- 1000/1000 590 792 74.5% -lh5- 2d79 Dec 14 10:41 AmiSSL/Certs/34d996fb.0 -rw-rw-r-- 1000/1000 1450 2089 69.4% -lh5- 34ba Dec 14 10:41 AmiSSL/Certs/35105088.0 -rw-rw-r-- 1000/1000 968 1335 72.5% -lh5- adbf Dec 14 10:41 AmiSSL/Certs/3513523f.0 -rw-rw-r-- 1000/1000 968 1335 72.5% -lh5- adbf Dec 14 10:41 AmiSSL/Certs/399e7759.0 -rw-rw-r-- 1000/1000 941 1258 74.8% -lh5- 8e60 Dec 14 10:41 AmiSSL/Certs/3ad48a91.0 -rw-rw-r-- 1000/1000 549 833 65.9% -lh5- c837 Dec 14 10:41 AmiSSL/Certs/3afde786.0 -rw-rw-r-- 1000/1000 1609 2162 74.4% -lh5- 41c8 Dec 14 10:41 AmiSSL/Certs/3bde41ac.0 -rw-rw-r-- 1000/1000 1514 2040 74.2% -lh5- b995 Dec 14 10:41 AmiSSL/Certs/3c860d51.0 -rw-rw-r-- 1000/1000 639 893 71.6% -lh5- 64fe Dec 14 10:41 AmiSSL/Certs/3c899c73.0 -rw-rw-r-- 1000/1000 1982 2766 71.7% -lh5- d349 Dec 14 10:41 AmiSSL/Certs/3c9a4d3b.0 -rw-rw-r-- 1000/1000 598 804 74.4% -lh5- cd1e Dec 14 10:41 AmiSSL/Certs/3e359ba6.0 -rw-rw-r-- 1000/1000 1086 1501 72.4% -lh5- f65a Dec 14 10:41 AmiSSL/Certs/3e7271e8.0 -rw-rw-r-- 1000/1000 1510 2008 75.2% -lh5- ce33 Dec 14 10:41 AmiSSL/Certs/3fb36b73.0 -rw-rw-r-- 1000/1000 1566 2073 75.5% -lh5- fc37 Dec 14 10:41 AmiSSL/Certs/40193066.0 -rw-rw-r-- 1000/1000 1455 1935 75.2% -lh5- 2724 Dec 14 10:41 AmiSSL/Certs/4042bcee.0 -rw-rw-r-- 1000/1000 1070 1485 72.1% -lh5- 8898 Dec 14 10:41 AmiSSL/Certs/40547a79.0 -rw-rw-r-- 1000/1000 869 1254 69.3% -lh5- 6018 Dec 14 10:41 AmiSSL/Certs/406c9bb1.0 -rw-rw-r-- 1000/1000 563 889 63.3% -lh5- 420d Dec 14 10:41 AmiSSL/Certs/41a3f684.0 -rw-rw-r-- 1000/1000 958 1530 62.6% -lh5- 77f2 Dec 14 10:41 AmiSSL/Certs/455f1b52.0 -rw-rw-r-- 1000/1000 1544 2117 72.9% -lh5- 66dd Dec 14 10:41 AmiSSL/Certs/48a195d8.0 -rw-rw-r-- 1000/1000 1007 1351 74.5% -lh5- 82c9 Dec 14 10:41 AmiSSL/Certs/48bec511.0 -rw-rw-r-- 1000/1000 600 812 73.9% -lh5- 1a6c Dec 14 10:41 AmiSSL/Certs/4b718d9b.0 -rw-rw-r-- 1000/1000 1395 1927 72.4% -lh5- dc75 Dec 14 10:41 AmiSSL/Certs/4be590e0.0 -rw-rw-r-- 1000/1000 1032 1396 73.9% -lh5- 611d Dec 14 10:41 AmiSSL/Certs/4bfab552.0 -rw-rw-r-- 1000/1000 642 865 74.2% -lh5- 1363 Dec 14 10:41 AmiSSL/Certs/4c3982f2.0 -rw-rw-r-- 1000/1000 1514 2040 74.2% -lh5- b995 Dec 14 10:41 AmiSSL/Certs/4f316efb.0 -rw-rw-r-- 1000/1000 1451 1935 75.0% -lh5- 220a Dec 14 10:41 AmiSSL/Certs/4fd49c6c.0 -rw-rw-r-- 1000/1000 1454 2044 71.1% -lh5- a3b8 Dec 14 10:41 AmiSSL/Certs/5046c355.0 -rw-rw-r-- 1000/1000 1430 1919 74.5% -lh5- f848 Dec 14 10:41 AmiSSL/Certs/52b525c7.0 -rw-rw-r-- 1000/1000 1464 1935 75.7% -lh5- 0be1 Dec 14 10:41 AmiSSL/Certs/53a1b57a.0 -rw-rw-r-- 1000/1000 905 1363 66.4% -lh5- 5ec4 Dec 14 10:41 AmiSSL/Certs/5443e9e3.0 -rw-rw-r-- 1000/1000 1430 1911 74.8% -lh5- 7bd0 Dec 14 10:41 AmiSSL/Certs/54657681.0 -rw-rw-r-- 1000/1000 1454 2044 71.1% -lh5- a3b8 Dec 14 10:41 AmiSSL/Certs/57bcb2da.0 -rw-rw-r-- 1000/1000 1486 2109 70.5% -lh5- 3b0c Dec 14 10:41 AmiSSL/Certs/583d0756.0 -rw-rw-r-- 1000/1000 629 829 75.9% -lh5- 9849 Dec 14 10:41 AmiSSL/Certs/5860aaa6.0 -rw-rw-r-- 1000/1000 749 1047 71.5% -lh5- 9683 Dec 14 10:41 AmiSSL/Certs/5931b5bc.0 -rw-rw-r-- 1000/1000 587 792 74.1% -lh5- 5e11 Dec 14 10:41 AmiSSL/Certs/595e996b.0 -rw-rw-r-- 1000/1000 1070 1485 72.1% -lh5- 8898 Dec 14 10:41 AmiSSL/Certs/5a3f0ff8.0 -rw-rw-r-- 1000/1000 500 764 65.4% -lh5- 2029 Dec 14 10:41 AmiSSL/Certs/5acf816d.0 -rw-rw-r-- 1000/1000 932 1258 74.1% -lh5- 569d Dec 14 10:41 AmiSSL/Certs/5ad8a5d6.0 -rw-rw-r-- 1000/1000 1404 1866 75.2% -lh5- 17cb Dec 14 10:41 AmiSSL/Certs/5cd81ad7.0 -rw-rw-r-- 1000/1000 1514 2239 67.6% -lh5- 454d Dec 14 10:41 AmiSSL/Certs/5e98733a.0 -rw-rw-r-- 1000/1000 1417 1878 75.5% -lh5- 6339 Dec 14 10:41 AmiSSL/Certs/5f15c80c.0 -rw-rw-r-- 1000/1000 1460 2044 71.4% -lh5- 8291 Dec 14 10:41 AmiSSL/Certs/5f47b495.0 -rw-rw-r-- 1000/1000 1379 1886 73.1% -lh5- 2e98 Dec 14 10:41 AmiSSL/Certs/5f618aec.0 -rw-rw-r-- 1000/1000 654 901 72.6% -lh5- b3b9 Dec 14 10:41 AmiSSL/Certs/5f9a69fa.0 -rw-rw-r-- 1000/1000 547 739 74.0% -lh5- ee0e Dec 14 10:41 AmiSSL/Certs/5fdd185d.0 -rw-rw-r-- 1000/1000 958 1291 74.2% -lh5- c4ae Dec 14 10:41 AmiSSL/Certs/607986c7.0 -rw-rw-r-- 1000/1000 1085 1473 73.7% -lh5- 4310 Dec 14 10:41 AmiSSL/Certs/60afe812.0 -rw-rw-r-- 1000/1000 1455 1935 75.2% -lh5- 2724 Dec 14 10:41 AmiSSL/Certs/6187b673.0 -rw-rw-r-- 1000/1000 1387 1907 72.7% -lh5- 62e5 Dec 14 10:41 AmiSSL/Certs/626dceaf.0 -rw-rw-r-- 1000/1000 1404 1866 75.2% -lh5- 17cb Dec 14 10:41 AmiSSL/Certs/63a2c897.0 -rw-rw-r-- 1000/1000 941 1258 74.8% -lh5- 8e60 Dec 14 10:41 AmiSSL/Certs/653b494a.0 -rw-rw-r-- 1000/1000 1507 2069 72.8% -lh5- 784c Dec 14 10:41 AmiSSL/Certs/68dd7389.0 -rw-rw-r-- 1000/1000 900 1347 66.8% -lh5- aa5e Dec 14 10:41 AmiSSL/Certs/69105f4f.0 -rw-rw-r-- 1000/1000 503 764 65.8% -lh5- 5993 Dec 14 10:41 AmiSSL/Certs/6b03dec0.0 -rw-rw-r-- 1000/1000 1179 1639 71.9% -lh5- f9d7 Dec 14 10:41 AmiSSL/Certs/6b99d060.0 -rw-rw-r-- 1000/1000 1411 1878 75.1% -lh5- 35a8 Dec 14 10:41 AmiSSL/Certs/6d41d539.0 -rw-rw-r-- 1000/1000 1480 1963 75.4% -lh5- 9ec4 Dec 14 10:41 AmiSSL/Certs/6f7454b3.0 -rw-rw-r-- 1000/1000 1560 2089 74.7% -lh5- 11a6 Dec 14 10:41 AmiSSL/Certs/6fa5da56.0 -rw-rw-r-- 1000/1000 1022 1509 67.7% -lh5- 4161 Dec 14 10:41 AmiSSL/Certs/706f604c.0 -rw-rw-r-- 1000/1000 1430 1919 74.5% -lh5- f848 Dec 14 10:41 AmiSSL/Certs/749e9e03.0 -rw-rw-r-- 1000/1000 1103 1513 72.9% -lh5- 6fa8 Dec 14 10:41 AmiSSL/Certs/75680d2e.0 -rw-rw-r-- 1000/1000 1420 1984 71.6% -lh5- 5976 Dec 14 10:41 AmiSSL/Certs/75d1b2ed.0 -rw-rw-r-- 1000/1000 1022 1509 67.7% -lh5- 4161 Dec 14 10:41 AmiSSL/Certs/76579174.0 -rw-rw-r-- 1000/1000 1722 2348 73.3% -lh5- 81f8 Dec 14 10:41 AmiSSL/Certs/76faf6c0.0 -rw-rw-r-- 1000/1000 714 1015 70.3% -lh5- bd5f Dec 14 10:41 AmiSSL/Certs/7719f463.0 -rw-rw-r-- 1000/1000 639 893 71.6% -lh5- 64fe Dec 14 10:41 AmiSSL/Certs/773e07ad.0 -rw-rw-r-- 1000/1000 697 954 73.1% -lh5- 887b Dec 14 10:41 AmiSSL/Certs/7892ad52.0 -rw-rw-r-- 1000/1000 1437 1907 75.4% -lh5- 5d11 Dec 14 10:41 AmiSSL/Certs/7a3adc42.0 -rw-rw-r-- 1000/1000 1416 1886 75.1% -lh5- be9f Dec 14 10:41 AmiSSL/Certs/7a780d93.0 -rw-rw-r-- 1000/1000 477 654 72.9% -lh5- c898 Dec 14 10:41 AmiSSL/Certs/7a7c655d.0 -rw-rw-r-- 1000/1000 1444 2036 70.9% -lh5- 1394 Dec 14 10:41 AmiSSL/Certs/7a819ef2.0 -rw-rw-r-- 1000/1000 598 804 74.4% -lh5- cd1e Dec 14 10:41 AmiSSL/Certs/7e067d03.0 -rw-rw-r-- 1000/1000 543 849 64.0% -lh5- 5da2 Dec 14 10:41 AmiSSL/Certs/7f3d5d1d.0 -rw-rw-r-- 1000/1000 946 1457 64.9% -lh5- 2aa9 Dec 14 10:41 AmiSSL/Certs/8160b96c.0 -rw-rw-r-- 1000/1000 986 1363 72.3% -lh5- d021 Dec 14 10:41 AmiSSL/Certs/81b9768f.0 -rw-rw-r-- 1000/1000 590 792 74.5% -lh5- 2d79 Dec 14 10:41 AmiSSL/Certs/81f2d2b1.0 -rw-rw-r-- 1000/1000 1430 1911 74.8% -lh5- 7bd0 Dec 14 10:41 AmiSSL/Certs/82223c44.0 -rw-rw-r-- 1000/1000 1450 1935 74.9% -lh5- 1171 Dec 14 10:41 AmiSSL/Certs/8312c4c1.0 -rw-rw-r-- 1000/1000 510 841 60.6% -lh5- f20c Dec 14 10:41 AmiSSL/Certs/83e9984f.0 -rw-rw-r-- 1000/1000 547 739 74.0% -lh5- ee0e Dec 14 10:41 AmiSSL/Certs/8508e720.0 -rw-rw-r-- 1000/1000 1032 1396 73.9% -lh5- 611d Dec 14 10:41 AmiSSL/Certs/85cde254.0 -rw-rw-r-- 1000/1000 851 1201 70.9% -lh5- 5275 Dec 14 10:41 AmiSSL/Certs/86212b19.0 -rw-rw-r-- 1000/1000 619 833 74.3% -lh5- 8baa Dec 14 10:41 AmiSSL/Certs/865fbdf9.0 -rw-rw-r-- 1000/1000 600 812 73.9% -lh5- 1a6c Dec 14 10:41 AmiSSL/Certs/869fbf79.0 -rw-rw-r-- 1000/1000 591 788 75.0% -lh5- ae4c Dec 14 10:41 AmiSSL/Certs/8794b4e3.0 -rw-rw-r-- 1000/1000 825 1173 70.3% -lh5- 83c9 Dec 14 10:41 AmiSSL/Certs/882de061.0 -rw-rw-r-- 1000/1000 686 942 72.8% -lh5- 6f3a Dec 14 10:41 AmiSSL/Certs/88950faa.0 -rw-rw-r-- 1000/1000 583 938 62.2% -lh5- 17c7 Dec 14 10:41 AmiSSL/Certs/89c02a45.0 -rw-rw-r-- 1000/1000 477 654 72.9% -lh5- c898 Dec 14 10:41 AmiSSL/Certs/8cb5ee0f.0 -rw-rw-r-- 1000/1000 1450 1935 74.9% -lh5- 1171 Dec 14 10:41 AmiSSL/Certs/8d10a21f.0 -rw-rw-r-- 1000/1000 890 1303 68.3% -lh5- 8572 Dec 14 10:41 AmiSSL/Certs/8d6437c3.0 -rw-rw-r-- 1000/1000 825 1173 70.3% -lh5- 83c9 Dec 14 10:41 AmiSSL/Certs/8d86cdd1.0 -rw-rw-r-- 1000/1000 564 873 64.6% -lh5- 0cd9 Dec 14 10:41 AmiSSL/Certs/8d89cda1.0 -rw-rw-r-- 1000/1000 1420 1947 72.9% -lh5- 00a1 Dec 14 10:41 AmiSSL/Certs/8f103249.0 -rw-rw-r-- 1000/1000 1422 1975 72.0% -lh5- 936e Dec 14 10:41 AmiSSL/Certs/9046744a.0 -rw-rw-r-- 1000/1000 1464 1935 75.7% -lh5- 0be1 Dec 14 10:41 AmiSSL/Certs/90c5a3c8.0 -rw-rw-r-- 1000/1000 1435 1979 72.5% -lh5- 3690 Dec 14 10:41 AmiSSL/Certs/9282e51c.0 -rw-rw-r-- 1000/1000 1460 2044 71.4% -lh5- 8291 Dec 14 10:41 AmiSSL/Certs/930ac5d2.0 -rw-rw-r-- 1000/1000 1722 2348 73.3% -lh5- 81f8 Dec 14 10:41 AmiSSL/Certs/9339512a.0 -rw-rw-r-- 1000/1000 1582 2113 74.9% -lh5- 027e Dec 14 10:41 AmiSSL/Certs/93851c9e.0 -rw-rw-r-- 1000/1000 851 1201 70.9% -lh5- 5275 Dec 14 10:41 AmiSSL/Certs/93bc0acc.0 -rw-rw-r-- 1000/1000 714 1015 70.3% -lh5- bd5f Dec 14 10:41 AmiSSL/Certs/9479c8c3.0 -rw-rw-r-- 1000/1000 563 889 63.3% -lh5- 420d Dec 14 10:41 AmiSSL/Certs/9482e63a.0 -rw-rw-r-- 1000/1000 1435 1931 74.3% -lh5- 1417 Dec 14 10:41 AmiSSL/Certs/9576d26b.0 -rw-rw-r-- 1000/1000 1447 2016 71.8% -lh5- 8713 Dec 14 10:41 AmiSSL/Certs/9591a472.0 -rw-rw-r-- 1000/1000 1007 1351 74.5% -lh5- 82c9 Dec 14 10:41 AmiSSL/Certs/95aff9e3.0 -rw-rw-r-- 1000/1000 589 788 74.7% -lh5- 9472 Dec 14 10:41 AmiSSL/Certs/9846683b.0 -rw-rw-r-- 1000/1000 1431 1967 72.8% -lh5- b64e Dec 14 10:41 AmiSSL/Certs/985c1f52.0 -rw-rw-r-- 1000/1000 1085 1473 73.7% -lh5- 4310 Dec 14 10:41 AmiSSL/Certs/988a38cb.0 -rw-rw-r-- 1000/1000 1496 2012 74.4% -lh5- 8c4f Dec 14 10:41 AmiSSL/Certs/98aaf404.0 -rw-rw-r-- 1000/1000 1437 1907 75.4% -lh5- 5d11 Dec 14 10:41 AmiSSL/Certs/99e1b953.0 -rw-rw-r-- 1000/1000 601 966 62.2% -lh5- 4988 Dec 14 10:41 AmiSSL/Certs/9aef356c.0 -rw-rw-r-- 1000/1000 1448 1927 75.1% -lh5- 103b Dec 14 10:41 AmiSSL/Certs/9b46e03d.0 -rw-rw-r-- 1000/1000 527 881 59.8% -lh5- 8bb8 Dec 14 10:41 AmiSSL/Certs/9b5697b0.0 -rw-rw-r-- 1000/1000 1496 2012 74.4% -lh5- 8c4f Dec 14 10:41 AmiSSL/Certs/9bf03295.0 -rw-rw-r-- 1000/1000 558 752 74.2% -lh5- 96f6 Dec 14 10:41 AmiSSL/Certs/9c8dfbd4.0 -rw-rw-r-- 1000/1000 890 1303 68.3% -lh5- 8572 Dec 14 10:41 AmiSSL/Certs/9d04f354.0 -rw-rw-r-- 1000/1000 1520 2028 75.0% -lh5- 4804 Dec 14 10:41 AmiSSL/Certs/9d6523ce.0 -rw-rw-r-- 1000/1000 749 1047 71.5% -lh5- da3e Dec 14 10:41 AmiSSL/Certs/9ef4a08a.0 -rw-rw-r-- 1000/1000 1513 2012 75.2% -lh5- f6f8 Dec 14 10:41 AmiSSL/Certs/9f727ac7.0 -rw-rw-r-- 1000/1000 1420 1984 71.6% -lh5- 5976 Dec 14 10:41 AmiSSL/Certs/a2c66da8.0 -rw-rw-r-- 1000/1000 500 764 65.4% -lh5- 2029 Dec 14 10:41 AmiSSL/Certs/a3418fda.0 -rw-rw-r-- 1000/1000 749 1047 71.5% -lh5- 9683 Dec 14 10:41 AmiSSL/Certs/a716d4ed.0 -rw-rw-r-- 1000/1000 948 1254 75.6% -lh5- fc8f Dec 14 10:41 AmiSSL/Certs/a81e292b.0 -rw-rw-r-- 1000/1000 1486 1975 75.2% -lh5- 6452 Dec 14 10:41 AmiSSL/Certs/a89d74c2.0 -rw-rw-r-- 1000/1000 1982 2766 71.7% -lh5- d349 Dec 14 10:41 AmiSSL/Certs/a94d09e5.0 -rw-rw-r-- 1000/1000 1379 1886 73.1% -lh5- 2e98 Dec 14 10:41 AmiSSL/Certs/a9d40e02.0 -rw-rw-r-- 1000/1000 928 1246 74.5% -lh5- 8538 Dec 14 10:41 AmiSSL/Certs/ab5346f4.0 -rw-rw-r-- 1000/1000 1421 1975 71.9% -lh5- ad88 Dec 14 10:41 AmiSSL/Certs/ab59055e.0 -rw-rw-r-- 1000/1000 1086 1501 72.4% -lh5- f65a Dec 14 10:41 AmiSSL/Certs/aee5f10d.0 -rw-rw-r-- 1000/1000 434 703 61.7% -lh5- 7a93 Dec 14 10:41 AmiSSL/Certs/b0e59380.0 -rw-rw-r-- 1000/1000 1417 1878 75.5% -lh5- 6339 Dec 14 10:41 AmiSSL/Certs/b0ed035a.0 -rw-rw-r-- 1000/1000 932 1258 74.1% -lh5- 569d Dec 14 10:41 AmiSSL/Certs/b0f3e76e.0 -rw-rw-r-- 1000/1000 900 1347 66.8% -lh5- aa5e Dec 14 10:41 AmiSSL/Certs/b1159c4c.0 -rw-rw-r-- 1000/1000 749 1047 71.5% -lh5- da3e Dec 14 10:41 AmiSSL/Certs/b30d5fda.0 -rw-rw-r-- 1000/1000 761 1088 69.9% -lh5- 92c2 Dec 14 10:41 AmiSSL/Certs/b3fb433b.0 -rw-rw-r-- 1000/1000 1582 2113 74.9% -lh5- 027e Dec 14 10:41 AmiSSL/Certs/b433981b.0 -rw-rw-r-- 1000/1000 952 1351 70.5% -lh5- 95ac Dec 14 10:41 AmiSSL/Certs/b66938e9.0 -rw-rw-r-- 1000/1000 1385 1886 73.4% -lh5- 6fbe Dec 14 10:41 AmiSSL/Certs/b727005e.0 -rw-rw-r-- 1000/1000 540 857 63.0% -lh5- 81d4 Dec 14 10:41 AmiSSL/Certs/b74d2bd5.0 -rw-rw-r-- 1000/1000 877 1266 69.3% -lh5- 5a4e Dec 14 10:41 AmiSSL/Certs/b7a5b843.0 -rw-rw-r-- 1000/1000 877 1266 69.3% -lh5- 5a4e Dec 14 10:41 AmiSSL/Certs/b7db1890.0 -rw-rw-r-- 1000/1000 654 901 72.6% -lh5- b3b9 Dec 14 10:41 AmiSSL/Certs/b81b93f0.0 -rw-rw-r-- 1000/1000 938 1258 74.6% -lh5- bfb7 Dec 14 10:41 AmiSSL/Certs/b872f2b4.0 -rw-rw-r-- 1000/1000 1513 2012 75.2% -lh5- f6f8 Dec 14 10:41 AmiSSL/Certs/b92fd57f.0 -rw-rw-r-- 1000/1000 1445 1967 73.5% -lh5- 6740 Dec 14 10:41 AmiSSL/Certs/b936d1c6.0 -rw-rw-r-- 1000/1000 1020 1363 74.8% -lh5- 829c Dec 14 10:41 AmiSSL/Certs/bc3f2570.0 -rw-rw-r-- 1000/1000 1507 2069 72.8% -lh5- 784c Dec 14 10:41 AmiSSL/Certs/bd43e1dd.0 -rw-rw-r-- 1000/1000 952 1351 70.5% -lh5- 95ac Dec 14 10:41 AmiSSL/Certs/bdacca6f.0 -rw-rw-r-- 1000/1000 1447 2016 71.8% -lh5- 8713 Dec 14 10:41 AmiSSL/Certs/bf53fb88.0 -rw-rw-r-- 1000/1000 1179 1639 71.9% -lh5- f9d7 Dec 14 10:41 AmiSSL/Certs/bf64f35b.0 -rw-rw-r-- 1000/1000 1424 1886 75.5% -lh5- c3c2 Dec 14 10:41 AmiSSL/Certs/c01eb047.0 -rw-rw-r-- 1000/1000 1049 1513 69.3% -lh5- 8c4f Dec 14 10:41 AmiSSL/Certs/c28a8a30.0 -rw-rw-r-- 1000/1000 1407 1927 73.0% -lh5- e73d Dec 14 10:41 AmiSSL/Certs/c44cc0c0.0 -rw-rw-r-- 1000/1000 543 849 64.0% -lh5- 5da2 Dec 14 10:41 AmiSSL/Certs/c491639e.0 -rw-rw-r-- 1000/1000 1387 1907 72.7% -lh5- 62e5 Dec 14 10:41 AmiSSL/Certs/c559d742.0 -rw-rw-r-- 1000/1000 629 829 75.9% -lh5- 9849 Dec 14 10:41 AmiSSL/Certs/c7f1359b.0 -rw-rw-r-- 1000/1000 958 1291 74.2% -lh5- c4ae Dec 14 10:41 AmiSSL/Certs/c90bc37d.0 -rw-rw-r-- 1000/1000 1520 2028 75.0% -lh5- 4804 Dec 14 10:41 AmiSSL/Certs/ca6e4ad9.0 -rw-rw-r-- 1000/1000 1566 2073 75.5% -lh5- fc37 Dec 14 10:41 AmiSSL/Certs/cb1c3204.0 -rw-rw-r-- 1000/1000 619 833 74.3% -lh5- 8baa Dec 14 10:41 AmiSSL/Certs/cbb3f32b.0 -rw-rw-r-- 1000/1000 1020 1363 74.8% -lh5- 829c Dec 14 10:41 AmiSSL/Certs/cbf06781.0 -rw-rw-r-- 1000/1000 1544 2117 72.9% -lh5- 66dd Dec 14 10:41 AmiSSL/Certs/cc450945.0 -rw-rw-r-- 1000/1000 558 752 74.2% -lh5- 96f6 Dec 14 10:41 AmiSSL/Certs/ccc52f49.0 -rw-rw-r-- 1000/1000 949 1258 75.4% -lh5- b12e Dec 14 10:41 AmiSSL/Certs/cd58d51e.0 -rw-rw-r-- 1000/1000 1445 1967 73.5% -lh5- 6740 Dec 14 10:41 AmiSSL/Certs/cd8c0d63.0 -rw-rw-r-- 1000/1000 894 1185 75.4% -lh5- 754b Dec 14 10:41 AmiSSL/Certs/ce5e74ef.0 -rw-rw-r-- 1000/1000 1000 1347 74.2% -lh5- f3d0 Dec 14 10:41 AmiSSL/Certs/cf701eeb.0 -rw-rw-r-- 1000/1000 905 1363 66.4% -lh5- a57e Dec 14 10:41 AmiSSL/Certs/d06393bb.0 -rw-rw-r-- 1000/1000 1609 2162 74.4% -lh5- 41c8 Dec 14 10:41 AmiSSL/Certs/d16a5865.0 -rw-rw-r-- 1000/1000 1393 1919 72.6% -lh5- 5b20 Dec 14 10:41 AmiSSL/Certs/d18e9066.0 -rw-rw-r-- 1000/1000 1510 2008 75.2% -lh5- ce33 Dec 14 10:41 AmiSSL/Certs/d39b0a2c.0 -rw-rw-r-- 1000/1000 548 735 74.6% -lh5- 8a2a Dec 14 10:41 AmiSSL/Certs/d41b5e2a.0 -rw-rw-r-- 1000/1000 1465 2081 70.4% -lh5- 5238 Dec 14 10:41 AmiSSL/Certs/d4c339cb.0 -rw-rw-r-- 1000/1000 1039 1534 67.7% -lh5- 4f69 Dec 14 10:41 AmiSSL/Certs/d4dae3dd.0 -rw-rw-r-- 1000/1000 1407 1927 73.0% -lh5- e73d Dec 14 10:41 AmiSSL/Certs/d52c538d.0 -rw-rw-r-- 1000/1000 949 1258 75.4% -lh5- b12e Dec 14 10:41 AmiSSL/Certs/d59297b8.0 -rw-rw-r-- 1000/1000 1465 2081 70.4% -lh5- 5238 Dec 14 10:41 AmiSSL/Certs/d6325660.0 -rw-rw-r-- 1000/1000 1039 1534 67.7% -lh5- 4f69 Dec 14 10:41 AmiSSL/Certs/d7746a63.0 -rw-rw-r-- 1000/1000 1444 2036 70.9% -lh5- 1394 Dec 14 10:41 AmiSSL/Certs/d7e8dc79.0 -rw-rw-r-- 1000/1000 601 966 62.2% -lh5- 4988 Dec 14 10:41 AmiSSL/Certs/d887a5bb.0 -rw-rw-r-- 1000/1000 1416 1886 75.1% -lh5- be9f Dec 14 10:41 AmiSSL/Certs/d96b65e2.0 -rw-rw-r-- 1000/1000 549 833 65.9% -lh5- c837 Dec 14 10:41 AmiSSL/Certs/da0cfd1d.0 -rw-rw-r-- 1000/1000 1396 1911 73.1% -lh5- 6548 Dec 14 10:41 AmiSSL/Certs/da7377f6.0 -rw-rw-r-- 1000/1000 1385 1886 73.4% -lh5- 6fbe Dec 14 10:41 AmiSSL/Certs/dbc54cab.0 -rw-rw-r-- 1000/1000 869 1254 69.3% -lh5- 6018 Dec 14 10:41 AmiSSL/Certs/dbff3a01.0 -rw-rw-r-- 1000/1000 1431 1967 72.8% -lh5- b64e Dec 14 10:41 AmiSSL/Certs/dc4d6a89.0 -rw-rw-r-- 1000/1000 1481 2150 68.9% -lh5- 5e86 Dec 14 10:41 AmiSSL/Certs/dc99f41e.0 -rw-rw-r-- 1000/1000 611 837 73.0% -lh5- 6a92 Dec 14 10:41 AmiSSL/Certs/dd8e9d41.0 -rw-rw-r-- 1000/1000 548 735 74.6% -lh5- 8a2a Dec 14 10:41 AmiSSL/Certs/de6d66f3.0 -rw-rw-r-- 1000/1000 988 1343 73.6% -lh5- 2c38 Dec 14 10:41 AmiSSL/Certs/dfc0fe80.0 -rw-rw-r-- 1000/1000 1422 1975 72.0% -lh5- 936e Dec 14 10:41 AmiSSL/Certs/e071171e.0 -rw-rw-r-- 1000/1000 932 1327 70.2% -lh5- ca81 Dec 14 10:41 AmiSSL/Certs/e113c810.0 -rw-rw-r-- 1000/1000 1525 2032 75.0% -lh5- be2a Dec 14 10:41 AmiSSL/Certs/e13665f9.0 -rw-rw-r-- 1000/1000 1431 1919 74.6% -lh5- a007 Dec 14 10:41 AmiSSL/Certs/e18bfb83.0 -rw-rw-r-- 1000/1000 1442 2048 70.4% -lh5- b2a7 Dec 14 10:41 AmiSSL/Certs/e35234b1.0 -rw-rw-r-- 1000/1000 938 1258 74.6% -lh5- bfb7 Dec 14 10:41 AmiSSL/Certs/e36a6752.0 -rw-rw-r-- 1000/1000 1431 1919 74.6% -lh5- a007 Dec 14 10:41 AmiSSL/Certs/e442e424.0 -rw-rw-r-- 1000/1000 852 1201 70.9% -lh5- 25d3 Dec 14 10:41 AmiSSL/Certs/e48193cf.0 -rw-rw-r-- 1000/1000 988 1343 73.6% -lh5- 2c38 Dec 14 10:41 AmiSSL/Certs/e73d606e.0 -rw-rw-r-- 1000/1000 553 768 72.0% -lh5- 7fe5 Dec 14 10:41 AmiSSL/Certs/e7c037b4.0 -rw-rw-r-- 1000/1000 1451 1935 75.0% -lh5- 220a Dec 14 10:41 AmiSSL/Certs/e7dd1bc4.0 -rw-rw-r-- 1000/1000 946 1457 64.9% -lh5- 2aa9 Dec 14 10:41 AmiSSL/Certs/e8651083.0 -rw-rw-r-- 1000/1000 510 841 60.6% -lh5- f20c Dec 14 10:41 AmiSSL/Certs/e868b802.0 -rw-rw-r-- 1000/1000 1429 1911 74.8% -lh5- 9c4f Dec 14 10:41 AmiSSL/Certs/e8de2f56.0 -rw-rw-r-- 1000/1000 642 865 74.2% -lh5- 1363 Dec 14 10:41 AmiSSL/Certs/ecccd8db.0 -rw-rw-r-- 1000/1000 611 837 73.0% -lh5- 6a92 Dec 14 10:41 AmiSSL/Certs/ed39abd0.0 -rw-rw-r-- 1000/1000 512 772 66.3% -lh5- 8923 Dec 14 10:41 AmiSSL/Certs/ed858448.0 -rw-rw-r-- 1000/1000 1437 2085 68.9% -lh5- 801d Dec 14 10:41 AmiSSL/Certs/edcbddb5.0 -rw-rw-r-- 1000/1000 512 772 66.3% -lh5- 8923 Dec 14 10:41 AmiSSL/Certs/ee532fd5.0 -rw-rw-r-- 1000/1000 1103 1513 72.9% -lh5- 6fa8 Dec 14 10:41 AmiSSL/Certs/ee64a828.0 -rw-rw-r-- 1000/1000 583 938 62.2% -lh5- 17c7 Dec 14 10:41 AmiSSL/Certs/eed8c118.0 -rw-rw-r-- 1000/1000 1393 1919 72.6% -lh5- 5b20 Dec 14 10:41 AmiSSL/Certs/ef954a4e.0 -rw-rw-r-- 1000/1000 1386 1907 72.7% -lh5- 71a9 Dec 14 10:41 AmiSSL/Certs/f013ecaf.0 -rw-rw-r-- 1000/1000 1420 1947 72.9% -lh5- 00a1 Dec 14 10:41 AmiSSL/Certs/f058632f.0 -rw-rw-r-- 1000/1000 973 1445 67.3% -lh5- 18e9 Dec 14 10:41 AmiSSL/Certs/f081611a.0 -rw-rw-r-- 1000/1000 697 954 73.1% -lh5- 887b Dec 14 10:41 AmiSSL/Certs/f0c70a8d.0 -rw-rw-r-- 1000/1000 1514 2239 67.6% -lh5- 454d Dec 14 10:41 AmiSSL/Certs/f0cd152c.0 -rw-rw-r-- 1000/1000 1437 2085 68.9% -lh5- 801d Dec 14 10:41 AmiSSL/Certs/f249de83.0 -rw-rw-r-- 1000/1000 573 946 60.6% -lh5- 34cd Dec 14 10:41 AmiSSL/Certs/f30dd6ad.0 -rw-rw-r-- 1000/1000 985 1465 67.2% -lh5- c666 Dec 14 10:41 AmiSSL/Certs/f387163d.0 -rw-rw-r-- 1000/1000 1000 1347 74.2% -lh5- f3d0 Dec 14 10:41 AmiSSL/Certs/f39fc864.0 -rw-rw-r-- 1000/1000 962 1299 74.1% -lh5- 9979 Dec 14 10:41 AmiSSL/Certs/f459871d.0 -rw-rw-r-- 1000/1000 1648 2259 73.0% -lh5- 2e16 Dec 14 10:41 AmiSSL/Certs/f51bb24c.0 -rw-rw-r-- 1000/1000 1442 2048 70.4% -lh5- b2a7 Dec 14 10:41 AmiSSL/Certs/f8fc53da.0 -rw-rw-r-- 1000/1000 1413 1967 71.8% -lh5- 6e55 Dec 14 10:41 AmiSSL/Certs/fa5da96b.0 -rw-rw-r-- 1000/1000 1411 1878 75.1% -lh5- 35a8 Dec 14 10:41 AmiSSL/Certs/fb5fa911.0 -rw-rw-r-- 1000/1000 571 780 73.2% -lh5- 713b Dec 14 10:41 AmiSSL/Certs/fb717492.0 -rw-rw-r-- 1000/1000 1450 2089 69.4% -lh5- 34ba Dec 14 10:41 AmiSSL/Certs/fc5a8f99.0 -rw-rw-r-- 1000/1000 894 1185 75.4% -lh5- 754b Dec 14 10:41 AmiSSL/Certs/fd08c599.0 -rw-rw-r-- 1000/1000 1525 2032 75.0% -lh5- be2a Dec 14 10:41 AmiSSL/Certs/fd64f3fc.0 -rw-rw-r-- 1000/1000 932 1327 70.2% -lh5- ca81 Dec 14 10:41 AmiSSL/Certs/fde84897.0 -rw-rw-r-- 1000/1000 948 1254 75.6% -lh5- fc8f Dec 14 10:41 AmiSSL/Certs/fe8a2cd8.0 -rw-rw-r-- 1000/1000 553 768 72.0% -lh5- 7fe5 Dec 14 10:41 AmiSSL/Certs/feffd413.0 -rw-rw-r-- 1000/1000 1145 1578 72.6% -lh5- 9c0a Dec 14 10:41 AmiSSL/Certs/ff34af3f.0 -rw-rw-r-- 1000/1000 1471 1947 75.6% -lh5- 84b7 Dec 14 10:41 AmiSSL/Certs/ffa7f1eb.0 drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/Doc/ -rw-rw-r-- 1000/1000 3414 7898 43.2% -lh5- 6b0f Jan 30 18:17 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 6523 19035 34.3% -lh5- 6d0c Jan 30 18:17 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 189317 638776 29.6% -lh5- 5b5b Jan 30 18:17 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 -rwxrwx--- 1000/999 5053 17711 28.5% -lh5- 87b7 Dec 22 19:00 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 Jan 30 18:17 AmiSSL/Libs/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/Libs/AmigaOS3/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/Libs/AmigaOS3/AmiSSL/ drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/Libs/AmigaOS3/AmiSSL/68020-40/ -rw-r--r-- 1000/1000 1474816 3103012 47.5% -lh5- 5dc9 Jan 30 15:59 AmiSSL/Libs/AmigaOS3/AmiSSL/68020-40/amissl_v321.library drwxrwxr-x 1000/1000 0 0 ****** -lhd- 0000 Jan 30 18:17 AmiSSL/Libs/AmigaOS3/AmiSSL/68060/ -rw-r--r-- 1000/1000 1468761 3106204 47.3% -lh5- d73e Jan 30 16:05 AmiSSL/Libs/AmigaOS3/AmiSSL/68060/amissl_v321.library -rw-r--r-- 1000/1000 3110 6012 51.7% -lh5- 5107 Jan 30 15:59 AmiSSL/Libs/AmigaOS3/amisslmaster.library -rw-rw-r-- 1000/1000 1794 2705 66.3% -lh5- 567d Mar 31 2021 AmiSSL.info ---------- ----------- ------- ------- ------ ---------- ------------ ---------- Total 317 files 3834309 8083493 47.4% Jan 31 02:53
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>