[Pkg-gnupg-commit] [libassuan] 11/437: Signing does now work. There is no secret key management yet, so you should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 91d758a5f16d481b6316cad0eaece61b95abeec4
Author: Werner Koch <wk at gnupg.org>
Date:   Sat Nov 24 14:26:24 2001 +0000

    Signing does now work.  There is no secret key management yet, so you
    should set GPGSM_FAKE_KEY=1 before you try to verify a signature
    created by gpgsm --sign or the SIGN server command.
---
 src/assuan.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/assuan.h b/src/assuan.h
index 97462fb..7500da1 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -49,6 +49,7 @@ typedef enum {
   ASSUAN_Line_Not_Terminated = 108,
   ASSUAN_No_Input = 109,
   ASSUAN_No_Output = 110,
+  ASSUAN_Canceled = 111,
 
   ASSUAN_Cert_Revoked = 301,
   ASSUAN_No_CRL_For_Cert = 302,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list