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
/
import_key.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-08-23
fix(ext/crypto): throw DataError for invalid EC key import (#25181)
Divy Srivastava
2024-01-06
feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...
Divy Srivastava
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-05
fix
Divy Srivastava
2023-11-05
chore(ext/crypto): upgrade ec crates
Divy Srivastava
2023-10-30
chore: upgrade rsa to 0.9 (#21016)
Divy Srivastava
2023-10-27
chore(ext/crypto): upgrade to ring 0.17 (#20824)
Divy Srivastava
2023-10-26
chore: update base64 crate (#20877)
Luca Casonato
2023-09-13
refactor: rewrite ext/crypto to op2 (#20477)
Bartek Iwańczuk
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-10-04
fix(ext/crypto): interoperable import/export (#16153)
Filip Skokan
2022-10-03
fix(ext/crypto): fix importKey error when leading zeroes (#16009)
李瑞丰
2022-09-24
chore(ext/crypto): fix typo in import_key.rs (#16012)
Ikko Ashimine
2022-06-20
chore(ext/crypto): update webcrypto deps (#14452)
Divy Srivastava
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-01-19
fix(ext/crypto): validate maskGenAlgorithm asn1 in importKey (#13421)
Divy Srivastava
2022-01-19
feat(ext/crypto): implement pkcs8/JWK for P-384 curves (#13154)
Sean Michael Wykes
2022-01-03
fix(ext/crypto): use forgiving base64 encoding for JWK (#13240)
Sean Michael Wykes
2021-12-16
feat(ext/crypto): support importing ECSDA and ECDH (#13088)
Sean Michael Wykes
2021-12-14
feat(ext/crypto): support importing RSA JWKs (#13071)
Luca Casonato
2021-12-10
refactor(ext/crypto): symmetric jwk decode in rust (#13047)
Luca Casonato
2021-12-10
refactor(ext/crypto): clean up rust side importKey (#13036)
Luca Casonato