summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-04-23 19:55:52 +0000
committersteve <steve>2011-04-23 19:55:52 +0000
commit0a5ea60bf7b25ae30a980670a6284bcd02e00f23 (patch)
treee519d49d7aa10b14aea3faff0170bd26f03c9fa9 /CHANGES
parent3b81e224aba82bf99edafb6bd4a7eba6ba349b7e (diff)
downloadopenssl-0a5ea60bf7b25ae30a980670a6284bcd02e00f23.tar.gz
Add PRNG security strength checking.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29ac9dc18..6e54214b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add PRNG security strength checks to RSA, DSA and ECDSA using
+ information in FIPS186-3, SP800-57 and SP800-131A.
+ [Steve Henson]
+
*) CCM support via EVP. Interface is very similar to GCM case except we
must supply all data in one chunk (i.e. no update, final) and the
message length must be supplied if AAD is used. Add algorithm test