Skip to content

Commit

Permalink
Update Readme for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Jan 30, 2024
1 parent 4948872 commit 831a484
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crypto/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,17 @@ <h5>Defects Fixed</h5>
<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>
Expand Down

0 comments on commit 831a484

Please sign in to comment.