diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-08 23:17:23 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-08 23:17:23 +0700 |
commit | 9f4c0d827e70550f7371f7290890649bb368966d (patch) | |
tree | 94dc8b399e2e6daedb1e7a13adc323b03b0e05be /crypto/Readme.html | |
parent | Added support for IVs. (diff) | |
download | BouncyCastle.NET-ed25519-9f4c0d827e70550f7371f7290890649bb368966d.tar.xz |
Update versions and release notes for 1.8.2 release-1.8.2
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index b26937714..8594f8b96 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -292,7 +292,7 @@ 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="mozTocId85316"></a>Release 1.8.2, Release Date TBD</h4> + <h4><a class="mozTocH4" name="mozTocId85316"></a>Release 1.8.2, Monday April 9, 2018</h4> <h5>Security Advisory</h5> <ul> @@ -315,11 +315,26 @@ We state, where EC MQV has not otherwise been disabled or removed: </li> </ul> + <h5>Defects Fixed</h5> + <ul> + <li>DTLS now supports records containing multiple handshake messages.</li> + </ul> <h5>Additional Features and Functionality</h5> <ul> <li>TLS: support for ClientHello Padding Extension (RFC 7685).</li> <li>TLS: support for ECDH_anon key exchange.</li> <li>BCrypt implementation added.</li> + <li>BLAKE2b and BLAKE2s implementations added.</li> + <li>GOST R 34.11-2012 implementation added.</li> + <li>DSTU-7564 message digest implementation added.</li> + <li>SM2 signatures, key exchange, and public key encryption implementations added.</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="mozTocId85315"></a>Release 1.8.1, Monday December 28, 2015</h4> |