summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-03-04 18:00:19 +0000
committersteve <steve>2011-03-04 18:00:19 +0000
commitd0357305a8feb93f43b4ff10d338da2d4f6d606d (patch)
tree5cd7c6d0330be7c783184df9afe04133a144c12f /CHANGES
parent30a50eb637f8b401c7bf8b537502570ea9cf1ecc (diff)
downloadopenssl-d0357305a8feb93f43b4ff10d338da2d4f6d606d.tar.gz
Initial, provisional, subject to wholesale change, untested, probably
not working, incomplete and unused SP800-90 DRBGs for CTR and Hash modes. Did I say this was untested?
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6b803975e..d3c0c27f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) 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]
+
*) Modify fipscanisteronly build option to only build the necessary object
files by filtering FIPS_EX_OBJ through a perl script in crypto/Makefile.
[Steve Henson]