wordsmith some, and include mention of name constraints and bettertle test suite
This commit is contained in:
parent
b39be4f23e
commit
a8bc7358c2
17
ChangeLog
17
ChangeLog
@ -30,12 +30,17 @@ LibreSSL Portable Release Notes:
|
|||||||
|
|
||||||
3.2.2 - Stable release
|
3.2.2 - Stable release
|
||||||
|
|
||||||
* This is the first stable release with the new TLSv1.3 implementation
|
* This is the first stable release with the new TLSv1.3
|
||||||
enabled for both server and client. The OpenSSL TLSv1.3 API is not
|
implementation enabled by default for both server and client. The
|
||||||
yet available and will be provided in an upcoming release.
|
OpenSSL 1.1 TLSv1.3 API is not yet available and will be provided
|
||||||
|
in an upcoming release.
|
||||||
|
|
||||||
* New X509 certificate chain validator loosely based on Go's X509
|
* New X509 certificate chain validator that correctly handles
|
||||||
validator.
|
multiple paths through intermediate certificates. Loosely based on
|
||||||
|
Go's X509 validator.
|
||||||
|
|
||||||
|
* New name constraints verification implementation which passes the
|
||||||
|
bettertls.com certificate validation check suite.
|
||||||
|
|
||||||
* Improve the handling of BIO_read()/BIO_write() failures in the
|
* Improve the handling of BIO_read()/BIO_write() failures in the
|
||||||
TLSv1.3 stack.
|
TLSv1.3 stack.
|
||||||
@ -94,6 +99,8 @@ LibreSSL Portable Release Notes:
|
|||||||
|
|
||||||
* Greatly expanded test coverage via the tlsfuzzer test scripts.
|
* Greatly expanded test coverage via the tlsfuzzer test scripts.
|
||||||
|
|
||||||
|
* Expanded test coverage via the bettertls certificate test suite.
|
||||||
|
|
||||||
* Test interoperability with the Botan TLS client.
|
* Test interoperability with the Botan TLS client.
|
||||||
|
|
||||||
* Make pthread_mutex static initialisation work on Windows.
|
* Make pthread_mutex static initialisation work on Windows.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user