mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.
* gpg.sgml: Clarify include-revoked a bit to note that keyservers might not be accurate.
This commit is contained in:
parent
0180c207e2
commit
4f061d3710
@ -1,3 +1,10 @@
|
|||||||
|
2004-06-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.
|
||||||
|
|
||||||
|
* gpg.sgml: Clarify include-revoked a bit to note that keyservers
|
||||||
|
might not be accurate.
|
||||||
|
|
||||||
2004-06-01 David Shaw <dshaw@jabberwocky.com>
|
2004-06-01 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Note that --charset is --display-charset. Some
|
* gpg.sgml: Note that --charset is --display-charset. Some
|
||||||
|
14
doc/DETAILS
14
doc/DETAILS
@ -445,6 +445,20 @@ more arguments in future versions.
|
|||||||
0x02 = this attribute packet is revoked
|
0x02 = this attribute packet is revoked
|
||||||
0x04 = this attribute packet is expired
|
0x04 = this attribute packet is expired
|
||||||
|
|
||||||
|
PLAINTEXT <format> <timestamp>
|
||||||
|
This indicates the format of the plaintext that is about to be
|
||||||
|
written. The format is a 1 byte hex code that shows the
|
||||||
|
format of the plaintext: 62 ('b') is binary data, 74 ('t') is
|
||||||
|
text data with no character set specified, and 75 ('u') is
|
||||||
|
text data encoded in the UTF-8 character set. The timestamp
|
||||||
|
is in seconds since the epoch.
|
||||||
|
|
||||||
|
PLAINTEXT_LENGTH <length>
|
||||||
|
This indicates the length of the plaintext that is about to be
|
||||||
|
written. Note that if the plaintext packet has partial length
|
||||||
|
encoding it is not possible to know the length ahead of time.
|
||||||
|
In that case, this status tag does not appear.
|
||||||
|
|
||||||
|
|
||||||
Format of the "--attribute-fd" output
|
Format of the "--attribute-fd" output
|
||||||
=====================================
|
=====================================
|
||||||
|
@ -1106,9 +1106,12 @@ keyserver types, some common options are:
|
|||||||
<term>include-revoked</term>
|
<term>include-revoked</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
When searching for a key with --search-keys, include keys that are
|
When searching for a key with --search-keys, include keys that are
|
||||||
marked on the keyserver as revoked. Note that this option is always
|
marked on the keyserver as revoked. Note that not all keyservers
|
||||||
set when using the NAI HKP keyserver, as this keyserver does not
|
differentiate between revoked and unrevoked keys, and for such
|
||||||
differentiate between revoked and unrevoked keys.
|
keyservers this option is meaningless. Note also that most keyservers
|
||||||
|
do not have cryptographic verification of key revocations, and so
|
||||||
|
turning this option off may result in skipping keys that are
|
||||||
|
incorrectly marked as revoked. Defaults to on.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user