aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b03040..9a797ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
723.8.0 - Development release 763.8.0 - Development release
73 77