diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-25 13:35:18 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-25 13:35:18 -0600 |
commit | 0bc57801b89423cdad3fb42afb20d145f776473e (patch) | |
tree | 66dc55491108ca3513fb7d1633262c9cce42b4a3 | |
parent | abfed949eb7f937e0c4a5774d5574285c368d969 (diff) | |
download | portable-0bc57801b89423cdad3fb42afb20d145f776473e.tar.gz portable-0bc57801b89423cdad3fb42afb20d145f776473e.tar.bz2 portable-0bc57801b89423cdad3fb42afb20d145f776473e.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -105,6 +105,10 @@ LibreSSL Portable Release Notes: | |||
105 | - Support for attributes in EVP_PKEYs was removed. | 105 | - Support for attributes in EVP_PKEYs was removed. |
106 | - SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() | 106 | - SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() |
107 | were added to libssl. | 107 | were added to libssl. |
108 | - The completely broken UI_UTIL password API was removed. | ||
109 | - The OpenSSL pkcs12 command PKCS12_create() no longer supports | ||
110 | setting the Microsoft-specific Local Key Set and Cryptographic | ||
111 | Service Provider attributes. | ||
108 | * Bug fixes | 112 | * Bug fixes |
109 | - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match | 113 | - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match |
110 | their documentation. They always set an RFC 5280 conformant time. | 114 | their documentation. They always set an RFC 5280 conformant time. |