We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2baaf61 + e79dc81 commit 74209e0Copy full SHA for 74209e0
1 file changed
testssl.sh
@@ -16991,8 +16991,6 @@ run_ticketbleed() {
16991
16992
#FIXME: we likely have done this already before (either @ run_server_defaults() or at least the output
16993
# from a previous handshake) --> would save 1x connect. We have TLS_TICKET but not yet the ticket itself #FIXME
16994
- #ATTENTION: we DO NOT use SNI here as we assume ticketbleed is a vulnerability of the TLS stack. If we'd do SNI here, we'd also need
16995
- # it in the ClientHello of run_ticketbleed() otherwise the ticket will be different and the whole thing won't work!
16996
#
16997
$OPENSSL s_client $(s_client_options "$BUGS $tls_proto $PROXY $SNI -connect $NODEIP:$PORT") </dev/null >$TMPFILE 2>$ERRFILE
16998
sclient_connect_successful $? "$TMPFILE"
0 commit comments