diff options
author | Matt Caswell <matt@openssl.org> | 2018-02-20 15:27:15 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-02 10:14:31 +0000 |
commit | 21c03ee534ffa78ac44325ca30e1cfc18c2888c0 (patch) | |
tree | 16a6f55e30bb933bd91f6d56e1066167a8140672 /CHANGES | |
parent | 92521a3ae789fcfed35790784c20f30b41651985 (diff) | |
download | openssl-new-21c03ee534ffa78ac44325ca30e1cfc18c2888c0.tar.gz |
Update CHANGES for X448 and Ed448
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5481)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Changes between 1.1.0g and 1.1.1 [xx XXX xxxx] + *) Added support for X448 and Ed448. Currently this is only supported in + libcrypto (not libssl). Heavily based on original work by Mike Hamburg. + [Matt Caswell] + *) Extend OSSL_STORE with capabilities to search and to narrow the set of objects loaded. This adds the functions OSSL_STORE_expect() and OSSL_STORE_find() as well as needed tools to construct searches and |