mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
39db50eea2
This PR improves client simulation in "--ssl-native" mode: * It changes ${protos[i]} to list the protocols that should be disabled rather than those that should be enabled, except in the case that the client only supports one protocol. * It sets the values for ${tlsvers[i]}, which is used in run_client_simulation(), but was not defined. * It adds a new variable, ${ciphersuites[i]}, that lists the TLSv1.3 cipher suites supported by a client. Client simulation still produces false results in "--ssl-native" mode, but the results are better than before. |
||
---|---|---|
.. | ||
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 |