File tree 1 file changed +8
-0
lines changed
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>
337
337
< li > HC128Engine now strictly requires 128 bits of IV.</ li >
338
338
< li > DTLS: Fixed server support for client_certificate_type extension.</ li >
339
339
< 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 >
340
341
</ ul >
341
342
< h5 > Additional Features and Functionality</ h5 >
342
343
< 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 >
343
351
</ ul >
344
352
< h5 > Additional Notes</ h5 >
345
353
< ul >
You can’t perform that action at this time.
0 commit comments