summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-08-08 22:07:37 +0000
committersteve <steve>2011-08-08 22:07:37 +0000
commitad23c0623921605a4f728a6884599c15b2b8e7f4 (patch)
tree982353da555229f8e7330ce5e8e543059a2fe3e3 /CHANGES
parent25ee2f8c65ace5a811a7ed0e22ef22594536005b (diff)
downloadopenssl-ad23c0623921605a4f728a6884599c15b2b8e7f4.tar.gz
Add HMAC DRBG from SP800-90
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4dc27a29..011df12db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add support for HMAC DRBG from SP800-90. Update algorithm and POST
+ to handle HMAC cases.
+ [Steve Henson]
+
*) Add GCM support to TLS library. Some custom code is needed to split
the IV between the fixed (from PRF) and explicit (from TLS record)
portions. This adds all GCM ciphersuites supported by RFC5288 and