mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: New option --known-notation.
* g10/gpg.c (oKnownNotation): New const. (opts): Add option --known-notation. (main): Set option. * g10/parse-packet.c (known_notations_list): New local var. (register_known_notation): New. (can_handle_critical_notation): Rewrite to handle the new feature. Also print the name of unknown notations in verbose mode. -- GnuPG-bug-id: 4060 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
7f172404bf
commit
3da835713f
4 changed files with 64 additions and 7 deletions
|
@ -636,6 +636,9 @@ char *issuer_fpr_string (PKT_signature *sig);
|
|||
|
||||
/*-- parse-packet.c --*/
|
||||
|
||||
|
||||
void register_known_notation (const char *string);
|
||||
|
||||
/* Sets the packet list mode to MODE (i.e., whether we are dumping a
|
||||
packet or not). Returns the current mode. This allows for
|
||||
temporarily suspending dumping by doing the following:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue