Divy Srivastava
|
b1e7452cd3
|
feat(ext/crypto): support importing/exporting raw AES keys (#12392)
|
2021-10-12 15:48:08 +02:00 |
|
Divy Srivastava
|
58f04d8e46
|
feat(ext/crypto): implement deriveKey (#12117)
|
2021-10-12 16:09:46 +05:30 |
|
Divy Srivastava
|
70978fd05a
|
feat(ext/crypto): support importing raw ECDSA keys (#11871)
|
2021-10-11 17:00:48 +02:00 |
|
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
|
3aa8591595
|
feat(ext/crypto): export spki for RSA (#12114)
|
2021-10-06 11:18:12 +02:00 |
|
Divy Srivastava
|
5065c7bcd9
|
feat(ext/crypto): implement wrapKey (#12125)
|
2021-10-01 11:39:49 +02:00 |
|
李瑞丰
|
46245b830a
|
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2021-09-25 02:07:22 +09:00 |
|
Divy Srivastava
|
9270cad67c
|
fix(ext/crypto): don't use core.decode for encoding jwk keys (#12088)
|
2021-09-16 09:12:38 +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 |
|
David Sherret
|
987716798f
|
feat(fmt): add basic JS doc formatting (#11902)
|
2021-09-02 18:28:12 -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
|
5ee2110179
|
feat(ext/crypto): support JWK export for HMAC (#11864)
|
2021-08-29 14:23:51 +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 |
|
Divy Srivastava
|
af97535b7c
|
fix(ext/crypto): exportKey() for HMAC (#11737)
Fixes typings and innerKey processing (WPT doesn't test
exportKey for HMAC so this wasn't caught earlier).
|
2021-08-17 11:29:32 +02:00 |
|
Divy Srivastava
|
eea6f578fc
|
fix(ext/crypto): enable non-extractable keys (#11705)
|
2021-08-16 18:11:36 +02:00 |
|
Divy Srivastava
|
2d578ea54a
|
fix(ext/crypto): fix copying buffersource (#11714)
|
2021-08-15 12:00:35 +02:00 |
|
Divy Srivastava
|
71f79097c6
|
fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
2021-08-13 23:20:44 +02:00 |
|
Divy Srivastava
|
c6e3f93ebb
|
fix(ext/crypto): handle idlValue not being present (#11685)
|
2021-08-13 19:34:24 +02:00 |
|
Divy Srivastava
|
c1f97056f4
|
fix(ext/crypto): take a copy of keyData bytes (#11666)
|
2021-08-13 11:27:56 +02:00 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|