jose/src/runtime/node
2021-04-29 14:18:00 +02:00
..
aesgcmkw.ts fix: assert KeyLike input types, change "any" types to "unknown" 2021-03-30 17:53:53 +02:00
aeskw.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
asn1_sequence_decoder.ts feat: added "KeyLike to JWK" module 2020-11-22 12:44:27 +01:00
asn1_sequence_encoder.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
base64url.ts chore: update @types/node 2021-04-29 14:18:00 +02:00
cbc_tag.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
check_cek_length.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
check_modulus_length.ts perf: use KeyObject.prototype asymmetricKeyDetails when available 2021-01-18 13:50:42 +01:00
decrypt.ts fix: defer AES CBC w/ HMAC decryption after tag verification passes 2021-04-09 22:04:46 +02:00
digest.ts lint: lint with upgraded deps 2020-12-17 13:42:02 +01:00
dsa_digest.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
ecdhes.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
encrypt.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
fetch.ts fix: node runtime json fetch handles connection errors properly 2021-02-10 13:36:29 +01:00
generate.ts refactor: use nullish coalescing instead of logical OR 2021-03-03 10:55:22 +01:00
get_named_curve.ts fix: assert KeyLike input types, change "any" types to "unknown" 2021-03-30 17:53:53 +02:00
get_sign_verify_key.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
hmac_digest.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
jwk_to_key.ts feat(node): use native JWK import in node >= 15.12.0 2021-03-17 14:10:11 +01:00
key_to_jwk.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
node_key.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
pbes2kw.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
random.ts fix(typescript): refactored how types are published 2020-11-26 18:53:01 +01:00
rsaes.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
secret_key.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
sign.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
timing_safe_equal.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
verify.ts fix(node): check CryptoKey algorithm & usage before exporting KeyObject 2021-04-02 00:01:57 +02:00
webcrypto.ts refactor(node,webcrypto): remove unnecessary workaround 2021-04-07 10:33:45 +02:00
zlib.ts lint: lint with upgraded deps 2020-12-17 13:42:02 +01:00