aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-11-22 09:15:19 -0700
committerTheo Buehler <tb@openbsd.org>2023-11-22 09:15:19 -0700
commit4884c6564df765454f4c38897a3bce2b1785765d (patch)
tree28a541c3cd409f038fd76d587e3047ec4ca60c1f
parenta332334ec11c68ca15613158b94fc72528564c38 (diff)
downloadportable-4884c6564df765454f4c38897a3bce2b1785765d.tar.gz
portable-4884c6564df765454f4c38897a3bce2b1785765d.tar.bz2
portable-4884c6564df765454f4c38897a3bce2b1785765d.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 814131b..b56da02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@ LibreSSL Portable Release Notes:
37 - Bug fixes and simplifications in the Wycheproof tests. 37 - Bug fixes and simplifications in the Wycheproof tests.
38 * Compatibility changes 38 * Compatibility changes
39 - Added ChaCha20 and chacha20 aliases for ChaCha. 39 - Added ChaCha20 and chacha20 aliases for ChaCha.
40 - SSL_library_init() now has the same effect as OPENSSL_init_ssl().
40 * Bug fixes 41 * Bug fixes
41 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). 42 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().
42 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and 43 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and
@@ -45,6 +46,8 @@ LibreSSL Portable Release Notes:
45 - Stopped using ASN1_time_parse() outside of libcrypto. 46 - Stopped using ASN1_time_parse() outside of libcrypto.
46 - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API 47 - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API
47 wrappers of internal functions compatible with BoringSSL API. 48 wrappers of internal functions compatible with BoringSSL API.
49 - Removed print_bin() to avoid overwriting the stack with 5 bytes
50 of ' ' when ECPK parameters are printed with large indentation.
48 51
493.8.2 - Stable release 523.8.2 - Stable release
50 53