diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-24 14:31:19 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-24 14:31:19 -0600 |
commit | c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b (patch) | |
tree | 3c05f3bca4fa358533a7978b2a56f80024f898ba | |
parent | 2a9096debe7b1592ad51b67ca5bf71413a927dfc (diff) | |
download | portable-c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b.tar.gz portable-c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b.tar.bz2 portable-c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |