aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/ChangeLog
diff options
context:
space:
mode:
authorMatthias Kalle Dalheimer <[email protected]>2002-02-28 12:09:45 +0000
committerMatthias Kalle Dalheimer <[email protected]>2002-02-28 12:09:45 +0000
commit8b21fdb6b869d47152ce538c602f9c56a302c80d (patch)
tree80a05f0204a5a95cae684a2aef35db731c5eca22 /gpgmeplug/ChangeLog
parent* key.h (subkey_s): New member expires_at. (diff)
downloadgpgme-8b21fdb6b869d47152ce538c602f9c56a302c80d.tar.gz
gpgme-8b21fdb6b869d47152ce538c602f9c56a302c80d.zip
Support for checking whether the signer's email address is contained in
his certificate.
Diffstat (limited to '')
-rw-r--r--gpgmeplug/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog
index 0c60d16c..220dea96 100644
--- a/gpgmeplug/ChangeLog
+++ b/gpgmeplug/ChangeLog
@@ -2,7 +2,11 @@
* gpgmeplug.c (signMessage): Implemented warning when signature
certificates are about to expire
- * cryptplug.h: dito
+ (isEmailInCertificate): Added support for checking whether the
+ signer's email address is contained in his certificate.
+
+ * cryptplug.h: Implemented warning when signature
+ certificates are about to expire
2002-02-27 Marcus Brinkmann <[email protected]>