Sean Michael Wykes
|
9a42d65fc7
|
feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)
Fixes #13201.
|
2022-01-03 12:27:28 +01:00 |
|
Sean Michael Wykes
|
60faf7a0ed
|
feat(ext/crypto): support importing ECSDA and ECDH (#13088)
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
2021-12-16 17:28:43 +01:00 |
|
Divy Srivastava
|
58f04d8e46
|
feat(ext/crypto): implement deriveKey (#12117)
|
2021-10-12 16:09:46 +05:30 |
|
Divy Srivastava
|
3b2cb8e711
|
feat(ext/crypto): implement AES-CBC encryption & decryption (#12123)
* initial stuff
* stuff
* merge stuff
* cleanup
* fmt
* length
* update lockfile
* decrypt
* fixy
* clippy hello?
* hmm
* fixs
* fix lint
* add AesCbcParams
* fixes
* fixy
* lockfile fixy
* fix dumb assertions
* re run CI
* rerun CI
* rerun CI
|
2021-10-11 16:37:51 +02:00 |
|
Divy Srivastava
|
a5d3c8b06c
|
feat(ext/crypto): implement deriveBits for ECDH (p256) (#11873)
|
2021-10-08 17:29:36 +02:00 |
|
Divy Srivastava
|
c41460ecc4
|
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
|
2021-09-14 15:21:20 +02:00 |
|
Divy Srivastava
|
0cb22d4cba
|
feat(ext/crypto): implement HKDF operations (#11865)
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
|
2021-09-11 16:54:03 -04:00 |
|
Luca Casonato
|
cee5be4539
|
feat(ext/crypto): AES key generation (#11869)
Support AES-CTR, AES-CBC, AES-GCM, and AES-KW in
SubtleCrypto#generateKey.
|
2021-08-31 11:25:44 +02:00 |
|
Divy Srivastava
|
1f57cd2c0f
|
feat(ext/crypto): support JWK import for HMAC (#11716)
|
2021-08-27 13:19:41 +02:00 |
|
Divy Srivastava
|
23a9bc099d
|
feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)
|
2021-08-26 12:48:07 +02:00 |
|
Divy Srivastava
|
85a56e7144
|
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
|
2021-08-24 21:59:02 +02:00 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|