adjust 1.3 wordage

This commit is contained in:
Bob Beck 2020-04-04 20:28:23 -06:00
parent 6358ef1742
commit d6c3f2d7a0

View File

@ -30,19 +30,21 @@ LibreSSL Portable Release Notes:
3.1.0 - Development release
* Enabled initial TLSv1.3 support
* Added new TLS 1.3 implementation with new state machine and record layer
implementations. Enabled client side TLS 1.3 by default. Server side will
be enabled in a future release.
* Improved compatibility with backported functionality and documentation
from OpenSSL 1.1.1.
* Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1
* Enabled Cryptographic Message Syntax (CMS) support
* Added many new additional crypto test vectors
* Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics
* More code cleanups, fixes, and improvements of memory handling and
protocol parsing