diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ LibreSSL Portable Release Notes: | |||
56 | - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs(). | 56 | - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs(). |
57 | - Various improvements in the 'simple' EC code. | 57 | - Various improvements in the 'simple' EC code. |
58 | - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64. | 58 | - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64. |
59 | - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC | ||
60 | ASN.1 methods. Unified the coding style. | ||
59 | * New features | 61 | * New features |
60 | * Compatibility changes | 62 | * Compatibility changes |
61 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | 63 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain |