diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-05-10 21:13:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-05-10 21:13:03 +0700 |
commit | a7d25c5657c847cdbb315c37405d4f92be4a61dc (patch) | |
tree | b6737e61faceb985875e31cf5da81cd465a75415 | |
parent | Fix CMS recipient selection by SubjectKeyIdentifier (diff) | |
download | BouncyCastle.NET-ed25519-a7d25c5657c847cdbb315c37405d4f92be4a61dc.tar.xz |
Update release notes
-rw-r--r-- | crypto/Readme.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index d37793361..bf21ec9e3 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -336,6 +336,8 @@ <h4><a class="mozTocH4" name="mozTocId9020400"></a>Release 2.4.0, TBD</h4> <h5>Defects Fixed</h5> <ul> + <li>Fixed the input length check for the CCM cipher mode.</li> + <li>CMS: Fix recipient selection based on certificate SubjectKeyIdentifier.</li> </ul> <h5>Additional Features and Functionality</h5> <ul> |