jose/lib/jwe
Filip Skokan 30e5c46ecf feat: decrypt allowlists for both key management and content encryption
BREAKING CHANGE: the `JWE.decrypt` option `algorithms` was removed and
replaced with contentEncryptionAlgorithms (handles `enc` allowlist) and
keyManagementAlgorithms (handles `alg` allowlist)
2020-09-08 14:12:04 +02:00
..
decrypt.js feat: decrypt allowlists for both key management and content encryption 2020-09-08 14:12:04 +02:00
encrypt.js refactor: encrypt APIs unprotectedHeader and aad arguments swapped 2020-09-08 14:12:04 +02:00
generate_cek.js refactor: improve error message when JWE "enc" value is invalid 2019-12-06 16:09:49 +01:00
index.js refactor: encrypt APIs unprotectedHeader and aad arguments swapped 2020-09-08 14:12:04 +02:00
serializers.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00
validate_headers.js refactor: require order and base64url split encode buffer/string 2019-03-06 22:12:43 +01:00