Parse the output of CLI PGP program.
Nowadays, we are using an external pubring lister with PGP which mimics gpg's output format.
Function | Description | Links |
---|---|---|
fix_uid() | Decode backslash-escaped user ids (in place) | |
parse_pub_line() | Parse the 'pub' line from the pgp output | |
pgp_get_candidates() | Find PGP keys matching a list of hints |