I was wondering why the protocols command took less time than the
./o-saft.pl my.tld +cipher --ciphermode=intern --cipher-range=full command (which tests all possible cipher suites on all TLS protocol, right?) ?
Because to know if a server allows a certain TLS protocol we have to test, with the ClientHello, all cipher suites (about 65 thousands cipher suites as you mentioned it previously) on this protocol to see if the server accepts or no at least one cipher suite, because if the server accepts one cipher suite on a certain TLS version than the server allows this TLS version.
Could you tell how the protocols command work please?
Thanks
Hi.
I was wondering why the protocols command took less time than the
./o-saft.pl my.tld +cipher --ciphermode=intern --cipher-range=full
command (which tests all possible cipher suites on all TLS protocol, right?) ? Because to know if a server allows a certain TLS protocol we have to test, with the ClientHello, all cipher suites (about 65 thousands cipher suites as you mentioned it previously) on this protocol to see if the server accepts or no at least one cipher suite, because if the server accepts one cipher suite on a certain TLS version than the server allows this TLS version.Could you tell how the protocols command work please? Thanks