aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39035c0..aeed49c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@ LibreSSL Portable Release Notes:
37 - Improved checks for commonName in libtls. 37 - Improved checks for commonName in libtls.
38 - Fixed error check for X509_get_ext_d2i() failure in libtls. 38 - Fixed error check for X509_get_ext_d2i() failure in libtls.
39 - Improved BIGNUM internals and performance on aarch64. 39 - Improved BIGNUM internals and performance on aarch64.
40 - Significantly improved Montgomery multiplication performance.
40 - Initial cleanup passes for SHA-256 internals. 41 - Initial cleanup passes for SHA-256 internals.
41 - Converted more libcrypto internals API using CBB and CBS. 42 - Converted more libcrypto internals API using CBB and CBS.
42 - Removed code guarded by #ifdef ZLIB. 43 - Removed code guarded by #ifdef ZLIB.
@@ -48,6 +49,9 @@ LibreSSL Portable Release Notes:
48 valid UTF-8 without embedded NUL. 49 valid UTF-8 without embedded NUL.
49 * Bug fixes 50 * Bug fixes
50 - Fixed aliasing issue in BN_mod_inverse(). 51 - Fixed aliasing issue in BN_mod_inverse().
52 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications
53 to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside
54 each other.
51 * Documentation improvements 55 * Documentation improvements
52 - Made it very explicit that the verify callback should not be used. 56 - Made it very explicit that the verify callback should not be used.
53 - Called out that the CRL lastUpdate is standardized as thisUpdate. 57 - Called out that the CRL lastUpdate is standardized as thisUpdate.