tlsinterop-gnutls.sh (590B)
1 #!/bin/bash 2 # 3 # This Source Code Form is subject to the terms of the Mozilla Public 4 # License, v. 2.0. If a copy of the MPL was not distributed with this 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7 ######################################################################## 8 # 9 # tests/tlsinterop/tlsinterop-openssl.sh 10 # 11 # Script to drive openssl tls interop tests 12 # 13 ######################################################################## 14 15 echo "PATH: $(pwd)" 16 cd $(dirname $0)/../tlsinterop 17 source tlsinterop.sh 18 19 tlsinterop_init 20 tlsinterop_run_tests "gnutls" 21 tlsinterop_cleanup