index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
crypto
/
shared.rs
Age
Commit message (
Expand
)
Author
2024-10-18
refactor(ext/crypto): use concrete error types (#26167)
Leo Kettmeir
2024-09-23
feat(ext/crypto): import and export p521 keys (#25789)
Divy Srivastava
2024-09-20
fix(ext/crypto): ensure EC public keys are exported uncompressed (#25766)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-30
chore: upgrade rsa to 0.9 (#21016)
Divy Srivastava
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek IwaĆczuk
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-04
fix(ext/crypto): interoperable import/export (#16153)
Filip Skokan
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-06-20
chore(ext/crypto): update webcrypto deps (#14452)
Divy Srivastava
2022-02-08
fix(ext/crypto): support EC p256 private key material in exportKey (#13547)
Divy Srivastava
2022-01-19
feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104)
Sean Michael Wykes
2021-12-16
feat(ext/crypto): support importing ECSDA and ECDH (#13088)
Sean Michael Wykes
2021-12-15
refactor(ext/crypto): clean up encrypt rust code (#13094)
Luca Casonato
2021-12-13
refactor(ext/crypto): generateKey rust cleanup (#13069)
Luca Casonato
2021-12-13
refactor(ext/crypto): clean up exportKey rust code (#13052)
Luca Casonato
2021-12-10
refactor(ext/crypto): clean up rust side importKey (#13036)
Luca Casonato