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
|
3aa8591595
|
feat(ext/crypto): export spki for RSA (#12114)
|
2021-10-06 11:18:12 +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
|
c0b6c0eea5
|
fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147)
|
2021-10-01 11:14:16 +02:00 |
|
Casper Beyer
|
830586d242
|
test(cli): align unit test permissions with runtime test permissions (#12189)
|
2021-09-23 01:50:50 +02:00 |
|
Casper Beyer
|
20692f3e84
|
chore: replace calls to assertThrowsAsync with assertRejects (#12176)
|
2021-09-22 09:21:11 -04: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 |
|
Divy Srivastava
|
2199bdaf64
|
feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
|
2021-09-13 11:33:28 +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
|
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
|
370c5013c5
|
chore: move importKey tests to webcrypto_unit.ts (#11706)
|
2021-08-14 16:23:11 +02:00 |
|
Divy Srivastava
|
c1f97056f4
|
fix(ext/crypto): take a copy of keyData bytes (#11666)
|
2021-08-13 11:27:56 +02:00 |
|
Divy Srivastava
|
00484d24ba
|
feat(extensions/crypto): implement verify() for RSA (#11312)
|
2021-07-12 14:45:36 +02:00 |
|
Divy Srivastava
|
e3a4e9cf11
|
fix(crypto): hash input for RSASSA-PKCS1-v1_5 before signing (#11314)
|
2021-07-07 16:33:58 +02:00 |
|
Divy Srivastava
|
570309d795
|
feat(crypto): implement generateKey() and sign() (#9614)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2021-07-06 14:16:04 +02:00 |
|