diff options
author | Werner Koch <[email protected]> | 2024-06-21 08:19:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-06-21 08:19:00 +0000 |
commit | 1067e544c29d652f6f19e47ed2d563e570611e43 (patch) | |
tree | 133be65cbb5698c637bf986f793c3223df7ab8ce /doc | |
parent | Fix the previous commit. (diff) | |
download | gnupg-1067e544c29d652f6f19e47ed2d563e570611e43.tar.gz gnupg-1067e544c29d652f6f19e47ed2d563e570611e43.zip |
sm: Emit user IDs in colon mode even if the Subject is empty.
* sm/keylist.c (list_cert_colon): Rework listing of user IDs.
--
Only in colon mode this did not work. Note that an updated libksba is
anyway required to parse a certificate with an empty Subject.
GnuPG-bug-id: 7171
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index c689046be..a8c0edf9d 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -271,7 +271,10 @@ described here. The origin of the key or the user ID. This is an integer optionally followed by a space and an URL. This goes along with - the previous field. The URL is quoted in C style. + the previous field. The URL is quoted in C style. Note that the + origin is stored for a user ID as well as for the entire key. The + latter solves the cases where a key is updated by fingerprint and + and thus there is no way to know which user ID shall be used. *** Field 21 - Comment |