File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
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
1822v1.0.5 - 28 Sep 2020
1923 * Reinstate PrivateParams() method in jws and jwe packages.
You can’t perform that action at this time.
0 commit comments