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_99_1-29-gf6cafab


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_1-29-gf6cafab
Date: Mon, 16 May 2011 20:21:41 +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=f6cafabd269985ef6e527b8ca76aa4f698e12897

The branch, master has been updated
       via  f6cafabd269985ef6e527b8ca76aa4f698e12897 (commit)
       via  dbb7ed719436a433b5828fbe5723c0935bb93a74 (commit)
      from  62ecc17e3a81370ae101e02666e40d67dc4fb819 (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 f6cafabd269985ef6e527b8ca76aa4f698e12897
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon May 16 00:17:25 2011 +0200

    reduce the repetitions for rabin-miller to a sensible value.

commit dbb7ed719436a433b5828fbe5723c0935bb93a74
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat May 14 19:49:54 2011 +0200

    discuss missing algorithms.

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

Summary of changes:
 doc/cha-intro-tls.texi |   18 ++++++++++++++++++
 lib/nettle/mpi.c       |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 2f1cf34..94cd31c 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -192,8 +192,15 @@ DES algorithm.  Has 128 bits block size and is used in CBC 
mode.
 @item AES_GCM
 This is the AES algorithm in the authenticated encryption GCM mode.
 This mode combines message authentication and encryption.
+
address@hidden CAMELLIA_CBC
+CAMELLIA is an 128-bit block cipher developed by Mitsubish and NTT. It
+is one of the approved ciphers of the European NESSIE and Japanese
+CRYPTREC projects.
+
 @end table
 
+
 Supported MAC algorithms:
 
 @table @code
@@ -205,6 +212,14 @@ MD5 is a cryptographic hash algorithm designed by Ron 
Rivest. Outputs
 SHA is a cryptographic hash algorithm designed by NSA. Outputs 160
 bits of data.
 
address@hidden MAC_SHA256
+SHA256 is a cryptographic hash algorithm designed by NSA. Outputs 256
+bits of data.
+
address@hidden MAC_AEAD
+This indicates that an authenticated encryption algorithm, such as
+GCM, is in use.
+
 @end table
 
 @node Compression algorithms used in the record layer
@@ -235,6 +250,9 @@ The supported compression algorithms are:
 @item DEFLATE
 Zlib compression, using the deflate algorithm.
 
address@hidden NULL
+No compression.
+
 @end table
 
 @node Weaknesses and countermeasures
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index 0f9b183..c76705c 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -390,7 +390,7 @@ wrap_nettle_mpi_mul_ui (bigint_t w, const bigint_t a, 
unsigned long b)
 
 }
 
-#define PRIME_CHECK_PARAM 18
+#define PRIME_CHECK_PARAM 8
 static int
 wrap_nettle_prime_check (bigint_t pp)
 {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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