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
/
00_crypto.js
Age
Commit message (
Expand
)
Author
2023-01-18
chore(ext/crypto): Update rsa to 0.7.0 (#16327)
Kyle Willmon
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-22
fix(ext): Add checks for owning properties in for-in loops (#17139)
Kenta Moriuchi
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-10-28
fix(ext/crypto): fix HMAC jwk import "use" check (#16465)
Filip Skokan
2022-10-15
fix(ext/crypto): correct HMAC get key length op (#16201)
Filip Skokan
2022-10-09
perf(ext/crypto): optimize `getRandomValues` (#16212)
Divy Srivastava
2022-10-04
fix(ext/crypto): ECDH and X25519 non byte length and 0 length fixes (#16146)
Filip Skokan
2022-10-03
fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)
Aurélien Bertron
2022-10-03
fix(ext/crypto): curve25519 import export (#16140)
Filip Skokan
2022-09-30
fix(ext/crypto): use correct handle for public keys (#16099)
Colin Ihrig
2022-09-27
feat(ext/crypto): add x25519 and Ed25519 CFRG curves (#14119)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-06-08
feat(ext/crypto): export elliptic keys as "raw" (#14764)
diachedelic
2022-04-07
fix(ext/crypto): check extractable in exportKey (#14222)
EduM22
2022-03-11
fix(ext/crypto): handle JWK import with "use" (#13912)
Filip Skokan
2022-03-09
chore(ext/crypto): remove old todos (#13887)
Divy Srivastava
2022-03-02
feat(ext/crypto): AES-GCM support for 128bit IVs (#13805)
Divy Srivastava
2022-02-16
fix(ext/crypto): optional additionalData in encrypt/decrypt (#13669)
Divy Srivastava
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-02-01
fix(ext/crypto): utf16 jwk encoding (#13535)
Divy Srivastava
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-19
feat(ext/crypto): support importing raw EC keys (#13079)
Luca Casonato
2022-01-19
feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104)
Sean Michael Wykes
2022-01-14
feat(ext/crypto): implement AES-GCM decryption (#13319)
Divy Srivastava
2022-01-11
feat(ext/crypto): implement AES-KW for wrapKey/unwrapKey (#13286)
Sean Michael Wykes
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-07
feat(ext/crypto): JWK support for unwrapKey/wrapKey (#13261)
Sean Michael Wykes
2022-01-05
feat(ext/crypto): implement AES-GCM encryption (#13119)
Divy Srivastava
2022-01-05
fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url (#13264)
Sean Michael Wykes
2022-01-03
feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)
Sean Michael Wykes
2021-12-27
fix(ext/crypto) include AES-CTR for deriveKey (#13174)
Sean Michael Wykes
2021-12-20
refactor(ext/crypto): cleanup decrypt code (#13120)
Divy Srivastava
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-15
fix(ext/crypto): various cleanup in JWK imports (#13092)
Luca Casonato
2021-12-14
feat(ext/crypto): support exporting RSA JWKs (#13081)
Luca Casonato
2021-12-14
feat(ext/crypto): support importing RSA JWKs (#13071)
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): symmetric jwk decode in rust (#13047)
Luca Casonato
2021-12-10
refactor(ext/crypto): clean up rust side importKey (#13036)
Luca Casonato
2021-12-09
refactor(ext/crypto): various cleanups in js code (#13027)
Sean Michael Wykes
2021-12-09
feat(crypto): support `importKey` in SPKI format (#12921)
Yacine Hmito
2021-12-09
refactor(ext/crypto): de-duplicate copyBuffer code (#13030)
Luca Casonato
2021-12-09
refactor(ext/crypto): clean up `exportKey` logic (#13029)
Luca Casonato
2021-12-09
refactor(ext/crypto): clean up `importKey` logic (#13028)
Luca Casonato
2021-12-05
feat(ext/crypto): implement unwrapKey (#12539)
Divy Srivastava
2021-11-28
feat(ext/crypto): support importing exporting AES JWK keys (#12444)
Divy Srivastava
[next]