diff options
-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 | ||