Skip to content

Commit f4701e1

Browse files
committed
Update Changes
1 parent e831228 commit f4701e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changes
22
=======
33

4+
v1.2.22 08 Apr 2022
5+
[Bug fixes]
6+
* [jws] jws.Verify was ignoring the `b64` header when it was present
7+
in the protected headers (#681). Now the following should work:
8+
9+
jws.Sign(..., jws.WithDetachedPayload(payload))
10+
// previously payload had to be base64 encoded
11+
jws.Verify(..., jws.WithDetachedPayload(payload))
12+
13+
(note: v2 branch was not affected)
14+
415
v1.2.21 30 Mar 2022
516
[Bug fixes]
617
* [jwk] RSA keys without p and q can now be parsed.

0 commit comments

Comments
 (0)