diff options
author | lloyd <[email protected]> | 2014-02-08 15:50:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-02-08 15:50:01 +0000 |
commit | 7def8d303e3cf0f1a27ee8ebcb8ae5137261a361 (patch) | |
tree | 144e644bda4c58b80a9f8b9422bc6e723701e4b1 /doc/relnotes/1_11_8.rst | |
parent | 1895c74f25debdf1a9d1ca9e539ec6cb598012a7 (diff) |
Fix a bug introduced in 1.11.6 where we tried to check CRL signatures
against the wrong key, causing any check to fail.
Clean up the NIST X.509 path validation tests and run them by default.
Diffstat (limited to 'doc/relnotes/1_11_8.rst')
-rw-r--r-- | doc/relnotes/1_11_8.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_8.rst b/doc/relnotes/1_11_8.rst index 2e8ac1b02..a5bc38a05 100644 --- a/doc/relnotes/1_11_8.rst +++ b/doc/relnotes/1_11_8.rst @@ -4,6 +4,9 @@ Version 1.11.8, Not Yet Released * The `botan` command line application introduced in 1.11.7 is now installed along with the library. +* A bug in certificate path validation introduced in 1.11.6 which + caused all CRL signature checks to fail has been corrected. + * The ChaCha20 stream cipher has been added. * CMAC now supports 256 and 512 bit block ciphers, which also allows |