From bc82a66514c6f0399f7074f8ad1afc7e8556e028 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 7 Aug 2007 15:21:50 +0000 Subject: Add new signature_t member chain_model. --- doc/ChangeLog | 4 ++++ doc/gpgme.texi | 10 ++++++++++ 2 files changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 1109437b..f711a126 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-07 Werner Koch + + * gpgme.texi (Verify): Describe chain_model. + 2007-07-12 Werner Koch * gpgme.texi (Library Version Check): Add remark that the socket diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 61db9cf8..f480715e 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4076,6 +4076,16 @@ Values are: Depending on the configuration of the engine, this metric may also be reflected by the validity of the signature. +@item unsigned int chain_model : 1 +This is true if the validity of the signature has been checked using the +chain model. In the chain model the time the signature has been created +must be within the validity period of the certificate and the time the +certificate itself has been created must be within the validity period +of the issuing certificate. In contrast the default validation model +checks the validity of signature as well at the entire certificate chain +at the current time. + + @item gpgme_validity_t validity The validity of the signature. -- cgit v1.2.3