summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-03-08 19:10:14 +0000
committersteve <steve>2011-03-08 19:10:14 +0000
commit9a8fbafc74d4e4df213eb727fd38d130e558fa2f (patch)
tree8a0d891c628059620ec30aaad53a9af13f9e4f10 /CHANGES
parent50094eb2f5aed857b0cce7ec8a273ef809f80607 (diff)
downloadopenssl-9a8fbafc74d4e4df213eb727fd38d130e558fa2f.tar.gz
New initial DH algorithm test driver.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3c0c27f7..369012684 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) New algorithm test program fips_dhvs to handle DH primitives only testing.
+ [Steve Henson]
+
+ *) New function DH_compute_key_padded() to compute a DH key and pad with
+ leading zeroes if needed: this complies with SP800-56A et al.
+ [Steve Henson]
+
*) Initial implementation of SP800-90 DRBGs for Hash and CTR. Not used by
anything, incomplete, subject to change and largely untested at present.
[Steve Henson]