jose/src/runtime/node
2021-03-17 14:10:11 +01:00
..
aesgcmkw.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
aeskw.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01: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 perf: use 'base64url' encoding when available in Node.js runtime 2021-01-18 13:50:37 +01: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(electron): only call (de)cipher.setAAD() when aad is not empty 2021-03-02 23:58:48 +01: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 feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
encrypt.ts fix(electron): only call (de)cipher.setAAD() when aad is not empty 2021-03-02 23:58:48 +01: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 feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01: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 feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
node_key.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
pbes2kw.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
random.ts fix(typescript): refactored how types are published 2020-11-26 18:53:01 +01:00
rsaes.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
secret_key.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
sign.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
timing_safe_equal.ts feat: Revised API, No dependencies, Browser Support, Promises 2020-11-14 18:26:46 +01:00
verify.ts fix: swallow invalid signature encoding errors 2021-03-11 14:56:57 +01:00
webcrypto.ts feat: allow CryptoKey instances in a regular non-webcrypto node runtime 2021-02-04 17:39:28 +01:00
zlib.ts lint: lint with upgraded deps 2020-12-17 13:42:02 +01:00