jose/test/cookbook
Filip Skokan 70bd4ae6b2 refactor: encrypt APIs unprotectedHeader and aad arguments swapped
BREAKING CHANGE: jose.JWE.Encrypt constructor aad and unprotectedHeader
arguments swapped places
BREAKING CHANGE: jose.JWE.encrypt.flattened header (unprotectedHeader)
and aad arguments swapped places
BREAKING CHANGE: jose.JWE.encrypt.general header (unprotectedHeader)
and aad arguments swapped places
2020-09-08 14:12:04 +02:00
..
recipes refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_1.rsa_v15_signature.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_2.rsa-pss_signature.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_3.ecdsa_signature.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_4.hmac-sha2_integrity_protection.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_6.protecting_specific_header_fields.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_7.protecting_content_only.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
4_8.multiple_signatures.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
5_1.key_encryption_using_rsa_v15_and_aes-hmac-sha2.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_2.key_encryption_using_rsa-oaep_with_aes-gcm.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_3.key_wrap_using_pbes2-aes-keywrap_with-aes-cbc-hmac-sha2.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_4.key_agreement_with_key_wrapping_using_ecdh-es_and_aes-keywrap_with_aes-gcm.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_5.key_agreement_using_ecdh-es_with_aes-cbc-hmac-sha2.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_6.direct_encryption_using_aes-gcm.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_7.key_wrap_using_aes-gcm_keywrap_with_aes-cbc-hmac-sha2.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_8.key_wrap_using_aes-keywrap_with_aes-gcm.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_9.compressed_content.test.js chore: fix decryption test titles 2020-03-17 19:58:59 +01:00
5_10.including_additional_authentication_data.test.js refactor: encrypt APIs unprotectedHeader and aad arguments swapped 2020-09-08 14:12:04 +02:00
5_11.protecting_specific_header_fields.test.js refactor: encrypt APIs unprotectedHeader and aad arguments swapped 2020-09-08 14:12:04 +02:00
5_12.protecting_content_only.test.js refactor: encrypt APIs unprotectedHeader and aad arguments swapped 2020-09-08 14:12:04 +02:00
5_13.encrypting_to_multiple_recipients.test.js refactor: encrypt APIs unprotectedHeader and aad arguments swapped 2020-09-08 14:12:04 +02:00
jwk.test.js fix: keystore.toJWKS(true) does not throw on public keys 2019-09-16 14:46:38 +02:00
ml.key_encryption_using_rsa-oaep-256_with_a128cbc-hs256.test.js test: add RSA-OAEP-256 test vectors from the jose mailing list 2020-03-17 19:58:15 +01:00
rfc7797.4_1.hmac-sha2_b64_false.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
rfc7797.4_2.hmac-sha2_b64_false.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
rfc8037.a4.ed25519.test.js refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
rfc8037.ecdhes.test.js test: add ECDH-ES test vectors from rfc8037 2020-02-27 17:46:43 +01:00
verifiers.js refactor: jwe/jws serializer detection 2019-02-19 23:30:57 +01:00