1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext/node/ops/crypto
Divy Srivastava b61fd622a5
fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988)
**Changes**:
- Remove unsafe usage, rewrite Rust representation with `yoke`.
- Implement `X509Certificate.prototype.publicKey()`

Fixes https://github.com/denoland/deno/issues/23307
2024-08-11 18:58:54 +05:30
..
cipher.rs fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957) 2024-08-09 12:58:20 +02:00
dh.rs feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
digest.rs feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
keys.rs fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988) 2024-08-11 18:58:54 +05:30
md5_sha1.rs fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
mod.rs fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981) 2024-08-11 14:59:53 +05:30
pkcs3.rs fix(ext/node): add crypto.diffieHellman (#24938) 2024-08-08 15:05:29 +05:30
primes.rs fix(ext/node): add crypto.diffieHellman (#24938) 2024-08-08 15:05:29 +05:30
sign.rs fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981) 2024-08-11 14:59:53 +05:30
x509.rs fix(ext/node): rewrite X509Certificate resource and add publicKey() (#24988) 2024-08-11 18:58:54 +05:30