grafana / xk6-webcrypto

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

Subject Public Key Info (`spki`) format support #70

Closed olegbespalov closed 5 months ago

olegbespalov commented 5 months ago

What?

WebCrypto API declares that for the export/import of public keys a SubjectPublicKeyInfo (spki) can be used. Currently we don't support this format.

We should support it and enable the WebCrypto API test cases that are dependent on it.

Useful links

Why?

Support of this format is part of the WebCrypto API, and some WebCrypto API test cases use it.