summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-08 19:10:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-08 19:10:17 +0000
commit11e80de3ee155e21110019c5833cde55f555f0b9 (patch)
tree4b6cffd4776d135889dd42ca1f5d631916ec696a /CHANGES
parentbc91494e064ebdcff68f987947f97e404fbca0b5 (diff)
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 d3c0c27f7a..3690126846 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]