We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spki
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.
Support of this format is part of the WebCrypto API, and some WebCrypto API test cases use it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: