aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-07-09 15:41:08 -0600
committerTheo Buehler <tb@openbsd.org>2024-07-09 15:41:08 -0600
commitb26d6bfcbdcfc372feb5c0b3fadab143933d51d9 (patch)
tree11ef1b25ac1db3e2bde8f64313342a4c0c1ba7d4
parent6367ad16dd7a96997fd412ccb8f0797837eaabbd (diff)
downloadportable-b26d6bfcbdcfc372feb5c0b3fadab143933d51d9.tar.gz
portable-b26d6bfcbdcfc372feb5c0b3fadab143933d51d9.tar.bz2
portable-b26d6bfcbdcfc372feb5c0b3fadab143933d51d9.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d43d2f..07924c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,7 @@ LibreSSL Portable Release Notes:
83 STORE_METHOD, and SSL_AEAD_CTX. 83 STORE_METHOD, and SSL_AEAD_CTX.
84 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. 84 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*.
85 - SPKAC support was removed from openssl(1) 85 - SPKAC support was removed from openssl(1)
86 - Added TLS1-PRF support to the EVP interface.
86 * Bug fixes 87 * Bug fixes
87 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match 88 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
88 their documentation. They always set an RFC 5280 conformant time. 89 their documentation. They always set an RFC 5280 conformant time.