diff options
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 76afc29a4..98b7dee72 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -32,6 +32,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId9020400">Release 2.4.0</a> + <li> <a href="#mozTocId85332">Release 2.3.1</a> <li> <a href="#mozTocId85331">Release 2.3.0</a> @@ -331,13 +333,35 @@ <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> - <h4><a class="mozTocH4" name="mozTocId85332"></a>Release 2.3.1, TBD</h4> + <h4><a class="mozTocH4" name="mozTocId9020400"></a>Release 2.4.0, TBD</h4> <h5>Defects Fixed</h5> <ul> + </ul> + <h5>Additional Features and Functionality</h5> + <ul> + </ul> + <h5>Additional Notes</h5> + <ul> + <li> + See the (cumulative) list of GitHub pull requests that we have accepted at + <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>. + </li> + </ul> + + <h4><a class="mozTocH4" name="mozTocId85332"></a>Release 2.3.1, Tuesday May 7, 2024</h4> + <h5>Defects Fixed</h5> + <ul> + <li>TLS: Fixed timing side-channel for RSA key exchange ("The Marvin Attack").</li> <li>PSS: Fixed regression in 2.3.0 when updating signer from a span.</li> + <li> + EdDSA: Fixed verification infinite loop (regression in 2.1.0) + - see <a href="https://github.com/bcgit/bc-java/issues/1599">corresponding bc-java issue</a>. + </li> </ul> <h5>Additional Features and Functionality</h5> <ul> + <li>ASN.1: Limited OID contents to 4096 bytes.</li> + <li>EC: Restricted m value in F2m curves.</li> </ul> <h5>Additional Notes</h5> <ul> |