diff options
-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 |