diff options
-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 |