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

Solutions/workarounds for ECC support #671

Open
kate1012 opened this issue Apr 9, 2019 · 5 comments
Open

Solutions/workarounds for ECC support #671

kate1012 opened this issue Apr 9, 2019 · 5 comments

Comments

@kate1012
Copy link

kate1012 commented Apr 9, 2019

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.

@myxious
Copy link

myxious commented Aug 21, 2019

Try to check PKI.js

@sureshreddygovindu
Copy link

@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.

let forgecertChain2 = forge.pki.certificateFromPem(certchain2);

@sureshreddygovindu
Copy link

@dlongley
any solution for ECC CA ?

@sureshreddygovindu
Copy link

@kate1012 Did you find solution for this? Let me know how did you implement this?

@hamano
Copy link

hamano commented Nov 22, 2021

I did it:
#925

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

No branches or pull requests

4 participants