David Cooper 39db50eea2 Improve SSL native client simulation
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.
2018-04-10 16:57:24 -04:00
..
2018-04-10 17:37:04 +02:00
2017-09-18 14:02:12 +02:00
2018-04-10 17:37:04 +02:00
2017-05-15 20:53:09 +02:00
2017-04-22 15:19:39 +02:00
2018-04-10 17:37:04 +02:00