toofishes / python-pgpdump

PGP packet parser library
Other
55 stars 26 forks source link

Updated UserIDPacket parse. #19

Open mikecapone opened 7 years ago

mikecapone commented 7 years ago

Improved parse function to find the user_comment in uid. Fixed bug where if there was no email then the user_name would not be found.

htgoebel commented 3 years ago

Could you please provide an example key and a test-case for this? Many thanks.