summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-08-08 22:07:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-08-08 22:07:38 +0000
commit20f12e63ff3fb9ed04f99039605a449b3137847b (patch)
tree47a6f01ed657b590884c4169220ded1d3e05b376 /CHANGES
parentb38fd40db43d9eaa9739f128ce0a701d5850ace4 (diff)
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 c4dc27a298..011df12db3 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