diff options
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -32,12 +32,20 @@ LibreSSL Portable Release Notes: | |||
32 | 32 | ||
33 | * Portable changes | 33 | * Portable changes |
34 | * Internal improvements | 34 | * Internal improvements |
35 | - Fixed alignment handling in SHA512. | 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. | ||
38 | - Fixed error check for X509_get_ext_d2i() failure in libtls. | ||
39 | - Improved BIGNUM internals and performance on aarch64. | ||
40 | - Initial cleanups for SHA-256 internals. | ||
41 | - Converted more libcrypto internals API using CBB and CBS. | ||
37 | * New features | 42 | * New features |
38 | * Compatibility changes | 43 | * Compatibility changes |
44 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | ||
45 | valid UTF-8 without embedded NUL. | ||
39 | * Bug fixes | 46 | * Bug fixes |
40 | * Documentation improvements | 47 | * Documentation improvements |
48 | - Made it very explicit that the verify_cb() should not be used. | ||
41 | * Testing and Proactive Security | 49 | * Testing and Proactive Security |
42 | 50 | ||
43 | 3.8.0 - Development release | 51 | 3.8.0 - Development release |