Skip to content

Commit

Permalink
Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Apr 13, 2022
1 parent ea97e8c commit 8ff6c75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changes
=======

v1.2.23 13 Apr 2022
[Bug fixes]
* [jwk] jwk.AutoRefresh had a race condition when `Configure()` was
called concurrently (#686)
(It has been patched correctly, but we may come back to revisit
the design choices in the near future)

v1.2.22 08 Apr 2022
[Bug fixes]
* [jws] jws.Verify was ignoring the `b64` header when it was present
in the protected headers (#681). Now the following should work:

jws.Sign(..., jws.WithDetachedPayload(payload))
// previously payload had to be base64 encoded
jws.Verify(..., jws.WithDetachedPayload(payload))

(note: v2 branch was not affected)

v1.2.21 30 Mar 2022
[Bug fixes]
* [jwk] RSA keys without p and q can now be parsed.
Expand Down

0 comments on commit 8ff6c75

Please sign in to comment.