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_5-33-g87a4d5f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_5-33-g87a4d5f
Date: Sat, 05 Nov 2011 08:21:59 +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=87a4d5f682cea76b386e425bfd30a8926c51fc04

The branch, master has been updated
       via  87a4d5f682cea76b386e425bfd30a8926c51fc04 (commit)
      from  2dd78b367c3c01780615f2a06329611092430f63 (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 87a4d5f682cea76b386e425bfd30a8926c51fc04
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Nov 5 09:22:04 2011 +0100

    Report correct error on ECC key parsing error.

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

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

diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index 106a13f..b9d2eca 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -994,6 +994,7 @@ _decode_pkcs8_ecc_key (ASN1_TYPE pkcs8_asn, 
gnutls_x509_privkey_t pkey)
   _gnutls_free_datum (&tmp);
   if (pkey->key == NULL)
     {
+      ret = GNUTLS_E_PARSING_ERROR;
       gnutls_assert ();
       goto error;
     }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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