diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ab5ef7949..84bfcd55c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-01 Werner Koch <[email protected]> + + * gpg.sgml: Added --ignore-valid-from + 2001-04-20 Werner Koch <[email protected]> * faq.raw (Maintained-by): Removed note that load-extension is not diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 1fa217f6f..efbc9fbaa 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1268,6 +1268,15 @@ checks just a warning. </para></listitem></varlistentry> <varlistentry> +<term>--ignore-valid-from</term> +<listitem><para> +GnuPG normally does not select and use subkeys created in the future. This +option allows the use of such keys and thus exhibits the pre-1.0.7 +behaviour. You should not use this option unless you there is some +clock problem. +</para></listitem></varlistentry> + +<varlistentry> <term>--ignore-crc-error</term> <listitem><para> The ASCII armor used by OpenPG is protected by a CRC checksum against |