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-157-g987076c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-157-g987076c
Date: Sun, 14 Mar 2010 23:01:27 +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=987076c0b8fce9444168850ff8cc90b36263a6f9

The branch, master has been updated
       via  987076c0b8fce9444168850ff8cc90b36263a6f9 (commit)
      from  897cbce62c0263a498088ac3e465aa5f05f8719c (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 987076c0b8fce9444168850ff8cc90b36263a6f9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Mar 15 00:01:03 2010 +0100

    localhost -> 127.0.0.1 to work in places where localhost does not resolve.

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

Summary of changes:
 tests/safe-renegotiation/testsrn |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/tests/safe-renegotiation/testsrn b/tests/safe-renegotiation/testsrn
index 56e1063..1ffd64a 100755
--- a/tests/safe-renegotiation/testsrn
+++ b/tests/safe-renegotiation/testsrn
@@ -39,19 +39,19 @@ pid=$!
 # give the server a chance to initialize
 sleep 2
 
-$CLI -p $PORT localhost --rehandshake --priority 
NONE:+AES-128-CBC:+MD5:+SHA1:+VERS-SSL3.0:+ANON-DH:+COMP-NULL </dev/null 
>/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority 
NONE:+AES-128-CBC:+MD5:+SHA1:+VERS-SSL3.0:+ANON-DH:+COMP-NULL </dev/null 
>/dev/null 2>&1 || \
   fail "0. Renegotiation should have succeeded!"
 
-$CLI -p $PORT localhost --rehandshake --priority NORMAL:+ANON-DH </dev/null 
>/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority NORMAL:+ANON-DH </dev/null 
>/dev/null 2>&1 || \
   fail "1. Safe rehandshake should have succeeded!"
 
-$CLI -p $PORT localhost --rehandshake --priority 
NORMAL:+ANON-DH:%UNSAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority 
NORMAL:+ANON-DH:%UNSAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 || \
   fail "2. Unsafe rehandshake should have succeeded!"
 
-$CLI -p $PORT localhost --priority NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --priority NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 || \
   fail "3. Unsafe negotiation should have succeeded!"
 
-$CLI -p $PORT localhost --rehandshake --priority 
NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 && \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority 
NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 && \
   fail "4. Unsafe renegotiation should have failed!"
 
 
@@ -64,16 +64,16 @@ pid=$!
 # give the server a chance to initialize
 sleep 2
 
-$CLI -p $PORT localhost --rehandshake --priority NORMAL:+ANON-DH </dev/null 
>/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority NORMAL:+ANON-DH </dev/null 
>/dev/null 2>&1 || \
   fail "5. Safe rehandshake should have succeeded!"
 
-$CLI -p $PORT localhost --rehandshake --priority 
NORMAL:+ANON-DH:%UNSAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority 
NORMAL:+ANON-DH:%UNSAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 || \
   fail "6. Unsafe rehandshake should have succeeded!"
 
-$CLI -p $PORT localhost --priority NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 && \
+$CLI -p $PORT 127.0.0.1 --priority NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 && \
   fail "7. Unsafe negotiation should have failed!"
 
-$CLI -p $PORT localhost --rehandshake --priority 
NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 && \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority 
NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 && \
   fail "8. Unsafe renegotiation should have failed!"
 
 kill $pid
@@ -85,16 +85,16 @@ pid=$!
 # give the server a chance to initialize
 sleep 2
 
-$CLI -p $PORT localhost --priority NORMAL:+ANON-DH </dev/null >/dev/null 2>&1 
&& \
+$CLI -p $PORT 127.0.0.1 --priority NORMAL:+ANON-DH </dev/null >/dev/null 2>&1 
&& \
   fail "9. Initial connection should have failed!"
 
-$CLI -p $PORT localhost --priority NORMAL:+ANON-DH:%UNSAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --priority NORMAL:+ANON-DH:%UNSAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 || \
   fail "10. Unsafe connection should have succeeded!"
 
-$CLI -p $PORT localhost --priority NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --priority NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION 
</dev/null >/dev/null 2>&1 || \
   fail "11. Unsafe negotiation should have succeeded!"
 
-$CLI -p $PORT localhost --rehandshake --priority 
NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 || \
+$CLI -p $PORT 127.0.0.1 --rehandshake --priority 
NORMAL:+ANON-DH:%DISABLE_SAFE_RENEGOTIATION </dev/null >/dev/null 2>&1 || \
   fail "12. Unsafe renegotiation should have succeeded!"
 
 kill $pid


hooks/post-receive
-- 
GNU gnutls




reply via email to

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