diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-10 00:44:34 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-10 00:44:34 -0600 |
commit | d20cd80068fd1a82c1335bee4bc982f2f5541b90 (patch) | |
tree | 3eb1bd1638c5b5110eeb6a70ad085bf2d40ebf44 | |
parent | 087a9d4c57d30589885d7ca33d2c6c9fa2de4221 (diff) | |
download | portable-d20cd80068fd1a82c1335bee4bc982f2f5541b90.tar.gz portable-d20cd80068fd1a82c1335bee4bc982f2f5541b90.tar.bz2 portable-d20cd80068fd1a82c1335bee4bc982f2f5541b90.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ LibreSSL Portable Release Notes: | |||
97 | - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. | 97 | - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. |
98 | - SPKAC support was removed from openssl(1) | 98 | - SPKAC support was removed from openssl(1) |
99 | - Added TLS1-PRF support to the EVP interface. | 99 | - Added TLS1-PRF support to the EVP interface. |
100 | - Removed ssl2.h and ssl23.h. | 100 | - Removed ssl2.h, ssl23.h, and ui_compat.h. |
101 | - Support for attributes in EVP_PKEYs was removed. | 101 | - Support for attributes in EVP_PKEYs was removed. |
102 | - Added SSL_CTX_set1_cert_store() | 102 | - Added SSL_CTX_set1_cert_store() |
103 | * Bug fixes | 103 | * Bug fixes |