diff options
author | Theo Buehler <tb@openbsd.org> | 2022-12-09 18:47:59 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-12-09 18:47:59 +0100 |
commit | 8c6a4618b6b9ea487a6994ec7e61c8a96fdda2af (patch) | |
tree | e462c96d44269dcaa01aff4292d5e1b169eeff2e | |
parent | 202d12ca6ded61a6f70ba413b5c1df369d34131e (diff) | |
download | portable-8c6a4618b6b9ea487a6994ec7e61c8a96fdda2af.tar.gz portable-8c6a4618b6b9ea487a6994ec7e61c8a96fdda2af.tar.bz2 portable-8c6a4618b6b9ea487a6994ec7e61c8a96fdda2af.zip |
Drop a deliberate ommission again
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -33,7 +33,7 @@ LibreSSL Portable Release Notes: | |||
33 | * Internal improvements | 33 | * Internal improvements |
34 | - Remove dependency on system timegm() and gmtime() by replacing | 34 | - Remove dependency on system timegm() and gmtime() by replacing |
35 | traditional Julian date conversion with POSIX epoch-seconds date | 35 | traditional Julian date conversion with POSIX epoch-seconds date |
36 | conversion from BoringSSL | 36 | conversion from BoringSSL. |
37 | - Clean old and unused BN code dealing with primes. | 37 | - Clean old and unused BN code dealing with primes. |
38 | - Start rewriting name constraints code using CBS. | 38 | - Start rewriting name constraints code using CBS. |
39 | - Remove support for the HMAC PRIVATE KEY. | 39 | - Remove support for the HMAC PRIVATE KEY. |
@@ -46,7 +46,6 @@ LibreSSL Portable Release Notes: | |||
46 | - BIO_read() and BIO_write() now behave more closely to OpenSSL 3 in | 46 | - BIO_read() and BIO_write() now behave more closely to OpenSSL 3 in |
47 | various corner cases. More work is needed here. | 47 | various corner cases. More work is needed here. |
48 | * Bug fixes | 48 | * Bug fixes |
49 | - Make BIO_push(3) fail if a call would result in a cycle | ||
50 | - Add EVP_chacha20_poly1305() to the list of all ciphers. | 49 | - Add EVP_chacha20_poly1305() to the list of all ciphers. |
51 | - Fix potential leaks of EVP_PKEY in various printing functions | 50 | - Fix potential leaks of EVP_PKEY in various printing functions |
52 | - Fix potential leak in OBJ_NAME_add(). | 51 | - Fix potential leak in OBJ_NAME_add(). |