diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-02-01 16:36:02 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-02-01 16:36:02 -0700 |
| commit | 008953535b2403fe80484f24748eeca5fc5ffa1c (patch) | |
| tree | 149087404fe80e6c15e311b750bf63f49000d1d1 /ChangeLog | |
| parent | f719dff2bd75560c92459b467446854e39026126 (diff) | |
| download | portable-008953535b2403fe80484f24748eeca5fc5ffa1c.tar.gz portable-008953535b2403fe80484f24748eeca5fc5ffa1c.tar.bz2 portable-008953535b2403fe80484f24748eeca5fc5ffa1c.zip | |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -60,6 +60,7 @@ LibreSSL Portable Release Notes: | |||
| 60 | longer possible to add aliases for ciphers and digests, custom ASN.1 | 60 | longer possible to add aliases for ciphers and digests, custom ASN.1 |
| 61 | strings table entries, ASN.1 methods, PKEY methods, digest methods, | 61 | strings table entries, ASN.1 methods, PKEY methods, digest methods, |
| 62 | CRL methods, purpose and trust identifiers, or X.509 extensions. | 62 | CRL methods, purpose and trust identifiers, or X.509 extensions. |
| 63 | - Removed the _cb() and _fp() versions of BIO_dump{,_indent}(). | ||
| 63 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. | 64 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. |
| 64 | - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, | 65 | - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, |
| 65 | -set_issuer, -set_subject, and -utf8. | 66 | -set_issuer, -set_subject, and -utf8. |
| @@ -82,6 +83,8 @@ LibreSSL Portable Release Notes: | |||
| 82 | - Fixed various NULL dereferences in PKCS #12 code due to mishandling | 83 | - Fixed various NULL dereferences in PKCS #12 code due to mishandling |
| 83 | of OPTIONAL content in PKCS #7 ContentInfo. | 84 | of OPTIONAL content in PKCS #7 ContentInfo. |
| 84 | - Aligned SSL_shutdown() behavior in TLSv1.3 with the legacy stack. | 85 | - Aligned SSL_shutdown() behavior in TLSv1.3 with the legacy stack. |
| 86 | - Fixed the new X.509 verifier to find trust anchors in the trusted | ||
| 87 | stack. | ||
| 85 | 88 | ||
| 86 | 3.8.2 - Stable release | 89 | 3.8.2 - Stable release |
| 87 | 90 | ||
