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 (
Collapse
)
Author
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
Fixes typings and innerKey processing (WPT doesn't test exportKey for HMAC so this wasn't caught earlier).
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
Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
[prev]