aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-24 14:31:19 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-24 14:31:19 -0600
commitc6fcebf9e3cc2c39bdbb482855b497c9d5ff762b (patch)
tree3c05f3bca4fa358533a7978b2a56f80024f898ba
parent2a9096debe7b1592ad51b67ca5bf71413a927dfc (diff)
downloadportable-c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b.tar.gz
portable-c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b.tar.bz2
portable-c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b.zip
Update 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