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
|
8884141c3f
|
fix(ext/crypto): missing Aes key typings (#12307)
|
2021-10-03 15:24:46 +02:00 |
|
Divy Srivastava
|
5065c7bcd9
|
feat(ext/crypto): implement wrapKey (#12125)
|
2021-10-01 11:39:49 +02:00 |
|
Divy Srivastava
|
c41460ecc4
|
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
|
2021-09-14 15:21:20 +02:00 |
|
Divy Srivastava
|
0520ae62dd
|
fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
|
2021-09-12 23:02:49 +02:00 |
|
Divy Srivastava
|
40c63d1255
|
feat(ext/crypto): verify ECDSA signatures (#11739)
|
2021-09-11 16:49:53 -04: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
|
85a56e7144
|
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
|
2021-08-24 21:59:02 +02:00 |
|
Divy Srivastava
|
46e4ba38b2
|
fix(ext/crypto): KeyAlgorithm typings for supported algorithms (#11738)
|
2021-08-24 15:15:25 +02:00 |
|
Feng Yu
|
856884b2df
|
fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)
|
2021-08-23 13:54:39 +10: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 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|