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_2_9_9-179-g32bf9ae


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-179-g32bf9ae
Date: Sat, 27 Mar 2010 00:23:56 +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=32bf9ae015b6764cb79eff346e699965ae7f26d3

The branch, master has been updated
       via  32bf9ae015b6764cb79eff346e699965ae7f26d3 (commit)
      from  57d407aba226740d7e5f830155c260199461bb6d (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 32bf9ae015b6764cb79eff346e699965ae7f26d3
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Mar 27 01:23:49 2010 +0100

    increased small value for certificates. Typical certificates are much 
longer than that.

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

Summary of changes:
 lib/gnutls_cert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 9f1d1b1..f4e59e0 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -847,7 +847,7 @@ _gnutls_x509_crt_to_gcert (gnutls_cert * gcert,
 
   if (!(flags & CERT_NO_COPY))
     {
-#define SMALL_DER 512
+#define SMALL_DER 1536
       opaque *der;
       size_t der_size = SMALL_DER;
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

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