File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ var fixtures = {
20
20
"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" ) ) ,
21
21
"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" ) ) ,
22
22
"5_6.direct_encryption_using_aes-gcm" : cloneDeep ( require ( "jose-cookbook/jwe/5_6.direct_encryption_using_aes-gcm.json" ) ) ,
23
+ "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" ) ) ,
23
24
"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" ) ) ,
24
25
"5_9.compressed_content" : cloneDeep ( require ( "jose-cookbook/jwe/5_9.compressed_content.json" ) ) ,
25
26
"5_10.including_additional_authentication_data" : cloneDeep ( require ( "jose-cookbook/jwe/5_10.including_additional_authentication_data.json" ) )
You can’t perform that action at this time.
0 commit comments