-
Notifications
You must be signed in to change notification settings - Fork 35
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
pgpdump fails to parse secret key #26
Comments
pgpdump does not provide the function to decrypt encrypted packets yet. |
I don't want it to decrypt the key, but note how the parsing fails. E.g. pgpdump thinks the second packet is an old-style packet (it is a new-style one) of length 1417113376. For reference, here is the packet as parsed by gpg:
|
I guess this issue is due to algorithm-specific fields for EdDSA keys (cf. draft RFC 4880bis) that are not supported by pgpdump. |
FTR, three OpenPGP implementations including GnuPG parsed the key just fine.
The text was updated successfully, but these errors were encountered: