diff options
author | Werner Koch <[email protected]> | 2025-03-14 12:24:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-03-14 12:24:44 +0000 |
commit | 95a11baaa2c05832687cc81496449598034b0fb0 (patch) | |
tree | d9d96c375b4c9a1cf4b033fb40f122ab10fa8422 /doc | |
parent | gpg: Fix double free of internal data. (diff) | |
download | gnupg-95a11baaa2c05832687cc81496449598034b0fb0.tar.gz gnupg-95a11baaa2c05832687cc81496449598034b0fb0.zip |
doc: Minor updates
--
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 35149594c..c1a9b527a 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -279,10 +279,21 @@ described here. 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. + The meaning of the integer along with the human readable + representation is: + + - 1 (ks) :: Public keyserver. + - 2 (ks-pref) :: Preferred keysrver. + - 3 (dane) :: OpenPGP DANE. + - 4 (wkd) :: Web Key Directory. + - 5 (url) :: Trusted URL. + - 6 (file) :: Trusted file. + - 7 (self) :: Generated by us. + *** Field 21 - Comment This is currently only used in "rev" and "rvs" records to carry - the the comment field of the recocation reason. The value is + the the comment field of the revocation reason. The value is quoted in C style. ** Special fields |