diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-03 15:49:08 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-03 15:49:08 -0600 |
commit | 6b935ac1c027689743845df5e20322d85acb09f9 (patch) | |
tree | 0ffc7880f64bad9edb68903356ccf84c3a3f5f51 | |
parent | 341e0bf1c305028bf6b9169c4fa10e8136b61af0 (diff) | |
download | portable-6b935ac1c027689743845df5e20322d85acb09f9.tar.gz portable-6b935ac1c027689743845df5e20322d85acb09f9.tar.bz2 portable-6b935ac1c027689743845df5e20322d85acb09f9.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -34,8 +34,8 @@ LibreSSL Portable Release Notes: | |||
34 | * Internal improvements | 34 | * Internal improvements |
35 | - Fixed alignment handling in SHA-512. | 35 | - Fixed alignment handling in SHA-512. |
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 on aarch64. |
40 | - Initial cleanups for SHA-256 internals. | 40 | - Initial cleanups for SHA-256 internals. |
41 | - Converted more libcrypto internals API using CBB and CBS. | 41 | - Converted more libcrypto internals API using CBB and CBS. |
@@ -44,6 +44,7 @@ LibreSSL Portable Release Notes: | |||
44 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | 44 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain |
45 | valid UTF-8 without embedded NUL. | 45 | valid UTF-8 without embedded NUL. |
46 | * Bug fixes | 46 | * Bug fixes |
47 | - Fixed aliasing issue in BN_mod_inverse(). | ||
47 | * Documentation improvements | 48 | * Documentation improvements |
48 | - Made it very explicit that the verify_cb() should not be used. | 49 | - Made it very explicit that the verify_cb() should not be used. |
49 | * Testing and Proactive Security | 50 | * Testing and Proactive Security |