-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support for encrypted PEM #12
Comments
Not currently. OpenSSL also supports AES-GCM based PEM files. We’d accept a PR to support them. |
webcrypto-liner (for Browser) and @peculiar/webcrypto (for NodeJS) implement |
@microshine can you provide an example of how to load an encrypted PEM (that is accepted by openssl) into x509 using your @peculiar/webcrypto library? |
Any plans to support OpenSSL encrypted PEM? For now looking to support PKCS8 using pbeWithMD5AndDES-CBC to be interoperable with OpenSSL.
The text was updated successfully, but these errors were encountered: