mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-02-27 10:01:16 +01:00
Remove obsolete comment that SNI is not needed for ticketbleed
See also aa5d4917cf (r1954824502)
This commit is contained in:
parent
4b57f4c9f9
commit
e79dc8161e
@ -16980,8 +16980,6 @@ run_ticketbleed() {
|
|||||||
|
|
||||||
#FIXME: we likely have done this already before (either @ run_server_defaults() or at least the output
|
#FIXME: we likely have done this already before (either @ run_server_defaults() or at least the output
|
||||||
# from a previous handshake) --> would save 1x connect. We have TLS_TICKET but not yet the ticket itself #FIXME
|
# from a previous handshake) --> would save 1x connect. We have TLS_TICKET but not yet the ticket itself #FIXME
|
||||||
#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
|
|
||||||
# it in the ClientHello of run_ticketbleed() otherwise the ticket will be different and the whole thing won't work!
|
|
||||||
#
|
#
|
||||||
$OPENSSL s_client $(s_client_options "$BUGS $tls_proto $PROXY $SNI -connect $NODEIP:$PORT") </dev/null >$TMPFILE 2>$ERRFILE
|
$OPENSSL s_client $(s_client_options "$BUGS $tls_proto $PROXY $SNI -connect $NODEIP:$PORT") </dev/null >$TMPFILE 2>$ERRFILE
|
||||||
sclient_connect_successful $? "$TMPFILE"
|
sclient_connect_successful $? "$TMPFILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user