grafana / xk6-webcrypto

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

JWK Implementation for import/export #61

Closed olegbespalov closed 8 months ago

olegbespalov commented 8 months ago

What?

This is an implementation of the JWK export/import.

I've decided to use the popular library instead of self-tailored since, for the following algorithms, the JWK could be more complicated in terms of maintaining standards.

How did I test it?

Related PRs:

This PR is based on #62

Why?

JWK is part of the specification.

Closes: #37

oleiade commented 8 months ago

Before I forget, we should also update the README tables to match the newly introduced support for JWK in import and export operations. At least for the sake of future selves 😸

olegbespalov commented 8 months ago

@oleiade, the readme tables have no JWK (formats) dimension, but you are correct that it's worth mentioning the current state. I've made a note in ea6ac87