aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bec07ad..a24c37b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,7 +36,7 @@ LibreSSL Portable Release Notes:
36 - Moved the verified_chain to the correct internal struct. 36 - Moved the verified_chain to the correct internal struct.
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.
40 - Significantly improved Montgomery multiplication performance. 40 - Significantly improved Montgomery multiplication performance.
41 - Initial cleanup passes for SHA-256 internals. 41 - Initial cleanup passes for SHA-256 internals.
42 - Converted more libcrypto internals API using CBB and CBS. 42 - Converted more libcrypto internals API using CBB and CBS.
@@ -48,6 +48,8 @@ LibreSSL Portable Release Notes:
48 - Improved X.509 certificate version checks. 48 - Improved X.509 certificate version checks.
49 - Cleaned up handling of elliptic curve cofactors. 49 - Cleaned up handling of elliptic curve cofactors.
50 - Made BN_num_bits() independent of bn->top. 50 - Made BN_num_bits() independent of bn->top.
51 - Rewrote and simplified bn_sqr().
52 - Removed EC_GROUP precomp machinery.
51 * New features 53 * New features
52 * Compatibility changes 54 * Compatibility changes
53 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain 55 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain