summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2024-01-30 15:34:58 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2024-01-30 15:34:58 +0700
commit831a484686a6d1601c31a39abeeb41d00a53cf4d (patch)
tree30a12c7eed0b89fc456486b1e2e399eaad6e5aa9 /crypto
parentAdd Hmac SHA384/SHA512 with Pbes2 in PKCS#12 (diff)
downloadBouncyCastle.NET-ed25519-831a484686a6d1601c31a39abeeb41d00a53cf4d.tar.xz
Update Readme for 2.3.0
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Readme.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index 91d33d20f..4fa547f76 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -337,9 +337,17 @@
             <li>HC128Engine now strictly requires 128 bits of IV.</li>
             <li>DTLS: Fixed server support for client_certificate_type extension.</li>
             <li>DTLS: Fixed retransmission in response to re-receipt of an aggregated ChangeCipherSpec.</li>
+            <li>SM2Signer: Fixed to support reuse (i.e. auto-reset after GenerateSignature or VerifySignature).</li>
         </ul>
         <h5>Additional Features and Functionality</h5>
         <ul>
+            <li>DTLS: Significantly improved performance of DtlsVerifier.</li>
+            <li>Added Rfc5649WrapEngine.</li>
+            <li>
+                ASN.1: Added support for "DL" encoding (Asn1Encodable.DL), which is like BER except that encodings always use
+                the definite-length form.
+            </li>
+            <li>Added support for PBE SHA-384 and SHA-512 HMAC algorithms, e.g. in Pkcs12Store.</li>
         </ul>
         <h5>Additional Notes</h5>
         <ul>