diff options
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -51,6 +51,9 @@ LibreSSL Portable Release Notes: | |||
51 | * Compatibility changes | 51 | * Compatibility changes |
52 | - Added ChaCha20 and chacha20 aliases for ChaCha. | 52 | - Added ChaCha20 and chacha20 aliases for ChaCha. |
53 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). | 53 | - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). |
54 | - EVP_add_{cipher,digest}() were removed. From the OBJ_NAME API, | ||
55 | only OBJ_NAME_do_all*() remain. In particular, it is no longer | ||
56 | possible to add aliases for ciphers and digests. | ||
54 | - The thread unsafe global tables are no longer supported. It is no | 57 | - The thread unsafe global tables are no longer supported. It is no |
55 | longer possible to add aliases for ciphers and digests, custom ASN.1 | 58 | longer possible to add aliases for ciphers and digests, custom ASN.1 |
56 | strings table entries, ASN.1 methods, PKEY methods, digest methods, | 59 | strings table entries, ASN.1 methods, PKEY methods, digest methods, |
@@ -58,7 +61,6 @@ LibreSSL Portable Release Notes: | |||
58 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. | 61 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. |
59 | - openssl(1) x509 now supports -force_pubkey, -multivalue-rdn, | 62 | - openssl(1) x509 now supports -force_pubkey, -multivalue-rdn, |
60 | -set_issuer, -set_subject, and -utf8. | 63 | -set_issuer, -set_subject, and -utf8. |
61 | openssl(1) x509 | ||
62 | * Bug fixes | 64 | * Bug fixes |
63 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 65 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
64 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 66 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |