aboutsummaryrefslogtreecommitdiffstats
path: root/doc/specify-user-id.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-01-06 12:33:10 +0000
committerWerner Koch <[email protected]>2012-01-06 12:36:47 +0000
commit372fb4fc0661014ccd9275c89e6da2208f87155f (patch)
treec267b65ff61151163931f1d38a9b31fb6f45b538 /doc/specify-user-id.texi
parentMerge ccid_driver_improvement branch. (diff)
downloadgnupg-372fb4fc0661014ccd9275c89e6da2208f87155f.tar.gz
gnupg-372fb4fc0661014ccd9275c89e6da2208f87155f.zip
gpg: Allow use of a standard space separated fingerprint.
* common/userids.c (classify_user_id): Check for space separated GPG fingerprint.
Diffstat (limited to 'doc/specify-user-id.texi')
-rw-r--r--doc/specify-user-id.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/specify-user-id.texi b/doc/specify-user-id.texi
index 7d23ed86f..2eee0245a 100644
--- a/doc/specify-user-id.texi
+++ b/doc/specify-user-id.texi
@@ -6,7 +6,7 @@ are only valid for @command{gpg} others are only good for
@itemize @bullet
-@item By key Id.
+@item By key Id.
This format is deduced from the length of the string and its content or
@code{0x} prefix. The key Id of an X.509 certificate are the low 64 bits
of its SHA-1 fingerprint. The use of key Ids is just a shortcut, for
@@ -59,16 +59,17 @@ avoids any ambiguities in case that there are duplicated key IDs.
@end cartouche
@noindent
-(@command{gpgsm} also accepts colons between each pair of hexadecimal
+@command{gpgsm} also accepts colons between each pair of hexadecimal
digits because this is the de-facto standard on how to present X.509
-fingerprints.)
+fingerprints. @command{gpg} also allows the use of the space
+separated SHA-1 fingerprint as printed by the key listing commands.
@item By exact match on OpenPGP user ID.
This is denoted by a leading equal sign. It does not make sense for
X.509 certificates.
@cartouche
-@example
+@example
=Heinrich Heine <heinrichh@@uni-duesseldorf.de>
@end example
@end cartouche