diff options
author | Bob Beck <beck@m1mini.obtuse.com> | 2022-12-09 10:42:36 -0700 |
---|---|---|
committer | Bob Beck <beck@m1mini.obtuse.com> | 2022-12-09 10:44:10 -0700 |
commit | 202d12ca6ded61a6f70ba413b5c1df369d34131e (patch) | |
tree | cf700e867405ea9808ef8eab2e08e8f0bff1fecb | |
parent | f90967d04b0ffd75857cc19b40dcf7a6543a4dd5 (diff) | |
download | portable-202d12ca6ded61a6f70ba413b5c1df369d34131e.tar.gz portable-202d12ca6ded61a6f70ba413b5c1df369d34131e.tar.bz2 portable-202d12ca6ded61a6f70ba413b5c1df369d34131e.zip |
Add a few more things
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 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,6 +46,7 @@ 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 | ||
49 | - Add EVP_chacha20_poly1305() to the list of all ciphers. | 50 | - Add EVP_chacha20_poly1305() to the list of all ciphers. |
50 | - Fix potential leaks of EVP_PKEY in various printing functions | 51 | - Fix potential leaks of EVP_PKEY in various printing functions |
51 | - Fix potential leak in OBJ_NAME_add(). | 52 | - Fix potential leak in OBJ_NAME_add(). |
@@ -57,6 +58,7 @@ LibreSSL Portable Release Notes: | |||
57 | in the process of generating certificates. | 58 | in the process of generating certificates. |
58 | - Fixed a variety of memory corruption issues in BIO chains coming | 59 | - Fixed a variety of memory corruption issues in BIO chains coming |
59 | from poor old and new API: BIO_push(), BIO_pop(), BIO_set_next(). | 60 | from poor old and new API: BIO_push(), BIO_pop(), BIO_set_next(). |
61 | - Avoid potential divide by zero in BIO_dump_indent_cb() | ||
60 | * Documentation improvements | 62 | * Documentation improvements |
61 | - Numerous improvements and additions for ASN.1, BIO, BN, and X.509. | 63 | - Numerous improvements and additions for ASN.1, BIO, BN, and X.509. |
62 | - The BN documentation is now considered to be complete. | 64 | - The BN documentation is now considered to be complete. |