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_3_0_0-127-g64fe6c9


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_0-127-g64fe6c9
Date: Tue, 30 Aug 2011 18:54:01 +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=64fe6c9095c81c943e40c5dcfe37d3b83e18f6ad

The branch, master has been updated
       via  64fe6c9095c81c943e40c5dcfe37d3b83e18f6ad (commit)
      from  472ff0313a14a66f7e546e08278cfc1912d24b18 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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]