Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elliptic curves: Support of spki_compressed and raw_compressed key export/import formats #92

Open
olegbespalov opened this issue Oct 30, 2024 · 0 comments

Comments

@olegbespalov
Copy link
Contributor

What?

During the initial implementation of the support of spki and raw formats for crypto keys import/export, the compressed formats were considered out of the scope since golang's implementation doesn't support compressed formats out of the box.

So we even have the patch to the web platform test
https://github.com/grafana/xk6-webcrypto/blob/main/webcrypto/tests/wpt-patches/WebCryptoAPI__import_export__ec_importKey.https.any.js.patch

So we need to implement support of these compression formats.

Why?

Still, they are part of the WebCrypto API and the implementation should support them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant