diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-27 15:07:36 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-27 15:07:36 +0700 |
commit | 31da29d6869989dd0b049596df77c0c8aef37e8f (patch) | |
tree | b84ab2b2804ecad48be4c592c87e3abf836082d5 /crypto/Readme.html | |
parent | Add default case to switch statements (diff) | |
download | BouncyCastle.NET-ed25519-31da29d6869989dd0b049596df77c0c8aef37e8f.tar.xz |
Fix Ascon decryption buffering bug
- add test coverage for all buffer splits
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 d71cf63da..a7c903371 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -32,6 +32,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId85331">Release 2.3.0</a> + <li> <a href="#mozTocId85330">Release 2.2.1</a> <li> <a href="#mozTocId85329">Release 2.2.0</a> @@ -327,6 +329,22 @@ <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> + <h4><a class="mozTocH4" name="mozTocId85331"></a>Release 2.3.0, TBD</h4> + <h5>Defects Fixed</h5> + <ul> + <li>AsconEngine: Fixed a buffering bug when decrypting across multiple ProcessBytes calls (ascon128a unaffected).</li> + </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="mozTocId85330"></a>Release 2.2.1, Friday April 21, 2023</h4> <h5>Defects Fixed</h5> <ul> |