diff options
author | Jack Lloyd <[email protected]> | 2015-08-28 20:29:47 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-08-28 20:29:47 -0400 |
commit | 582ee4a3102bbbd8a7710ad32d380a9cc7b7aca4 (patch) | |
tree | b29b6a06a9e20cd2ff40456486ac4779d8b7965c /doc/news.rst | |
parent | 200e1e5c0498d5b22f980d43cc03981ea9599660 (diff) |
Add ECDSA provider using OpenSSL
Unfortunately the signer cannot be tested in current framework because
OpenSSL does not use RFC 6979 deterministic signatures.
Diffstat (limited to 'doc/news.rst')
-rw-r--r-- | doc/news.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/news.rst b/doc/news.rst index 101dd370b..73d024c51 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -6,7 +6,9 @@ Version 1.11.20, Not Yet Released * Additional countermeasures were added to ECC point multiplications to help protect against side channel attacks. - + +* An ECDSA provider using OpenSSL has been added. + * On OS X, rename libs to avoid trailing version numbers, e.g. libbotan-1.11.dylib.19 -> libbotan-1.11.19.dylib. Gh #241 |