gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_24-4-g30145


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_24-4-g30145da
Date: Thu, 04 Oct 2012 17:19:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=30145da642095d0e2043886db97a9ef2cc268091

The branch, gnutls_3_0_x-2 has been updated
       via  30145da642095d0e2043886db97a9ef2cc268091 (commit)
      from  5d511c883afc398444f422ce1ae8c38e75491227 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 30145da642095d0e2043886db97a9ef2cc268091
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Oct 4 18:58:28 2012 +0200

    do not set verify_flags

-----------------------------------------------------------------------

Summary of changes:
 src/cli.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/cli.c b/src/cli.c
index b9368dc..cfaee6a 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -685,7 +685,6 @@ init_tls_session (const char *hostname)
 
   gnutls_certificate_set_retrieve_function2 (xcred, cert_callback);
   gnutls_certificate_set_verify_function (xcred, cert_verify_callback);
-  gnutls_certificate_set_verify_flags (xcred, 0);
 
   /* send the fingerprint */
 #ifdef ENABLE_OPENPGP


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]