mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fixes for the 1.0.6b bugs David recently posted to gnupg-devel.
This commit is contained in:
parent
b725937df1
commit
c67b9886c6
26 changed files with 272 additions and 61 deletions
|
@ -1,3 +1,12 @@
|
|||
2001-10-31 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Add a remark on how to get the long key ID. Suggested
|
||||
by Sebastian Klemke.
|
||||
|
||||
2001-10-23 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Add missing tag.
|
||||
|
||||
2001-09-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Add a note on option parsing.
|
||||
|
|
19
doc/gpg.sgml
19
doc/gpg.sgml
|
@ -81,6 +81,7 @@ You will find a list of HOWTO documents at http://www.gnupg.org/docs.html .
|
|||
Please remember that option parsing stops as soon as a non option is
|
||||
encountered, you can explicitly stop option parsing by using the
|
||||
special option "--".
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
@ -1299,6 +1300,19 @@ signatures on data.
|
|||
Reset the --force-v3-sigs option.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--force-v4-certs</term>
|
||||
<listitem><para>
|
||||
Always use v4 key signatures even on v3 version keys. This make the
|
||||
signature unusable for PGP 2.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--no-force-v3-certs</term>
|
||||
<listitem><para>
|
||||
Reset the --force-v4-certs option.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>--force-mdc</term>
|
||||
|
@ -1453,7 +1467,7 @@ encoded in UTF-8 regardless of any --charset setting.
|
|||
<varlistentry>
|
||||
<term>--with-key-data</term>
|
||||
<listitem><para>
|
||||
Print key listings delimited by colons and print the public key data.
|
||||
Print key listings delimited by colons (like --with-colons) and print the public key data.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -1617,7 +1631,8 @@ Here the key ID is given in the usual short form.
|
|||
<term>01AB3FED1347A5612</term>
|
||||
<term>0x234AABBCC34567C4</term>
|
||||
<listitem><para>
|
||||
Here the key ID is given in the long form as used by OpenPGP.
|
||||
Here the key ID is given in the long form as used by OpenPGP
|
||||
(you can get the long key ID using the option --with-colons).
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
12
doc/gpg.texi
12
doc/gpg.texi
|
@ -791,6 +791,13 @@ signatures on data.
|
|||
@item ---no-force-v3-sigs
|
||||
Reset the ---force-v3-sigs option.
|
||||
|
||||
@item ---force-v4-certs
|
||||
Always use v4 key signatures even on v3 version keys. This make the
|
||||
signature unusable for PGP 2.
|
||||
|
||||
@item ---no-force-v3-certs
|
||||
Reset the ---force-v4-certs option.
|
||||
|
||||
@item ---force-mdc
|
||||
Force the use of encryption with appended manipulation
|
||||
code. This is always used with the newer ciphers (those
|
||||
|
@ -881,7 +888,7 @@ Print key listings delimited by colons. Note, that the output will be
|
|||
encoded in UTF-8 regardless of any ---charset setting.
|
||||
|
||||
@item ---with-key-data
|
||||
Print key listings delimited by colons and print the public key data.
|
||||
Print key listings delimited by colons (like ---with-colons) and print the public key data.
|
||||
|
||||
@item ---with-fingerprint
|
||||
Same as the command ---fingerprint but changes only the format of the output
|
||||
|
@ -979,7 +986,8 @@ Here the key ID is given in the usual short form.
|
|||
@itemx 0F323456784E56EAB
|
||||
@itemx 01AB3FED1347A5612
|
||||
@itemx 0x234AABBCC34567C4
|
||||
Here the key ID is given in the long form as used by OpenPGP.
|
||||
Here the key ID is given in the long form as used by OpenPGP
|
||||
(you can get the long key ID using the option ---with-colons).
|
||||
|
||||
@item 1234343434343434C434343434343434
|
||||
@itemx 123434343434343C3434343434343734349A3434
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue