gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-62-g69e6b95


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-62-g69e6b95
Date: Wed, 05 Oct 2011 19:05:17 +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=69e6b95b5eb9ee8f5a86241b835f99641d0a8b45

The branch, master has been updated
       via  69e6b95b5eb9ee8f5a86241b835f99641d0a8b45 (commit)
      from  d25ae9228b4e24594422ce8f8a52725828bd77b3 (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 69e6b95b5eb9ee8f5a86241b835f99641d0a8b45
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Oct 5 21:05:40 2011 +0200

    corrected bug in key id extraction. Reported by Erik Jensen.

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

Summary of changes:
 lib/x509/x509.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 25de5ae..463fbd2 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -2316,10 +2316,7 @@ gnutls_x509_crt_get_key_id (gnutls_x509_crt_t crt, 
unsigned int flags,
       return rsadsa_get_key_id (crt, pk, output_data, output_data_size);
     }
 
-  /* FIXME: what does this code do here? Isn't identical to the code
-   * in rsadsa_get_key_id?
-   */
-  pubkey.size = 0;
+  len = 0;
   result = asn1_der_coding (crt->cert, "tbsCertificate.subjectPublicKeyInfo",
                             NULL, &len, NULL);
   if (result != ASN1_MEM_ERROR)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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