diff options
author | Matt Caswell <matt@openssl.org> | 2016-03-09 13:00:37 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-03-09 15:31:22 +0000 |
commit | 9b13e27c28364b6c0f18bd6674c4c9d2a5e2dea0 (patch) | |
tree | a21520d5e89d0de7c780dd3a632b9777c0a95a84 /NEWS | |
parent | 651edc0d19c301756aab80141202d2139682ba93 (diff) | |
download | openssl-new-9b13e27c28364b6c0f18bd6674c4c9d2a5e2dea0.tar.gz |
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 |