From 9d5a10a4530c8579b034f7e7492ad4829ae883a8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 17 Jul 2008 19:40:53 +0000 Subject: Do not run the setuid test if running under as root proper. Documentation fixes. Some enhancements for the new OpenPGP Card. --- doc/DETAILS | 6 +++++- doc/scdaemon.texi | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'doc') 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 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 diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index bec343ec5..6a5675135 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -470,11 +470,12 @@ returned in @var{hexstring_with_keygrip}. @subsection Return a certificate @example - READCERT @var{hexified_certid} + READCERT @var{hexified_certid}|@var{keyid} @end example This function is used to read a certificate identified by -@var{hexified_certid} from the card. +@var{hexified_certid} from the card. With OpenPGP cards the keyid +@code{OpenPGP.3} may be used to rad the certticate of version 2 cards. @node Scdaemon READKEY -- cgit v1.2.3