Update of /cvsroot/mahogany/M/include/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv17105/include/modules

Modified Files:
        MCrypt.h 
Log Message:
1. Change color if signature is from an untrusted key
2. Prepare for PGP/MIME signature verification: the two strings to give to GPG are 
ready in MessageView::ProcessPart

Index: MCrypt.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/modules/MCrypt.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- MCrypt.h    5 Dec 2002 23:14:58 -0000       1.8
+++ MCrypt.h    11 Dec 2002 14:07:08 -0000      1.9
@@ -52,4 +52,5 @@
       KEYRING_SIGNATURE_ERROR,
       SIGNATURE_EXPIRED_ERROR,
+      SIGNATURE_UNTRUSTED_WARNING,
       SIGNATURE_ERROR,
       PUBLIC_KEY_ENCRIPTION_ERROR,
@@ -127,5 +128,7 @@
 
       On success, returns OK and puts the message text without the signature in
-      messageOut. If no signature was found, returns NO_SIG_ERROR
+      messageOut. If no signature was found, returns NO_SIG_ERROR.
+      If the signature is good, but from an untrusted key, returns 
+      SIGNATURE_UNTRUSTED_WARNING
     */
    virtual Status VerifySignature(const String& messageIn,



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to