diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-05-11 15:05:33 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-05-11 15:05:33 +0700 |
commit | aff809de7530bc424bee096a88f916aa6a728a86 (patch) | |
tree | 95a88b75dd9691ff9989ecee6db409b88e0e99ae /crypto/Readme.html | |
parent | Register DTLS 1.3 version number (diff) | |
download | BouncyCastle.NET-ed25519-aff809de7530bc424bee096a88f916aa6a728a86.tar.xz |
(D)TLS: now defaults to offering (D)TLS 1.2, TLS 13
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index ac9efdb33..f7d2fec3f 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId85326">Release 2.0.0</a> + <li> <a href="#mozTocId85325">Release 1.9.0</a> <li> <a href="#mozTocId85324">Release 1.8.10</a> @@ -310,6 +312,26 @@ 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="mozTocId85326"></a>Release 2.0.0, TBD</h4> + + <h5>Defects Fixed</h5> + <ul> + </ul> + <h5>Additional Features and Functionality</h5> + <ul> + <li> + (D)TLS: By default, only (D)TLS 1.2 and TLS 1.3 are offered now. Earlier versions are still supported + if explicitly enabled. Users may need to check they are offering suitable cipher suites for TLS 1.3. + </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="mozTocId85325"></a>Release 1.9.0, Sunday October 17, 2021</h4> <h5>Defects Fixed</h5> |