diff options
author | Matt Caswell <matt@openssl.org> | 2016-03-09 14:00:37 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-03-09 16:31:22 +0100 |
commit | 9b13e27c28364b6c0f18bd6674c4c9d2a5e2dea0 (patch) | |
tree | a21520d5e89d0de7c780dd3a632b9777c0a95a84 /NEWS | |
parent | Fix classic build (diff) | |
download | openssl-9b13e27c28364b6c0f18bd6674c4c9d2a5e2dea0.tar.xz openssl-9b13e27c28364b6c0f18bd6674c4c9d2a5e2dea0.zip |
Update CHANGES and NEWS
Update the CHANGES and NEWS files with information about the recently added
AFALG engine and pipelining.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Major changes between OpenSSL 1.0.2g and OpenSSL 1.1.0 [in pre-release] + o Added support for "pipelining" + o Added the AFALG engine o New threading API implemented o Support for ChaCha20 and Poly1305 added to libcrypto and libssl o Support for extended master secret |