1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/ops/crypto
Divy Srivastava b02ffec37c
fix(ext/node): exporting rsa public keys (#23596)
Initial support for exporting rsa public KeyObject.

Current assumption is that RSA keys are stored in pkcs1 der format in
key storage.

Ref https://github.com/denoland/deno/issues/23471 
Ref https://github.com/denoland/deno/issues/18928
Ref https://github.com/denoland/deno/issues/21124
2024-04-29 19:16:38 +05:30
..
cipher.rs fix(ext/node): add aes256 algorithm support (#22198) 2024-02-01 09:13:24 +05:30
dh.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
digest.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
mod.rs fix(ext/node): exporting rsa public keys (#23596) 2024-04-29 19:16:38 +05:30
primes.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
x509.rs chore: upgrade deno_core to 0.256.0 (#22145) 2024-01-27 12:27:41 +05:30