From f1a3e1bfa0a07cdad43c4acc1aca484c96707e4b Mon Sep 17 00:00:00 2001 From: Futaura Date: Fri, 10 May 2024 10:26:19 +0100 Subject: [PATCH] Final 5.15 release preparation --- CHANGES.md | 8 ++++++++ README.md | 4 ++-- dist/AmiSSL.readme | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f4bb20b1b..dd70e2b61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## AmiSSL 5.15 (10.5.2024) + +- 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. + ## AmiSSL 5.14 (30.1.2024) - Updated OpenSSL backend to full compatibility with the latest diff --git a/README.md b/README.md index 8b562bb63..14068ac46 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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 +compatibility with OpenSSL 3.3. 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. @@ -79,7 +79,7 @@ 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). +be reviewed [online](https://www.openssl.org/docs/man3.3/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. diff --git a/dist/AmiSSL.readme b/dist/AmiSSL.readme index 57bbdcd8d..4f793dd23 100644 --- a/dist/AmiSSL.readme +++ b/dist/AmiSSL.readme @@ -21,7 +21,7 @@ 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 +compatibility with OpenSSL 3.3. 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. @@ -76,7 +76,7 @@ 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. +be reviewed online: https://www.openssl.org/docs/man3.3/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.