grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 4 forks source link

Implement support for RSA across the supported APIs #47

Closed oleiade closed 1 week ago

oleiade commented 1 year ago

The scope of this issue is to implement support for the RSA algorithms across the currently supported APIs.

## Checklist

- [ ] Implement support for RSA in `crypto.subtle.generateKey`
- [ ] Implement support for RSA in `crypto.subtle.importKey`
- [ ] Implement support for RSA in `crypto.subtle.exportKey`
- [ ] Implement support for RSA in `crypto.subtle.encrypt`
- [ ] Implement support for RSA in `crypto.subtle.decrypt`
- [ ] Implement support for RSA in `crypto.subtle.sign`
- [ ] Implement support for RSA in `crypto.subtle.verify`