jose/lib
Filip Skokan e936d547ce fix: use correct salt length for RSASSA-PSS
https://tools.ietf.org/html/rfc7518 section 3.5 states that the size of
the salt value is the same size as the hash function output.

This is to accomodate that requirement and achieve interop with other
conform implementations. This also prompted enforcing the proper key
sizes.
2019-03-16 09:48:47 +01:00
..
help refactor: use import rather then new 2019-03-11 21:28:45 +01:00
jwa fix: use correct salt length for RSASSA-PSS 2019-03-16 09:48:47 +01:00
jwe refactor: call out ECDH-ES specificly during KW 2019-03-11 22:21:56 +01:00
jwk fix: all JWA defined RSA operations require key of 2048 or more 2019-03-16 09:44:34 +01:00
jwks feat: keystore .all and .get operation option 2019-03-11 22:15:34 +01:00
jws feat: keystore .all and .get operation option 2019-03-11 22:15:34 +01:00
jwt refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
errors.js feat: add JWT.sign/verify/decode 2019-02-27 22:38:30 +01:00
index.d.ts feat: keystore .all and .get operation option 2019-03-11 22:15:34 +01:00
index.js feat: add JWT.sign/verify/decode 2019-02-27 22:38:30 +01:00