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-3-g007d80c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_1-3-g007d80c
Date: Sat, 30 Apr 2011 20:28:31 +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=007d80c4bdd5a9656df953c6ccbda17946b08226

The branch, master has been updated
       via  007d80c4bdd5a9656df953c6ccbda17946b08226 (commit)
      from  cd7b8102316cd4151356c4b2b7909c7435593890 (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 007d80c4bdd5a9656df953c6ccbda17946b08226
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Apr 30 22:28:24 2011 +0200

    Check for openssl 1.0.x to test DTLS.

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

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

diff --git a/tests/suite/testcompat-main b/tests/suite/testcompat-main
index 18ec3b1..7a5809a 100755
--- a/tests/suite/testcompat-main
+++ b/tests/suite/testcompat-main
@@ -102,6 +102,12 @@ launch_bare_server $$ s_server -quiet -accept $PORT 
-keyform pem -certform pem -
 PID=$!
 wait_server $PID
 
+openssl version|grep -e 1\.0 >/dev/null 2>&1
+if test $? != 0;then
+  echo "OpenSSL 1.0.0 is required for DTLS tests"
+  exit 77
+fi
+
 # Test DTLS 1.0 with RSA ciphersuite
 echo "Checking DTLS 1.0 with RSA..." 
 $CLI $DEBUG -p $PORT 127.0.0.1 --priority 
"NONE:+CIPHER-ALL:+SIGN-ALL:+COMP-NULL:+MAC-ALL:+VERS-DTLS1.0:+RSA" --udp 
--insecure --x509certfile $CLI_CERT --x509keyfile $CLI_KEY </dev/null 
>/dev/null || \


hooks/post-receive
-- 
GNU gnutls



reply via email to

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