aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@openbsd.org>2020-04-04 20:28:23 -0600
committerBob Beck <beck@openbsd.org>2020-04-04 20:28:23 -0600
commitd6c3f2d7a08f1120b2b7cd9397bc36134ddfca73 (patch)
tree9f7f960fd838a1b31bf8ba9d2c2e8484176c48fe
parent6358ef1742593e9067e0eeba5d274a6148c8e700 (diff)
downloadportable-d6c3f2d7a08f1120b2b7cd9397bc36134ddfca73.tar.gz
portable-d6c3f2d7a08f1120b2b7cd9397bc36134ddfca73.tar.bz2
portable-d6c3f2d7a08f1120b2b7cd9397bc36134ddfca73.zip
adjust 1.3 wordage
-rw-r--r--ChangeLog12
1 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bd5908..4bc0dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,19 +30,21 @@ LibreSSL Portable Release Notes:
30 30
313.1.0 - Development release 313.1.0 - Development release
32 32
33 * Enabled initial TLSv1.3 support 33 * Added new TLS 1.3 implementation with new state machine and record layer
34 implementations. Enabled client side TLS 1.3 by default. Server side will
35 be enabled in a future release.
34 36
35 * Improved compatibility with backported functionality and documentation 37 * Improved compatibility with backported functionality and documentation
36 from OpenSSL 1.1.1. 38 from OpenSSL 1.1.1.
37 39
38 * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 40 * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1
39 41
40 * Enabled Cryptographic Message Syntax (CMS) support 42 * Enabled Cryptographic Message Syntax (CMS) support
41 43
42 * Added many new additional crypto test vectors 44 * Added many new additional crypto test vectors
43 45
44 * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics 46 * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics
45 47
46 * More code cleanups, fixes, and improvements of memory handling and 48 * More code cleanups, fixes, and improvements of memory handling and
47 protocol parsing 49 protocol parsing
48 50