8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbc794 commit 863f73bCopy full SHA for 863f73b
CHANGELOG.md
@@ -1,6 +1,23 @@
1
+# v3.0.2
2
+
3
+## Fixed
4
5
+ - DecryptMulti: handle decompression error (#19)
6
7
+## Changed
8
9
+ - jwe/CompactSerialize: improve performance (#67)
10
+ - Increase the default number of PBKDF2 iterations to 600k (#48)
11
+ - Return the proper algorithm for ECDSA keys (#45)
12
13
+## Added
14
15
+ - Add Thumbprint support for opaque signers (#38)
16
17
# v3.0.1
18
-Fixed:
19
20
21
- Security issue: an attacker specifying a large "p2c" value can cause
22
JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume large
23
amounts of CPU, causing a DoS. Thanks to Matt Schwager (@mschwager) for the
0 commit comments