aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-07-13 09:49:06 -0600
committerTheo Buehler <tb@openbsd.org>2024-07-13 10:05:31 -0600
commit40d85d8623e8995e101431352488785a4d9b2a7f (patch)
tree65ab41ea01acff616fe3042897a4d813c20e3650
parent3d895bd51bf79afaaa168d076c65a71086582b60 (diff)
downloadportable-40d85d8623e8995e101431352488785a4d9b2a7f.tar.gz
portable-40d85d8623e8995e101431352488785a4d9b2a7f.tar.bz2
portable-40d85d8623e8995e101431352488785a4d9b2a7f.zip
Update ChangeLog
Diffstat (limited to '')
-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.