Skip to content

Commit 831a484

Browse files
committed
Update Readme for 2.3.0
1 parent 4948872 commit 831a484

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crypto/Readme.html

+8
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,17 @@ <h5>Defects Fixed</h5>
337337
<li>HC128Engine now strictly requires 128 bits of IV.</li>
338338
<li>DTLS: Fixed server support for client_certificate_type extension.</li>
339339
<li>DTLS: Fixed retransmission in response to re-receipt of an aggregated ChangeCipherSpec.</li>
340+
<li>SM2Signer: Fixed to support reuse (i.e. auto-reset after GenerateSignature or VerifySignature).</li>
340341
</ul>
341342
<h5>Additional Features and Functionality</h5>
342343
<ul>
344+
<li>DTLS: Significantly improved performance of DtlsVerifier.</li>
345+
<li>Added Rfc5649WrapEngine.</li>
346+
<li>
347+
ASN.1: Added support for "DL" encoding (Asn1Encodable.DL), which is like BER except that encodings always use
348+
the definite-length form.
349+
</li>
350+
<li>Added support for PBE SHA-384 and SHA-512 HMAC algorithms, e.g. in Pkcs12Store.</li>
343351
</ul>
344352
<h5>Additional Notes</h5>
345353
<ul>

0 commit comments

Comments
 (0)