Skip to content

Commit 74209e0

Browse files
authored
Merge pull request #2660 from testssl/rm_comment
Remove obsolete comment that SNI is not needed for ticketbleed
2 parents 2baaf61 + e79dc81 commit 74209e0

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
@@ -16991,8 +16991,6 @@ run_ticketbleed() {
1699116991

1699216992
#FIXME: we likely have done this already before (either @ run_server_defaults() or at least the output
1699316993
# 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!
1699616994
#
1699716995
$OPENSSL s_client $(s_client_options "$BUGS $tls_proto $PROXY $SNI -connect $NODEIP:$PORT") </dev/null >$TMPFILE 2>$ERRFILE
1699816996
sclient_connect_successful $? "$TMPFILE"

0 commit comments

Comments
 (0)