Skip to content

Commit e79dc81

Browse files
committed
Remove obsolete comment that SNI is not needed for ticketbleed
See also https://github.com/testssl/testssl.sh/pull/2656/files/aa5d4917cfc04f5fb2f6b57c3726237cca6735b9#r1954824502
1 parent 4b57f4c commit e79dc81

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

testssl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16980,8 +16980,6 @@ run_ticketbleed() {
1698016980

1698116981
#FIXME: we likely have done this already before (either @ run_server_defaults() or at least the output
1698216982
# from a previous handshake) --> would save 1x connect. We have TLS_TICKET but not yet the ticket itself #FIXME
16983-
#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
16984-
# it in the ClientHello of run_ticketbleed() otherwise the ticket will be different and the whole thing won't work!
1698516983
#
1698616984
$OPENSSL s_client $(s_client_options "$BUGS $tls_proto $PROXY $SNI -connect $NODEIP:$PORT") </dev/null >$TMPFILE 2>$ERRFILE
1698716985
sclient_connect_successful $? "$TMPFILE"

0 commit comments

Comments
 (0)