jose/lib/jwa
Filip Skokan 23b874cc20 feat: add JWK key_ops support, fix .algorithms() op returns
BREAKING CHANGE: key.algorithms(op) un+wrapKey was split into correct
wrapKey/unwrapKey/deriveKey returns

BREAKING CHANGE: keystore.all and keystore.get `operation` option was
removed, `key_ops: string[]` supersedes it
2019-04-23 14:30:51 +02:00
..
ecdh feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
aes_cbc_hmac_sha2.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
aes_gcm.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
aes_gcm_kw.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
aes_kw.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
ecdsa.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
eddsa.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
hmac.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
index.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
pbes2.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
rsaes.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
rsassa.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
rsassa_pss.js feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00