Divy Srivastava
|
868f38d452
|
fix(ext/crypto): use DataError in importKey() (#12071)
|
2021-09-16 09:58:29 +02:00 |
|
Divy Srivastava
|
c41460ecc4
|
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
|
2021-09-14 15:21:20 +02:00 |
|
Luca Casonato
|
d0b5ff6db9
|
feat(ext/crypto): generate ECDH keys (#11870)
Add support for ECDH algorithm in SubtleCrypto#generateKey.
|
2021-09-13 11:35:49 +02:00 |
|
Divy Srivastava
|
2199bdaf64
|
feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
|
2021-09-13 11:33:28 +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 |
|
Divy Srivastava
|
40c63d1255
|
feat(ext/crypto): verify ECDSA signatures (#11739)
|
2021-09-11 16:49:53 -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
|
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 |
|