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
/
cli
/
tests
/
unit
/
webcrypto_test.ts
Age
Commit message (
Expand
)
Author
2022-01-30
fix(ext/crypto): enforce 128bits tagLength for AES-GCM decryption (#13536)
Divy Srivastava
2022-01-19
feat(ext/crypto): implement pkcs8/JWK for P-384 curves (#13154)
Sean Michael Wykes
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-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
fix(ext/crypto): use forgiving base64 encoding for JWK (#13240)
Sean Michael Wykes
2022-01-03
feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)
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 exporting RSA JWKs (#13081)
Luca Casonato
2021-12-10
tests: deflake crypto InvalidIntializationVector (#13040)
Luca Casonato
2021-12-05
feat(ext/crypto): implement unwrapKey (#12539)
Divy Srivastava
2021-11-25
tests: add 'await' to all invocations of 'assertRejects' (#12893)
Bartek Iwańczuk
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-11-22
fix(ext/crypto): don't panic on decryption failure (#12840)
Luca Casonato
2021-11-11
fix(crypto): handling large key length in HKDF (#12692)
upendra1997
2021-10-12
feat(ext/crypto): implement deriveKey (#12117)
Divy Srivastava
2021-10-11
feat(ext/crypto): implement AES-CBC encryption & decryption (#12123)
Divy Srivastava
2021-10-08
feat(ext/crypto): implement deriveBits for ECDH (p256) (#11873)
Divy Srivastava
2021-10-06
feat(ext/crypto): export spki for RSA (#12114)
Divy Srivastava
2021-10-03
fix(ext/crypto): missing Aes key typings (#12307)
Divy Srivastava
2021-10-01
feat(ext/crypto): implement wrapKey (#12125)
Divy Srivastava
2021-10-01
fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147)
Divy Srivastava
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-09-22
chore: replace calls to assertThrowsAsync with assertRejects (#12176)
Casper Beyer
2021-09-16
fix(ext/crypto): don't use core.decode for encoding jwk keys (#12088)
Divy Srivastava
2021-09-14
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
Divy Srivastava
2021-09-13
feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
Divy Srivastava
2021-09-12
fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
Divy Srivastava
2021-09-11
feat(ext/crypto): verify ECDSA signatures (#11739)
Divy Srivastava
2021-08-29
feat(ext/crypto): support JWK export for HMAC (#11864)
Divy Srivastava
2021-08-27
feat(ext/crypto): support JWK import for HMAC (#11716)
Divy Srivastava
2021-08-24
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
Divy Srivastava
2021-08-17
fix(ext/crypto): exportKey() for HMAC (#11737)
Divy Srivastava
2021-08-14
chore: move importKey tests to webcrypto_unit.ts (#11706)
Divy Srivastava
2021-08-13
fix(ext/crypto): take a copy of keyData bytes (#11666)
Divy Srivastava
2021-07-12
feat(extensions/crypto): implement verify() for RSA (#11312)
Divy Srivastava
2021-07-07
fix(crypto): hash input for RSASSA-PKCS1-v1_5 before signing (#11314)
Divy Srivastava
2021-07-06
feat(crypto): implement generateKey() and sign() (#9614)
Divy Srivastava