diff options
author | Matthias Kalle Dalheimer <[email protected]> | 2002-03-01 17:54:26 +0000 |
---|---|---|
committer | Matthias Kalle Dalheimer <[email protected]> | 2002-03-01 17:54:26 +0000 |
commit | cea9be523e9d0c3253a5f6d6d45afa5b3260cd8f (patch) | |
tree | 812de2a0854e3d650169e8e93b815bf8c2ed9776 /gpgmeplug/cryptplug.h | |
parent | Support for asking the for the PIN a certain number of times. (diff) | |
download | gpgme-cea9be523e9d0c3253a5f6d6d45afa5b3260cd8f.tar.gz gpgme-cea9be523e9d0c3253a5f6d6d45afa5b3260cd8f.zip |
Support for warning when a CRL expires
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r-- | gpgmeplug/cryptplug.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index b891c127..9cdeb07a 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -865,6 +865,14 @@ void setEncryptionCRLNearExpiryInterval( int ); int encryptionCRLNearExpiryInterval( void ); +/*! \ingroup groupConfigCrypt + \brief Returns the number of days the currently active certification + list is still valid. +*/ +int encryptionCRLsDaysLeftToExpiry( void ); + + + /*! \ingroup groupConfigDir \brief This function returns an XML representation of a configuration dialog for selecting a directory |