jose/test/cookbook
Filip Skokan 2dbd3ed43a feat: add OKP Key and EdDSA sign/verify support
BREAKING CHANGE: node.js minimal version is now v12.0.0 due to its
added EdDSA support (crypto.sign, crypto.verify and eddsa key objects)

resolves #12
2019-04-23 14:30:49 +02:00
..
recipes feat: add OKP Key and EdDSA sign/verify support 2019-04-23 14:30:49 +02:00
4_1.rsa_v15_signature.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
4_2.rsa-pss_signature.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
4_3.ecdsa_signature.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
4_4.hmac-sha2_integrity_protection.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
4_6.protecting_specific_header_fields.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
4_7.protecting_content_only.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
4_8.multiple_signatures.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_1.key_encryption_using_rsa_v15_and_aes-hmac-sha2.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_2.key_encryption_using_rsa-oaep_with_aes-gcm.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_3.key_wrap_using_pbes2-aes-keywrap_with-aes-cbc-hmac-sha2.test.js refactor: use import rather then new 2019-03-11 21:28:45 +01:00
5_4.key_agreement_with_key_wrapping_using_ecdh-es_and_aes-keywrap_with_aes-gcm.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_5.key_agreement_using_ecdh-es_with_aes-cbc-hmac-sha2.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_6.direct_encryption_using_aes-gcm.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_7.key_wrap_using_aes-gcm_keywrap_with_aes-cbc-hmac-sha2.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_8.key_wrap_using_aes-keywrap_with_aes-gcm.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_9.compressed_content.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_10.including_additional_authentication_data.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_11.protecting_specific_header_fields.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_12.protecting_content_only.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
5_13.encrypting_to_multiple_recipients.test.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
jwk.test.js feat: resolving alg/enc, crit members, add tests 2019-02-20 23:12:08 +01:00
rfc7797.4_1.hmac-sha2_b64_false.test.js refactor: use import rather then new 2019-03-11 21:28:45 +01:00
rfc7797.4_2.hmac-sha2_b64_false.js feat: throw JOSEMultiError when general formats and keystore use 2019-02-24 14:05:57 +01:00
rfc8037.a4.ed25519.test.js feat: add OKP Key and EdDSA sign/verify support 2019-04-23 14:30:49 +02:00
verifiers.js refactor: jwe/jws serializer detection 2019-02-19 23:30:57 +01:00