diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-22 10:32:41 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-22 10:32:41 -0700 |
commit | 81fd7aafaf660e37f9c8173ea7659386760f163b (patch) | |
tree | e849e6955cacb337b62cebe2bbadb001f11e9d54 | |
parent | 68ad61fd6d199607af327188c2dad0779f98fa46 (diff) | |
download | portable-81fd7aafaf660e37f9c8173ea7659386760f163b.tar.gz portable-81fd7aafaf660e37f9c8173ea7659386760f163b.tar.bz2 portable-81fd7aafaf660e37f9c8173ea7659386760f163b.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,7 @@ LibreSSL Portable Release Notes: | |||
40 | - Greatly simplified by_file_ctrl(). | 40 | - Greatly simplified by_file_ctrl(). |
41 | - Simplified and cleaned up the OBJ_ API. | 41 | - Simplified and cleaned up the OBJ_ API. |
42 | - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations | 42 | - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations |
43 | - Removed unused function pointers from X.509 stores and contexts. | ||
43 | * Documentation improvements | 44 | * Documentation improvements |
44 | - ENGINE documentation was updated to reflect reality. | 45 | - ENGINE documentation was updated to reflect reality. |
45 | - Made EVP API documentation more accurate and less incoherent. | 46 | - Made EVP API documentation more accurate and less incoherent. |
@@ -48,6 +49,9 @@ LibreSSL Portable Release Notes: | |||
48 | * Compatibility changes | 49 | * Compatibility changes |
49 | - Added ChaCha20 and chacha20 aliases for ChaCha. | 50 | - Added ChaCha20 and chacha20 aliases for ChaCha. |
50 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). | 51 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). |
52 | - The thread unsafe global tables are no longer supported. It is no | ||
53 | longer possible to add aliases for ciphers and digests, custom ASN.1 | ||
54 | strings table entries, ASN.1 methods, or X.509 extensions. | ||
51 | * Bug fixes | 55 | * Bug fixes |
52 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 56 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
53 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 57 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |