Releases: jens-maus/amissl
AmiSSL 5.18
About
This is version 5.18 of the open-source based AmiSSL library for Amiga based operating systems. AmiSSL v5 is a new major release which has been updated with full compatibility with OpenSSL 3.4. This includes important security related fixes, a built-in HTTP(S) client and comes with new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Switched to OpenSSL 3.4, with full compatibility with the latest OpenSSL 3.4.0 (22.10.2024) version, which includes new features, improvements and bug fixes.
- Updated root certificates to latest Mozilla-based bundle provided by https://curl.se/docs/caextract.html dated 24.9.2024.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
0110fbbfa2251d0fc10a5af2e5f0ce67d92431f18e74146db22b790736c54f01 AmiSSL-5.18-OS3.lha
d64e5c46d9a808f96336007d505b62fa18acf8eb361c0858a29e0ede463a0b9a AmiSSL-5.18-OS4.lha
d6b89898b699e2fdcbec84156e43979e57288192fd47102c5372d8d8f3919474 AmiSSL-5.18-SDK.lha
AmiSSL 5.17
About
This is version 5.17 of the open-source based AmiSSL library for Amiga based operating systems. AmiSSL v5 is a new major release which has been updated with full compatibility with OpenSSL 3.3. This includes important security related fixes, a built-in HTTP(S) client and comes with new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.3.2 (3.9.2024) version which includes these moderate and low severity bug fixes and mitigations:
- Fixed possible denial of service in X.509 name checks. (CVE-2024-6119)
- Fixed possible buffer overread in SSL_select_next_proto(). (CVE-2024-5535)
- Updated root certificates to latest Mozilla-based bundle provided by https://curl.se/docs/caextract.html dated 2.7.2024.
- Refactored the OpenSSL locking and mutex routines to remove the unnecessary duplication of code.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
421787533734eb3fd21954f70b93fb5d6313cc1ea12adc4792eadef5f507f20a AmiSSL-5.17-OS3.lha
148b8cf601d51f98f499dca5f5addb77d944d8684c5d905afb42d65132a717ee AmiSSL-5.17-OS4.lha
31b669a56b4fd7019251262ff1119beea58f2ce886d282b1d955834aeb12ff94 AmiSSL-5.17-SDK.lha
AmiSSL 5.16
About
This is version 5.16 of the open-source based AmiSSL library for Amiga based operating systems. AmiSSL v5 is a new major release which has been updated with full compatibility with OpenSSL 3.3. This includes important security related fixes, a built-in HTTP(S) client and comes with new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.3.1 (4.6.2024) version which includes these low severity bug fixes and mitigations:
- Fixed potential use after free after SSL_free_buffers() is called. (CVE-2024-4741)
- Fixed an issue where checking excessively long DSA keys or parameters may be very slow. (CVE-2024-4603)
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
03edb97371c9b786bec8ca8753270b473a9beb2e56398395b47d8acdd33f2ff8 AmiSSL-5.16-OS3.lha
1a629fb5df22e677f73cf021458642fd59349533e13afbc826fde0a919447556 AmiSSL-5.16-OS4.lha
db0db361ffcb8caf0029ba2bedc161abc7ba9e952f9f9f44d76d5ef46b53390f AmiSSL-5.16-SDK.lha
AmiSSL 5.15
About
This is version 5.15 of the open-source based AmiSSL library for Amiga based operating systems. AmiSSL v5 is a new major release which has been updated with full compatibility with OpenSSL 3.3. This includes important security related fixes, a built-in HTTP(S) client and comes with new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Switched to OpenSSL 3.3, with full compatibility with the latest OpenSSL 3.3.0 (9.4.2024) version, which includes new features, improvements and bug fixes.
- Updated root certificates to latest Mozilla-based bundle provided by https://curl.se/docs/caextract.html dated 11.3.2024.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
0f06223c3eae54bfa88958f7da25f3065b29be4a94c40cce9fcd839c67f0b539 AmiSSL-5.15-OS3.lha
1ed23a92277a4d9166f7a69761e470a40d0893eed34ab0dba9227de4e41f2868 AmiSSL-5.15-OS4.lha
f20b9fd978f9a8a3c11dab546714557841b940b523a3765daf402d6dd921a179 AmiSSL-5.15-SDK.lha
AmiSSL 5.14
About
This is version 5.14 of the open-source based AmiSSL library for Amiga based operating systems. 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 new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.2.1 (30.1.2024) version which includes fixes for these low severity vulnerabilities:
- Fixed PKCS12 decoding crashes. (CVE-2024-0727)
- Fixed excessive time spent checking invalid RSA public keys. (CVE-2023-6237)
- Fixed excessive time spent in DH check / generation with large Q parameter value. (CVE-2023-5678)
- Removed redundant POWER8 VSX Poly1305 and ChaCha20 code.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
399c91358c980db4ca8e15fd49e08f4c363c18328d14c3d55a02db20badd1f60 AmiSSL-5.14-OS3.lha
1c348d6fe6e6d5008d0c215d7428fa2da8483f1e2b250799913a9e1e6e011b07 AmiSSL-5.14-OS4.lha
03e0faf36ae9f680b38c83c0fbd43cbbd0533d2115875825d551bf01dd36439b AmiSSL-5.14-SDK.lha
AmiSSL 5.13
About
This is version 5.13 of the open-source based AmiSSL library for Amiga based operating systems. 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 new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Switched to OpenSSL 3.2, with full compatibility with the latest OpenSSL 3.2.0 (23.11.2023) version, which includes the following new features:
- Support for client side QUIC (RFC 9000)
- Support for Ed25519ctx, Ed25519ph and Ed448ph in addition to existing support for Ed25519 and Ed448 (RFC 8032)
- Support for deterministic ECDSA signatures (RFC 6979)
- Support for AES-GCM-SIV, a nonce-misuse-resistant AEAD (RFC 8452)
- Support for the Argon2 KDF (RFC 9106)
- Support for Hybrid Public Key Encryption (HPKE) (RFC 9180)
- Support for SM4-XTS
- Support for Brainpool curves in TLS 1.3
- Support for TLS Raw Public Keys (RFC 7250)
- Support for using the IANA standard names in TLS ciphersuite configuration
- Multiple new features and improvements to CMP protocol support
- Updated root certificates to latest Mozilla-based bundle provided by https://curl.se/docs/caextract.html dated 12.12.2023.
- Use Exec mutexes instead of semaphores on AmigaOS 4.x, decreasing system overhead.
- Use ASOPOOL_Protected instead of our own semaphore protected memory pool on AmigaOS 4.x.
- Improved error handling should failures occur early in library initialisation.
- The installer now properly handles any certificates that may have been disabled by the user and will update them, but leave them disabled.
- The installer on AmigaOS 4.x can now install the libraries whilst AmiSSL is still in use, provided elf.library 53.35+ is installed and no instances prior to AmiSSL 5.6 are still in memory.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
e2458f77ec956c261254235583560a9bf88845839c51477b94e24cdf74de0543 AmiSSL-5.13-OS3.lha
1bad7894fc33f4775f23b3579c5bfc80e4f8f322670c65b1fed647db558377de AmiSSL-5.13-OS4.lha
9cd4fbfc181e77d28e7f8d629b06671daf6effb4cbffb3f80120f052740327b9 AmiSSL-5.13-SDK.lha
AmiSSL 5.12
About
This is version 5.12 of the open-source based AmiSSL library for Amiga based operating systems. 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 new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.1.4 (24.10.2023) version which provides various bug and security fixes, including one moderate severity vulnerability:
- Fix incorrect cipher key & IV length processing. (CVE-2023-5363)
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
a57eb883e675a8ea4c5c2236eb6e250b23893e491eded6da3678a0c1f97da040 AmiSSL-5.12-OS3.lha
64b5f8ce72e005e6ca1cf3c5e7e602cb2ff1478ef86b72c3480cf8be6c866bed AmiSSL-5.12-OS4.lha
2e965f1c302a0beb889c4d0eb84beacb59091127d46de20631ebb1cdf7a18197 AmiSSL-5.12-SDK.lha
AmiSSL 5.11
About
This is version 5.11 of the open-source based AmiSSL library for Amiga based operating systems. 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 new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.1.3 (19.9.2023) version which provides various minor fixes, including removal of memory leaks.
- Updated root certificates to latest Mozilla-based bundle provided by https://curl.se/docs/caextract.html dated 22.8.2023.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
8da867cdafe147bf5687f99618f41bc99732bbe323f563e3a3c6dad38b56afae AmiSSL-5.11-OS3.lha
5f1cae9229641f3d40893ef54eb610808108b2a37eb4b7ae02d3f12e16a7ff80 AmiSSL-5.11-OS4.lha
efa2a5cc91b8fdb277a3775d994cfc889afefbeeeedb2f6b86f8c57c8e5c2a73 AmiSSL-5.11-SDK.lha
AmiSSL 5.10
About
This is version 5.10 of the open-source based AmiSSL library for Amiga based operating systems. 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 new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.1.2 (1.8.2023) version, which includes improvements and fixes for three low severity identified vulnerabilities:
- Fix excessive time spent checking DH q parameter value. (CVE-2023-3817)
- Fix DH_check() excessive time with over sized modulus. (CVE-2023-3446)
- Do not ignore empty associated data entries with AES-SIV. (CVE-2023-2975)
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
3a47c2149ca3d1bc44b3f822cc14a2b79e24c5e40e135214f9b092530a33bdc0 AmiSSL-5.10-OS3.lha
ee2a11eb4545f12c5397299f3fc17dfa4ca71e69c18a5eec9e7eae274ddc435c AmiSSL-5.10-OS4.lha
8ae34d4734bf9d32052532c675b315d378a82cbe26662ee94ea6535ca044149b AmiSSL-5.10-SDK.lha
AmiSSL 5.9
About
This is version 5.9 of the open-source based AmiSSL library for Amiga based operating systems. 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 new encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.
Changes
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.1.1 (30.5.2023) version, which includes one moderate and three low severity fixes for newly identified vulnerabilities:
- Mitigate for very slow OBJ_obj2txt() performance with gigantic OBJECT IDENTIFIER sub-identities. (CVE-2023-2650)
- Fixed documentation of X509_VERIFY_PARAM_add0_policy(). (CVE-2023-0466)
- Fixed handling of invalid certificate policies in leaf certificates. (CVE-2023-0465)
- Limited the number of nodes created in a policy tree. (CVE-2023-0464)
- Updated root certificates to latest Mozilla-based bundle provided by https://curl.se/docs/caextract.html dated 30.5.2023.
- Added 8K minimum stack cookie to example programs.
For details on all changes, see the full commit log.
Backwards Compatibility
All applications compiled to use previous versions of AmiSSL v5 will automatically use this 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
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or 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. If you are, however, interested in seeing AmiSSL v5 being ported to these other Amiga-based platforms, please try to find motivated and talented developers who join our team as maintainers for these alternative platforms. In addition, if you are a MorphOS or AROS developer yourself, feel free to send pull requests to see your platform supported in one of the next releases.
Download
Please find the necessary OS specific installation archives and the developer SDK attached to this release below. The SHA256 checksums for the archives are:
d1e1c05801ffb418ad5acdc809e651d5828c873abcdfdd1087071c39e3aa2209 AmiSSL-5.9-OS3.lha
5f4481ad49b372881b6d5b50d1d75bd04d1181bea277f308df54dd7d87ca14a1 AmiSSL-5.9-OS4.lha
678e3ebfb97aed77af48ae102d5a4ea6814708462804a4e6a5e8ba55e90b8196 AmiSSL-5.9-SDK.lha