diff options
author | Werner Koch <[email protected]> | 2008-07-17 19:40:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-07-17 19:40:53 +0000 |
commit | 9d5a10a4530c8579b034f7e7492ad4829ae883a8 (patch) | |
tree | 127fca25e584b5189a957297e6f984a1271b5612 /doc/DETAILS | |
parent | Minor fixes. (diff) | |
download | gnupg-9d5a10a4530c8579b034f7e7492ad4829ae883a8.tar.gz gnupg-9d5a10a4530c8579b034f7e7492ad4829ae883a8.zip |
Do not run the setuid test if running under as root proper.
Documentation fixes.
Some enhancements for the new OpenPGP Card.
Diffstat (limited to '')
-rw-r--r-- | doc/DETAILS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index fd47f19c1..1dd9f5569 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -338,7 +338,11 @@ more arguments in future versions. KEYEXPIRED <expire-timestamp> The key has expired. expire-timestamp is the expiration time - in seconds after the epoch. + in seconds sice Epoch. This status line is not very useful + because it will also be emitted for expired subkeys even if + this subkey is not used. To check whether a key used to sign + a message has expired, the EXPKEYSIG status line is to be + used. Note, that TIMESTAMP may either be a number with seconds since epoch or an ISO 8601 string which can be detected by the |