rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
194 stars 55 forks source link

Implement rnp --list-key-packets command. #1076

Closed ni4 closed 4 years ago

ni4 commented 4 years ago

Description

This command should dump all packets belonging to the key (primary or subkey), making use of all switches of --list-packets command. The main purpose of this command is debugging, so it should not be of high priority (but may save certain amount of time during work on other issues).

ni4 commented 4 years ago

Okay, no need to invest time into it since it may be easily replace with rnpkeys --export-key alice | rnp --list-packets