diff options
author | Jack Lloyd <[email protected]> | 2018-05-31 20:47:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-05-31 20:47:28 -0400 |
commit | 027faff1357c738483f5dd33f88b01949a9a7205 (patch) | |
tree | 05d698e3f64c57f3812bfda4eb751778fdb9a717 /news.rst | |
parent | 59a407ddbd94e1bb0d2b117922d4b4058acb0f45 (diff) | |
parent | 26f31c652fc1c25f3349530c7bf8ee0eb999e469 (diff) |
Merge GH #1594 Add ECDSA Wycheproof tests
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -35,6 +35,12 @@ Version 2.7.0, Not Yet Released * XMSS signature verification did not check that the signature was of the expected length which could lead to a crash. (GH #1537) +* Previously for ASN.1 encoded signatures (eg ECDSA) Botan would accept any + valid BER encoding. Now only the single valid DER encoding is accepted. + +* Correct an error that could in rare cases cause an internal error exception + when doing computations with the P-224 curve. + * Botan generates X.509 subject key IDs by hashing the public key with whatever hash function is being used to sign the certificate. However especially for SHA-512 this caused SKIDs that were far longer than |