diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-04-30 21:29:35 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-04-30 21:29:35 +0700 |
commit | 0e7c96c131e921612e5521f33f57f319c9a6605f (patch) | |
tree | beca8c87111c7b4ca05399209e89b109653a5177 /crypto/Readme.html | |
parent | Merge branch 'kakkerlakgly-patch-3' (diff) | |
download | BouncyCastle.NET-ed25519-0e7c96c131e921612e5521f33f57f319c9a6605f.tar.xz |
EdDSA verifiers now reject overly long signatures
- see https://github.com/bcgit/bc-java/issues/508
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 40edf0c53..01eddda7c 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId85320">Release 1.8.6</a> + <li> <a href="#mozTocId85319">Release 1.8.5</a> <li> <a href="#mozTocId85318">Release 1.8.4</a> @@ -298,11 +300,18 @@ We state, where EC MQV has not otherwise been disabled or removed: <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> + <h4><a class="mozTocH4" name="mozTocId85320"></a>Release 1.8.6, TBD</h4> + + <h5>Defects Fixed</h5> + <ul> + <li>EdDSA verifiers now reject overly long signatures.</li> + </ul> + <h4><a class="mozTocH4" name="mozTocId85319"></a>Release 1.8.5, Thursday January 31, 2019</h4> <h5>Additional Features and Functionality</h5> <ul> - <li>Supported added for encoding and decoding of GOST3410-2012 keys</li> + <li>Support added for encoding and decoding of GOST3410-2012 keys</li> <li>Basic support added for CMP (RFC 4210) and CRMF (RFC 4211), including the PKI archive control.</li> </ul> |