diff options
author | Werner Koch <[email protected]> | 2007-08-07 15:21:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-07 15:21:50 +0000 |
commit | bc82a66514c6f0399f7074f8ad1afc7e8556e028 (patch) | |
tree | 87be9f397fb90823f007e3a03661a5ac1c097558 /doc/gpgme.texi | |
parent | Improved debug support: Assuan logging is now directed to the gpgme debug (diff) | |
download | gpgme-bc82a66514c6f0399f7074f8ad1afc7e8556e028.tar.gz gpgme-bc82a66514c6f0399f7074f8ad1afc7e8556e028.zip |
Add new signature_t member chain_model.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 10 |
1 files changed, 10 insertions, 0 deletions
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. |