From 3643a9c5bc476c9ff2423858c772401b0b06557d Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Wed, 7 Oct 2015 09:59:01 -0600 Subject: [PATCH] Build: add CGMKW test --- test/jwe/jwe-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jwe/jwe-test.js b/test/jwe/jwe-test.js index 536b27f..0e318a4 100644 --- a/test/jwe/jwe-test.js +++ b/test/jwe/jwe-test.js @@ -20,6 +20,7 @@ var fixtures = { "5_4.key_agreement_with_key_wrapping_using_ecdh-es_and_aes-keywrap_with_aes-gcm": cloneDeep(require("jose-cookbook/jwe/5_4.key_agreement_with_key_wrapping_using_ecdh-es_and_aes-keywrap_with_aes-gcm.json")), "5_5.key_agreement_using_ecdh-es_with_aes-cbc-hmac-sha2": cloneDeep(require("jose-cookbook/jwe/5_5.key_agreement_using_ecdh-es_with_aes-cbc-hmac-sha2.json")), "5_6.direct_encryption_using_aes-gcm": cloneDeep(require("jose-cookbook/jwe/5_6.direct_encryption_using_aes-gcm.json")), + "5_7.key_wrap_using_aes-gcm_keywrap_with_aes-cbc-hmac-sha2": cloneDeep(require("jose-cookbook/jwe/5_7.key_wrap_using_aes-gcm_keywrap_with_aes-cbc-hmac-sha2.json")), "5_8.key_wrap_using_aes-keywrap_with_aes-gcm": cloneDeep(require("jose-cookbook/jwe/5_8.key_wrap_using_aes-keywrap_with_aes-gcm.json")), "5_9.compressed_content": cloneDeep(require("jose-cookbook/jwe/5_9.compressed_content.json")), "5_10.including_additional_authentication_data": cloneDeep(require("jose-cookbook/jwe/5_10.including_additional_authentication_data.json"))