aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-13 01:32:01 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-13 01:32:01 -0600
commita95f950acf5c8abb3ea1a704409daf2639d9dc81 (patch)
tree2a54da2b683a48bc14401494d373e764f5aaecc5
parent8a513629a8505594161e855f0f566c5cb80e3f37 (diff)
downloadportable-a95f950acf5c8abb3ea1a704409daf2639d9dc81.tar.gz
portable-a95f950acf5c8abb3ea1a704409daf2639d9dc81.tar.bz2
portable-a95f950acf5c8abb3ea1a704409daf2639d9dc81.zip
Tweak ChangeLog
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c4f554e..61e6e50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,7 @@ LibreSSL Portable Release Notes:
314.0.0 - In development 314.0.0 - In development
32 32
33 * Portable changes 33 * Portable changes
34 - Added initial Emscripten support in CMake builds 34 - Added initial Emscripten support in CMake builds.
35 - Removed timegm() compatibility layer since all uses were replaced 35 - Removed timegm() compatibility layer since all uses were replaced
36 with OPENSSL_timegm(). Cleaned up the corresponding test harness. 36 with OPENSSL_timegm(). Cleaned up the corresponding test harness.
37 - The mips32 platform is no longer actively supported. 37 - The mips32 platform is no longer actively supported.
@@ -99,11 +99,12 @@ LibreSSL Portable Release Notes:
99 - Removed typdefs for COMP_CTX, COMP_METHOD, X509_CRL_METHOD, STORE, 99 - Removed typdefs for COMP_CTX, COMP_METHOD, X509_CRL_METHOD, STORE,
100 STORE_METHOD, and SSL_AEAD_CTX. 100 STORE_METHOD, and SSL_AEAD_CTX.
101 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. 101 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*.
102 - SPKAC support was removed from openssl(1) 102 - SPKAC support was removed from openssl(1).
103 - Added TLS1-PRF support to the EVP interface. 103 - Added TLS1-PRF support to the EVP interface.
104 - Removed ssl2.h, ssl23.h, and ui_compat.h. 104 - Removed ssl2.h, ssl23.h, and ui_compat.h.
105 - Support for attributes in EVP_PKEYs was removed. 105 - Support for attributes in EVP_PKEYs was removed.
106 - Added SSL_CTX_set1_cert_store() 106 - SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()
107 were added to libssl.
107 * Bug fixes 108 * Bug fixes
108 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match 109 - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
109 their documentation. They always set an RFC 5280 conformant time. 110 their documentation. They always set an RFC 5280 conformant time.