Skip to content

Commit

Permalink
v3.0.2: Update changelog (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Feb 23, 2024
1 parent bdbc794 commit 863f73b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,23 @@
# v3.0.2

## Fixed

- DecryptMulti: handle decompression error (#19)

## Changed

- jwe/CompactSerialize: improve performance (#67)
- Increase the default number of PBKDF2 iterations to 600k (#48)
- Return the proper algorithm for ECDSA keys (#45)

## Added

- Add Thumbprint support for opaque signers (#38)

# v3.0.1

Fixed:
## Fixed

- Security issue: an attacker specifying a large "p2c" value can cause
JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume large
amounts of CPU, causing a DoS. Thanks to Matt Schwager (@mschwager) for the
Expand Down

0 comments on commit 863f73b

Please sign in to comment.