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_20-18-g756c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_20-18-g756cfa4
Date: Mon, 25 Jun 2012 19:16:09 +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=756cfa4f54c01e74425660f25ad99515bff91f48

The branch, gnutls_3_0_x-2 has been updated
       via  756cfa4f54c01e74425660f25ad99515bff91f48 (commit)
       via  64997f3e5634368f786cf3b76eff9fcfa62572a0 (commit)
      from  e8b7ba366cdc6cdfaf769e5e45b8e0b9689f4a5e (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 756cfa4f54c01e74425660f25ad99515bff91f48
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Jun 25 19:41:01 2012 +0200

    do not require load-privkey for to-p12

commit 64997f3e5634368f786cf3b76eff9fcfa62572a0
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Jun 21 23:25:31 2012 +0200

    documented fix

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

Summary of changes:
 NEWS                  |    3 +++
 src/certtool-args.def |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 912550b..0468c41 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ used by openconnect vpn client for compatibility with Cisco's 
AnyConnect
 SSL VPN. It is marked as GNUTLS_DTLS0_9. Do not use it for newer protocols
 as it has issues.
 
+** libgnutls: Corrected bug that prevented resolving PKCS #11 URLs 
+if only the label is specified. Patch by David Woodhouse.
+
 ** API and ABI modifications:
 gnutls_session_set_premaster: Added
 
diff --git a/src/certtool-args.def b/src/certtool-args.def
index a43ff09..57cac19 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -242,7 +242,6 @@ flag = {
     descrip   = "Generate a PKCS #12 structure";
     doc = "It requires a certificate, a private key and possibly a CA 
certificate to be specified.";
     flags-must = load-certificate;
-    flags-must = load-privkey;
 };
 
 flag = {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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