diff options
author | Matthias Kalle Dalheimer <[email protected]> | 2002-02-28 12:09:45 +0000 |
---|---|---|
committer | Matthias Kalle Dalheimer <[email protected]> | 2002-02-28 12:09:45 +0000 |
commit | 8b21fdb6b869d47152ce538c602f9c56a302c80d (patch) | |
tree | 80a05f0204a5a95cae684a2aef35db731c5eca22 /gpgmeplug/cryptplug.h | |
parent | * key.h (subkey_s): New member expires_at. (diff) | |
download | gpgme-8b21fdb6b869d47152ce538c602f9c56a302c80d.tar.gz gpgme-8b21fdb6b869d47152ce538c602f9c56a302c80d.zip |
Support for checking whether the signer's email address is contained in
his certificate.
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r-- | gpgmeplug/cryptplug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index 592432da..b891c127 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -461,6 +461,13 @@ void setWarnNoCertificate( bool ); */ bool warnNoCertificate( void ); +/*! + \ingroup groupConfigSign + \brief Returns true if the specified email address is contained + in the specified certificate. +*/ +bool isEmailInCertificate( const char* email, const char* certificate ); + /*! \ingroup groupConfigSign \brief Specifies how often the PIN is requested when accessing the secret signature key. |