🚀 Features
- Filter_algorithms names parameter default to all algs - by @azmeuk (1034a)
- Pick_random_key algorithm parameter is optional - by @azmeuk (ee046)
- Filter_algorithms supports KeySet objects - by @azmeuk (775d5)
- jwk: Add a derive_key method for OKPKey - by @lepture (04f59)
- jwk: Add derive_key method for ECKey - by @lepture (73412)
🐞 Bug Fixes
- Remove backend parameter, it is deprecated - by @lepture (e10e1)
- jwa: Improve RFC9864 check key logic - by @lepture (b8434)
- jwk: Improve OKPKey implementation - by @lepture (7b8e3)
- jwk: Allow import key from cryptography native key types - by @lepture (6db65)
- jwk: Raise InvalidKeyCurveError when generate ECKey with invalid crv - by @lepture (c7921)
- jwk: Improve generate_private_key on binding class - by @lepture (24257)
- jwk: Remove useless properties on OKPKey - by @lepture (bf35f)
- jws: Use JWSRegistry.guess_algorithm to replace JWSRegistry.guess_alg - by @lepture (6b34c)
- jwt: Make BaseClaimsRegistry.essential_keys a property. - by @lepture (bc13e)