jose/lib/jwa
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
..
ecdh refactor: call out ECDH-ES specificly during KW 2019-03-11 22:21:56 +01:00
aes_cbc_hmac_sha2.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
aes_gcm.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
aes_gcm_kw.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
aes_kw.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
ecdsa.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
hmac.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
index.js fix: use correct salt length for RSASSA-PSS 2019-03-16 09:48:47 +01:00
pbes2.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
rsaes.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
rsassa.js fix: use correct salt length for RSASSA-PSS 2019-03-16 09:48:47 +01:00
rsassa_pss.js fix: use correct salt length for RSASSA-PSS 2019-03-16 09:48:47 +01:00