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
|
b033a7a6d4
|
fix(ext/crypto): key generation based on AES key length (#12146)
|
2021-10-06 11:24:41 +02:00 |
|
Divy Srivastava
|
3aa8591595
|
feat(ext/crypto): export spki for RSA (#12114)
|
2021-10-06 11:18:12 +02:00 |
|
Leo K
|
77a00ce1fb
|
chore: various op cleanup (#12329)
|
2021-10-05 22:38:27 +02:00 |
|
Divy Srivastava
|
21520f5ff1
|
feat(ext/crypto): decode RSAES-OAEP-params with default values (#12292)
|
2021-10-02 15:20:53 +02:00 |
|
Divy Srivastava
|
1dfa35b2ba
|
fix(ext/crypto): use NotSupportedError for importKey() (#12289)
|
2021-10-01 13:16:11 +02:00 |
|
Divy Srivastava
|
c0b6c0eea5
|
fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147)
|
2021-10-01 11:14:16 +02:00 |
|
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 |
|