aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-01-04 02:42:24 -0500
committerJack Lloyd <[email protected]>2016-01-04 02:42:24 -0500
commitb2722fd321dcefcfc7111cc8185bb9cdc3f5e112 (patch)
treed8c184508348206591f5eb8dd1680239c6fa18b0 /doc
parente61e64e37393be1827a9db27c95e4cc9d4af43dd (diff)
Add ECDH via OpenSSL
Expose provider param in PK_Key_Agreement API Handle multiple providers in key agreement tests Fix some funky formatting of P-521 EC points in ecdh.vec which was being rejected by OpenSSL; for whatever reason the CAVS file had the affine coords with far more leading zeros than necessary.
Diffstat (limited to 'doc')
-rw-r--r--doc/news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 04996a938..18583dc7c 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -46,6 +46,8 @@ Version 1.11.26, Not Yet Released
* Add support for RSA-KEM from ISO 18033-2
+* Add support for ECDH in the OpenSSL provider
+
* Fix a bug in DataSource::discard_next() which could cause either an
infinite loop or the discarding of an incorrect number of bytes.
Reported on mailing list by Falko Strenzke.