aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-07-18 11:55:58 -0600
committerTheo Buehler <tb@openbsd.org>2024-07-18 11:55:58 -0600
commit6f4668b7e3277f63a3b373bba739749cf77f4346 (patch)
tree9ca6b8c275d249e8fd5113be2fb58aa3638aa85b
parent1796eddf27ebe927386e772e9fd1d74c379ae1e5 (diff)
downloadportable-6f4668b7e3277f63a3b373bba739749cf77f4346.tar.gz
portable-6f4668b7e3277f63a3b373bba739749cf77f4346.tar.bz2
portable-6f4668b7e3277f63a3b373bba739749cf77f4346.zip
Update ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c03ff15..5966145 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,8 @@ LibreSSL Portable Release Notes:
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. 68 - Improvements in the openssl(1) speed app's signal handler.
69 - Cleaned up various X509v3_* extension API.
70 - Unified the X.509v3 extension methods.
69 - Added support for TLS PRF in the EVP KDF API. 71 - Added support for TLS PRF in the EVP KDF API.
70 * Documentation improvements 72 * Documentation improvements
71 - Removed documentation of no longer existing API. 73 - Removed documentation of no longer existing API.
@@ -86,9 +88,8 @@ LibreSSL Portable Release Notes:
86 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. 88 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*.
87 - SPKAC support was removed from openssl(1) 89 - SPKAC support was removed from openssl(1)
88 - Added TLS1-PRF support to the EVP interface. 90 - Added TLS1-PRF support to the EVP interface.
89 - Cleaned up various X509v3_* extension API.
90 - Unified the X.509v3 extension methods.
91 - Removed ssl2.h and ssl23.h. 91 - Removed ssl2.h and ssl23.h.
92 - Support for attributes in EVP_PKEYs was removed.
92 * Bug fixes 93 * Bug fixes
93 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match 94 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
94 their documentation. They always set an RFC 5280 conformant time. 95 their documentation. They always set an RFC 5280 conformant time.