gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_1-52-g8123433


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_1-52-g8123433
Date: Tue, 30 Aug 2011 18:54:00 +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=8123433d59c2ffec61717f4118114bbef8f56b73

The branch, gnutls_3_0_x has been updated
       via  8123433d59c2ffec61717f4118114bbef8f56b73 (commit)
       via  64fe6c9095c81c943e40c5dcfe37d3b83e18f6ad (commit)
      from  5bca3a660b9790e92888433f30805d1aed75d759 (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 8123433d59c2ffec61717f4118114bbef8f56b73
Merge: 5bca3a6 64fe6c9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Aug 30 20:53:43 2011 +0200

    Merge branch 'master' into gnutls_3_0_x

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

Summary of changes:
 tests/suite/testcompat-main |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/tests/suite/testcompat-main b/tests/suite/testcompat-main
index abf6a43..d08e52f 100755
--- a/tests/suite/testcompat-main
+++ b/tests/suite/testcompat-main
@@ -220,15 +220,16 @@ wait
 
 #TLS 1.0
 
-echo "Check TLS 1.0 with RSA ciphersuite (SSLv2 hello)"
-launch_server $$  --priority 
"NONE:+CIPHER-ALL:+SIGN-ALL:+COMP-NULL:+MAC-ALL:+VERS-TLS1.0:+RSA" 
--x509certfile $SERV_CERT --x509keyfile $SERV_KEY --x509cafile $CA_CERT 
--dhparams params.dh & PID=$!
-wait_server $PID
-
-$OPENSSL_CLI s_client  -host localhost -port $PORT -cert $CLI_CERT -key 
$CLI_KEY -CAfile $CA_CERT </dev/null 2>&1 | grep "\:error\:" && \
-  fail $PID "Failed"
-
-kill $PID
-wait
+# This test was disabled because it doesn't work as expected with openssl 
1.0.0d
+#echo "Check TLS 1.0 with RSA ciphersuite (SSLv2 hello)"
+#launch_server $$  --priority 
"NONE:+CIPHER-ALL:+SIGN-ALL:+COMP-NULL:+MAC-ALL:+VERS-TLS1.0:+RSA" 
--x509certfile $SERV_CERT --x509keyfile $SERV_KEY --x509cafile $CA_CERT 
--dhparams params.dh & PID=$!
+#wait_server $PID
+#
+#$OPENSSL_CLI s_client  -host localhost -port $PORT -cert $CLI_CERT -key 
$CLI_KEY -CAfile $CA_CERT </dev/null 2>&1 | grep "\:error\:" && \
+#  fail $PID "Failed"
+#
+#kill $PID
+#wait
 
 echo "Check TLS 1.0 with DHE-RSA ciphersuite"
 launch_server $$  --priority 
"NONE:+CIPHER-ALL:+SIGN-ALL:+COMP-NULL:+MAC-ALL:+VERS-TLS1.0:+DHE-RSA" 
--x509certfile $SERV_CERT --x509keyfile $SERV_KEY --x509cafile $CA_CERT 
--dhparams params.dh  & PID=$!


hooks/post-receive
-- 
GNU gnutls



reply via email to

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