mirror of
https://github.com/danbulant/jose
synced 2026-05-20 21:08:44 +00:00
BREAKING CHANGE: the `JWE.decrypt` option `algorithms` was removed and replaced with contentEncryptionAlgorithms (handles `enc` allowlist) and keyManagementAlgorithms (handles `alg` allowlist) |
||
|---|---|---|
| .. | ||
| complete.test.js | ||
| crit.test.js | ||
| ecdh_derive.test.js | ||
| sanity.test.js | ||
| smoke.oct.test.js | ||
| smoke.p256.test.js | ||
| smoke.p384.test.js | ||
| smoke.p521.test.js | ||
| smoke.rsa.test.js | ||
| smoke.rsamin.test.js | ||
| smoke.test.js | ||
| smoke.x448.test.js | ||
| smoke.x25519.test.js | ||