TLS 1.2 sockets not anymore experimental

This commit is contained in:
Dirk 2016-09-27 23:33:38 +02:00
parent e1f9209c23
commit 4d1303f5b9
1 changed files with 1 additions and 1 deletions

View File

@ -3173,7 +3173,7 @@ run_protocols() {
esac
pr_bold " TLS 1.2 $extra_spaces";
if "$using_sockets" && "$EXPERIMENTAL"; then #TODO: IIS servers do have a problem here with our handshake
if "$using_sockets"
tls_sockets "03" "$TLS12_CIPHER"
else
run_prototest_openssl "-tls1_2"