diff options
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,7 @@ LibreSSL Portable Release Notes: | |||
50 | - Rewrote and simplified bn_sqr(). | 50 | - Rewrote and simplified bn_sqr(). |
51 | - Removed EC_GROUP precomp machinery. | 51 | - Removed EC_GROUP precomp machinery. |
52 | - Ensure no X.509v3 extensions appear more than once in certificates. | 52 | - Ensure no X.509v3 extensions appear more than once in certificates. |
53 | - Cleaned up various ECDH, ECDSA and EC internals. | ||
53 | * New features | 54 | * New features |
54 | * Compatibility changes | 55 | * Compatibility changes |
55 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | 56 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain |
@@ -68,6 +69,9 @@ LibreSSL Portable Release Notes: | |||
68 | * Testing and Proactive Security | 69 | * Testing and Proactive Security |
69 | - As always, new test coverage is added as bugs are fixed and subsystems | 70 | - As always, new test coverage is added as bugs are fixed and subsystems |
70 | are cleaned up. | 71 | are cleaned up. |
72 | * Security fixes | ||
73 | - Disabled TLSv1.0 and TLSv1.1 in libssl so that they may no longer | ||
74 | be selected for use. | ||
71 | 75 | ||
72 | 3.8.0 - Development release | 76 | 3.8.0 - Development release |
73 | 77 | ||