mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
639b1af916
https://api.dev.ssllabs.com/api/v3/getClients incorrectly indicates a highestProtocol of 771 (TLS 1.2) for clients that support TLS 1.3, which leads run_client_simulation() to incorrectly report "no connection" if the client would have actually connected using TLS 1.3. This has been addressed by manually editing etc/client-simulation.txt to set the highest_protocol to 0x0304 for the clients that support TLS 1.3. This PR modifies update_client_sim_data.pl to automatically apply the fix for clients that support TLS 1.3 in order to avoid a possible regression when etc/client-simulation.txt is updated. |
||
---|---|---|
.. | ||
00_unittest_baseline.sh | ||
ccs-injection.bash | ||
checkcert.sh | ||
create_ca_hashes.sh | ||
curves.bash | ||
generate_static_cipher_lists.sh | ||
gmap2testssl.sh | ||
heartbleed.bash | ||
make-openssl.sh | ||
parse_client_ciphers.pl | ||
prototype.ssl2proto-check.bash | ||
prototype.tls-protocol-checker.bash | ||
resume.sh | ||
ticketbleed.bash | ||
update_client_sim_data.pl | ||
wireshark2ciphers.pl |