diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-09-21 23:17:51 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-09-21 23:17:51 +0700 |
commit | 93b32a75656955faf7996d0f3e0ed391968d2ac6 (patch) | |
tree | b36c6eaa7ba521c08044a49ee556e04ff5314883 /crypto/Readme.html | |
parent | Fix .NET 1.1 build (diff) | |
download | BouncyCastle.NET-ed25519-93b32a75656955faf7996d0f3e0ed391968d2ac6.tar.xz |
Update versions and release notes for 1.8.8 release-1.8.8
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index c5f362460..9a368f47a 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId85322">Release 1.8.8</a> + <li> <a href="#mozTocId85321">Release 1.8.7</a> <li> <a href="#mozTocId85320">Release 1.8.6</a> @@ -302,6 +304,22 @@ 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="mozTocId85322"></a>Release 1.8.8, Monday September 21, 2020</h4> + + <h5>Additional Features and Functionality</h5> + <ul> + <li>Updated TimeStampTokenGenerator from bc-java.</li> + <li>Improved performance for constant-time modular inversion ("safegcd").</li> + <li>Improved performance for binary EC fields.</li> + </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="mozTocId85321"></a>Release 1.8.7, Thursday July 30, 2020</h4> <h5>Defects Fixed</h5> |