aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07924c6..fbd0822 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,8 @@ LibreSSL Portable Release Notes:
65 - Rewrote BN_bn2mpi() using CBB. 65 - Rewrote BN_bn2mpi() using CBB.
66 - Made most error string tables const. 66 - Made most error string tables const.
67 - Removed handling for SSLv2 client hello messages. 67 - Removed handling for SSLv2 client hello messages.
68 - Improvements in the openssl(1) speed app's signal handler.
69 - Added support for TLS PRF in the EVP KDF API.
68 * Documentation improvements 70 * Documentation improvements
69 - Removed documentation of no longer existing API. 71 - Removed documentation of no longer existing API.
70 * Testing and proactive security 72 * Testing and proactive security
@@ -84,6 +86,8 @@ LibreSSL Portable Release Notes:
84 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. 86 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*.
85 - SPKAC support was removed from openssl(1) 87 - SPKAC support was removed from openssl(1)
86 - Added TLS1-PRF support to the EVP interface. 88 - Added TLS1-PRF support to the EVP interface.
89 - Cleaned up various X509v3_* extension API.
90 - Unified the X.509v3 extension methods.
87 * Bug fixes 91 * Bug fixes
88 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match 92 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
89 their documentation. They always set an RFC 5280 conformant time. 93 their documentation. They always set an RFC 5280 conformant time.