File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments