summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-07-22 10:39:10 +0000
committerBodo Möller <bodo@openssl.org>2003-07-22 10:39:10 +0000
commit652ae06badda3a8964f650ce1713e335257548d9 (patch)
tree1eefaafb2e85a7cdb2e2abad9db7b0db0f9eeacb /CHANGES
parentddc38679cedcd154eb18187b8c384b1a05f61fc6 (diff)
add test for secp160r1
add code for kP+lQ timings Submitted by: Douglas Stebila <douglas.stebila@sun.com> Reviewed by: Bodo Moeller
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index caa091c906..b7b6b99035 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.7c and 0.9.8 [xx XXX xxxx]
+ *) Add code for kP+lQ timings to crypto/ec/ectest.c, and add SEC2
+ curve secp160r1 to the tests.
+ [Douglas Stebila (Sun Microsystems Laboratories)]
+
*) Add the possibility to load symbols globally with DSO.
[Götz Babin-Ebell <babin-ebell@trustcenter.de> via Richard Levitte]