Skip to content

Commit d4cb665

Browse files
committed
Update Changes
1 parent 90ea9b5 commit d4cb665

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Changes

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
Changes
22
=======
33

4-
v1.0.6
4+
v1.0.6 17 Dec 2020
55
* Fix ECDHES ciphers where padding in AAD et al was creating
66
incomptabile values with jose tool
7-
* Implement direct key encoding (#213)
7+
* Also fix ECDH-ES cek handling (#248)
8+
* Implement direct key encoding (#213, #249)
89
* Allow JWT tokens to use default JWK if only one key is given
910
and the JWT does not necessarily specifies a key (#214)
1011
* Deprecate jwt.Verify and introduce jwt.Validate. JWS verification
1112
used the term Verify, which was confusing when users wanted to
1213
validate the JWT token itself. (#220)
1314
* JWT library optins have been explicitly typed as ValidationOption
14-
and ParseOption (#220)
15+
and ParseOption (#220, #223)
1516
* Add jwx.DecoderSettings and jwx.WithUseNumber option to globally
1617
change how jwx parses JSON objects (#222)
18+
* Encode x5c field as base64 with padding (#244)
19+
* Add more interoperability tests against jose tool.
20+
* Special thanks to anatol and imirkin!
1721

1822
v1.0.5 - 28 Sep 2020
1923
* Reinstate PrivateParams() method in jws and jwe packages.

0 commit comments

Comments
 (0)