[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:25:02 CET 2019


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

> +
> +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 || \
> +	fail ${PID} "1. handshake should have succeeded!"
> +
> +
> +kill ${PID}
> +wait
> +
> +echo "Checking whether receiving 2 tickets in the same record succeeds"

Fixed

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/887#note_134119235
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/ef303710/attachment.html>


More information about the Gnutls-devel mailing list