aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-02-13 16:11:59 -0700
committerTheo Buehler <tb@openbsd.org>2025-02-13 16:11:59 -0700
commit90624c3b5e720d7185b68d225cd83da5cd7bafd7 (patch)
tree6d29904173baab353ca013da124fd233c39a07fb
parentb9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459 (diff)
downloadportable-90624c3b5e720d7185b68d225cd83da5cd7bafd7.tar.gz
portable-90624c3b5e720d7185b68d225cd83da5cd7bafd7.tar.bz2
portable-90624c3b5e720d7185b68d225cd83da5cd7bafd7.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee39211..355c373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,8 @@ LibreSSL Portable Release Notes:
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 - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB.
55 - CRLs are now cached in the issuer cache like certificates. 55 - CRLs are now cached in the issuer cache like certificates.
56 - Replaced combinations of BN_MONT_CTX_new/set with an internal
57 BN_MONT_CTX_create().
56 * Compatibility changes 58 * Compatibility changes
57 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 59 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
58 It has no effect since LibreSSL doesn't call atexit(). 60 It has no effect since LibreSSL doesn't call atexit().