-
Notifications
You must be signed in to change notification settings - Fork 796
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
Solutions/workarounds for ECC support #671
Comments
Try to check |
@kate1012 I'm also looking same, Did you get solution for this? I've verified methods in pki.js, pkcs7.js and x509.js but no solution for this.
|
@dlongley |
@kate1012 Did you find solution for this? Let me know how did you implement this? |
I did it: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to extract the certificate chain from a pkcs7 file, but I get the error 'Cannot read public key. OID is not RSA.' I understand that I'm getting that because this package doesn't support ecdsa, but was wondering if anyone can point me to a package that does something similar or if anyone has any solutions. I'm new to this and am having trouble figuring out what to do.
The text was updated successfully, but these errors were encountered: