diff options
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ LibreSSL Portable Release Notes: | |||
51 | - Improved bit counter handling in MD5. | 51 | - Improved bit counter handling in MD5. |
52 | - Simplified and cleaned up the BN_RECP_CTX internals. | 52 | - Simplified and cleaned up the BN_RECP_CTX internals. |
53 | - Improved SM4 to match other symmetric ciphers more closely. | 53 | - Improved SM4 to match other symmetric ciphers more closely. |
54 | - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB. | ||
54 | * Compatibility changes | 55 | * Compatibility changes |
55 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 56 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
56 | It has no effect since LibreSSL doesn't call atexit(). | 57 | It has no effect since LibreSSL doesn't call atexit(). |