diff options
author | lloyd <[email protected]> | 2014-03-21 22:16:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-03-21 22:16:46 +0000 |
commit | 0e2b9db6eecb07d01b4756b8fa0a3307670715b6 (patch) | |
tree | be45ca028434e55065ac70da7290e42747bebd48 /doc | |
parent | b4407e3d2191a166dfd0e71006180431726f3fc6 (diff) |
Add HMAC_DRBG
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_9.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_9.rst b/doc/relnotes/1_11_9.rst index 85cfcb843..3ccf3fd8d 100644 --- a/doc/relnotes/1_11_9.rst +++ b/doc/relnotes/1_11_9.rst @@ -1,6 +1,10 @@ Version 1.11.9, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + * An implementation of HMAC_DRBG RNG from NIST SP800-90A has been + added. Like the X9.31 PRNG implementation, it uses another + underlying RNG for seeding material. + * Fix a bug in certificate path validation which prevented successful validation if intermediate certificates were presented out of order. |