diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-16 16:21:56 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-16 16:21:56 +0700 |
commit | ba3292784635dc3f06070e4c99c01ed630818940 (patch) | |
tree | 7a4c19ad7d721c4c5a9c1e8924fc0a6bc2c199ea /crypto/Readme.html | |
parent | Reduce single-bit extractions from scalars (diff) | |
download | BouncyCastle.NET-ed25519-ba3292784635dc3f06070e4c99c01ed630818940.tar.xz |
Fixed Rfc3211WrapEngine processing of messages over 127 bytes.
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 72e97516f..1d1b74f1c 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId85318">Release 1.8.4</a> + <li> <a href="#mozTocId85317">Release 1.8.3</a> <li> <a href="#mozTocId85316">Release 1.8.2</a> @@ -294,6 +296,13 @@ 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="mozTocId85318"></a>Release 1.8.4, TBD</h4> + + <h5>Defects Fixed</h5> + <ul> + <li>Rfc3211WrapEngine would not properly handle messages longer than 127 bytes. This has been fixed.</li> + </ul> + <h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, Saturday August 11, 2018</h4> <h5>IMPORTANT</h5> |