1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

gpg: Use more specific reason codes for INV_RECP.

* g10/pkclist.c (build_pk_list): Use more specific reasons codes for
INV_RECP.
--

GnuPG-bug-id: 1650

Note that this patch is a bit more limited than the one in 2.1.
This commit is contained in:
Werner Koch 2014-06-10 14:54:55 +02:00
parent e28cbdc559
commit 4239780d5a
2 changed files with 16 additions and 6 deletions

View file

@ -1,6 +1,6 @@
-*- text -*-
NOTE: The definitive reference is the file from the SVN trunk.
NOTE: The definitive reference is in GIT master.
Format of colon listings
========================
@ -517,6 +517,8 @@ more arguments in future versions.
8 := "Policy mismatch"
9 := "Not a secret key"
10 := "Key not trusted"
13 := "Key disabled"
14 := "Syntax error in specification"
Note that this status is also used for gpgsm's SIGNER command
where it relates to signer's of course.