aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1f4ecb..5ab671c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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().