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

parsePkcs12 generating an incorrect private key #110

Open
pedroserretti opened this issue Mar 5, 2024 · 0 comments
Open

parsePkcs12 generating an incorrect private key #110

pedroserretti opened this issue Mar 5, 2024 · 0 comments

Comments

@pedroserretti
Copy link

pedroserretti commented Mar 5, 2024

Hi!
I'm doing a function to sign my XML's by my .pfx file, so i need to parsePkcs12 to get private key.

I've already tested with one certificate and it does successfully, but when i tested with another certificate, my XML wasn't signing anymore.

So i generated a PEM file from my PFX file to compare. When i analyzed, i realized that my PEM generated from parsePkcs12 was different of my PEM file.

Here's an example of what's coming for me:

Initials from my PEM file:

-----BEGIN PRIVATE KEY-----
MIIEvQIBADAN... (omitted)

... WiCjgGs9A= (omitted)
-----END PRIVATE KEY-----

Initials from PEM generated by parsePkcs12:

-----BEGIN PRIVATE KEY-----
MIIEzAIBADANBgkqh... (omitted)

...8xBAMCABA= (omitted)
-----END PRIVATE KEY-----

Can anyone help me please??
Thanks!

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

1 participant