diff options
author | Werner Koch <[email protected]> | 2007-07-05 16:58:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-05 16:58:19 +0000 |
commit | 4631bc8ddf86b3917bf786c315273d8b1c7798e8 (patch) | |
tree | 2022343674f6703aefb41f2e142765ba319dbf5f /doc | |
parent | 2007-07-05 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-4631bc8ddf86b3917bf786c315273d8b1c7798e8.tar.gz gnupg-4631bc8ddf86b3917bf786c315273d8b1c7798e8.zip |
Fixed card key generation of gpg2.
Reveal less information about timings while generating a key.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 7 | ||||
-rw-r--r-- | doc/debugging.texi | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index b947b47c0..ca5f346aa 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -819,6 +819,13 @@ The format of this file is as follows: may either be entered in ISO date format (2000-08-15) or as number of days, weeks, month or years. Without a letter days are assumed. + Creation-Date: <iso-date> + Set the creation date of the key as stored in the key + information and which is also part of the fingerprint + calculation. Either a date like "1986-04-26" or a full + timestamp like "19860426T042640" may be used. The time is + considered to be UTC. If it is not given the current time + is used. Preferences: <string> Set the cipher, hash, and compression preference values for this key. This expects the same type of string as "setpref" diff --git a/doc/debugging.texi b/doc/debugging.texi index 63d0961b2..e1a62d7eb 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -176,10 +176,10 @@ or other purposes and don't have a corresponding certificate. @menu -* gpg 1.4 vs. 1.9:: Relationship between the two branches. +* GnuPG-1 and GnuPG-2:: Relationship between the two branches. @end menu -@node gpg 1.4 vs. 1.9 +@node GnuPG-1 and GnuPG-2 @subsection Relationship between the two branches. Here is a little picture showing how the components work together: |