gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-75-gffc72


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-75-gffc7219
Date: Sun, 06 Feb 2011 19:50:54 +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=ffc721921bbd5903977d603802e34ec0d1678c47

The branch, gnutls_2_12_x has been updated
       via  ffc721921bbd5903977d603802e34ec0d1678c47 (commit)
      from  44a14e614218113c1dff458ebab28d0bb9fc7040 (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 ffc721921bbd5903977d603802e34ec0d1678c47
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Feb 6 20:50:43 2011 +0100

    Added IV to max_record_overhead.

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

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

diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 00a6f20..19b6ed7 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -115,7 +115,7 @@ typedef struct
 #define MAX_RECORD_RECV_SIZE 
(size_t)session->security_parameters.max_record_recv_size
 #define MAX_PAD_SIZE 255
 #define EXTRA_COMP_SIZE 2048
-#define MAX_RECORD_OVERHEAD (MAX_PAD_SIZE+EXTRA_COMP_SIZE)
+#define MAX_RECORD_OVERHEAD 
(MAX_CIPHER_BLOCK_SIZE/*iv*/+MAX_PAD_SIZE+EXTRA_COMP_SIZE)
 #define MAX_RECV_SIZE 
(MAX_RECORD_OVERHEAD+MAX_RECORD_RECV_SIZE+RECORD_HEADER_SIZE)
 
 #define HANDSHAKE_HEADER_SIZE 4


hooks/post-receive
-- 
GNU gnutls



reply via email to

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