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

Failed to parse AAPublicKey from EF.DG15: Exception: Invalid Algorithm OID object tag=30, expected tag=06 #35

Open
hnvn opened this issue Sep 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hnvn
Copy link

hnvn commented Sep 23, 2024

A typo in following code line causes this error:

if (tvAlg.tag.value != 0x06) { // OID

The correct codes should be:

 if (tvAlgOID.tag.value != 0x06)
@smlu
Copy link
Member

smlu commented Sep 25, 2024

Thank you for spotting this error!
Is there any chance you could submit PR?

@smlu smlu added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants