[gnutls-devel] GnuTLS | tests: added tests for multiple ticket reception (!887)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Jan 23 13:24:55 CET 2019


Nikos Mavrogiannopoulos commented on a discussion on tests/suite/multi-ticket-reception.sh:

> +
> +
> +. "${srcdir}/../scripts/common.sh"
> +
> +KEY1=${srcdir}/tls-fuzzer/tlslite-ng/tests/serverX509Key.pem
> +CERT1=${srcdir}/tls-fuzzer/tlsfuzzer/tests/serverX509Cert.pem 
> +
> +
> +echo "Checking whether receiving 1 ticket succeeds (sanity)"
> +
> +eval "${GETPORT}"
> +PYTHONPATH="${PYPATH}" ${TLSPY_SERV} server --tickets 1 -k ${KEY1} -c ${CERT1} 127.0.0.1:${PORT} &
> +PID=$!
> +wait_server ${PID}
> +
> +${VALGRIND} "${CLI}" -p "${PORT}" 127.0.0.1 --priority NORMAL:-VERS-ALL:+VERS-TLS1.3 --insecure </dev/null || \

Thanks. Fixed.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/887#note_134119197
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190123/9ca59acb/attachment-0001.html>


More information about the Gnutls-devel mailing list