8000 v3.0.2: Update changelog (#95) · go-jose/go-jose@863f73b · GitHub
[go: up one dir, main page]

Skip to content

Commit 863f73b

Browse files
authored
v3.0.2: Update changelog (#95)
1 parent bdbc794 commit 863f73b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
117
# v3.0.1
218

3-
Fixed:
19+
## Fixed
20+
421
- Security issue: an attacker specifying a large "p2c" value can cause
522
JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume large
623
amounts of CPU, causing a DoS. Thanks to Matt Schwager (@mschwager) for the

0 commit comments

Comments
 (0)
0