From 3e98f8be718578644bb15ee6a992a875f6468e8f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 27 Dec 2013 07:14:40 -0500 Subject: [PATCH] Add some code for S/MIME signatures verification, update Crypt_GPG package --- plugins/enigma/lib/enigma_error.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/plugins/enigma/lib/enigma_error.php b/plugins/enigma/lib/enigma_error.php index 9f424dc..ab8d015 100644 --- a/plugins/enigma/lib/enigma_error.php +++ b/plugins/enigma/lib/enigma_error.php @@ -34,7 +34,9 @@ const E_KEYNOTFOUND = 3; const E_DELKEY = 4; const E_BADPASS = 5; - + const E_EXPIRED = 6; + const E_UNVERIFIED = 7; + function __construct($code = null, $message = '', $data = array()) { $this->code = $code; -- Gitblit v1.9.1