From 13aa6aa433b8b6ef116ab73e6a9ad8d4f8be6a7c Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 14 Jan 2020 18:17:44 +0100 Subject: [PATCH] Readd TLS 1.0 and TLS 1.1 to openssl 1.1.1d (Debian) ... see previous commit --- etc/client-simulation.txt | 6 +++--- etc/client-simulation.wiresharked.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/client-simulation.txt b/etc/client-simulation.txt index 397c38c..b4afc9f 100644 --- a/etc/client-simulation.txt +++ b/etc/client-simulation.txt @@ -2760,9 +2760,9 @@ names+=("Opera 66 (Win 10)") sni+=("$SNI") warning+=("") handshakebytes+=("16030101290100012503036f18cf85cf24e3676f0e79a3503aa9feefc961e3baed7b00fd876a2c6d2395b3205f4fb8769aa1e5279b848b3f35bec3d7aa9966595d22ebcd35e72f79b9d9fcc9003e130213031301c02cc030009fcca9cca8ccaac02bc02f009ec024c028006bc023c0270067c00ac0140039c009c0130033009d009c003d003c0035002f00ff0100009e0000000f000d00000a7465737473736c2e7368000b000403000102000a000c000a001d0017001e00190018002300000016000000170000000d002a0028040305030603080708080809080a080b080408050806040105010601030303010302040205020602002b00050403040303002d00020101003300260024001d0020a12c2f7e04adcb76ce5eb8b05cf631e7cdf46f5e28cbe86a676d704098507b40") - protos+=("-no_ssl2 -no_ssl3 -tls1_1 -tls1") - tlsvers+=("-tls1_3 -tls1_2") - lowest_protocol+=("0x0303") + protos+=("-no_ssl2 -no_ssl3") + tlsvers+=("-tls1_3 -tls1_2 -tls1_1 -tls1") + lowest_protocol+=("0x0301") highest_protocol+=("0x0304") alpn+=("h2,http/1.1") service+=("ANY") diff --git a/etc/client-simulation.wiresharked.txt b/etc/client-simulation.wiresharked.txt index 2601325..321ddd6 100644 --- a/etc/client-simulation.wiresharked.txt +++ b/etc/client-simulation.wiresharked.txt @@ -385,8 +385,8 @@ warning+=("") handshakebytes+=("16030101290100012503036f18cf85cf24e3676f0e79a3503aa9feefc961e3baed7b00fd876a2c6d2395b3205f4fb8769aa1e5279b848b3f35bec3d7aa9966595d22ebcd35e72f79b9d9fcc9003e130213031301c02cc030009fcca9cca8ccaac02bc02f009ec024c028006bc023c0270067c00ac0140039c009c0130033009d009c003d003c0035002f00ff0100009e0000000f000d00000a7465737473736c2e7368000b000403000102000a000c000a001d0017001e00190018002300000016000000170000000d002a0028040305030603080708080809080a080b080408050806040105010601030303010302040205020602002b00050403040303002d00020101003300260024001d0020a12c2f7e04adcb76ce5eb8b05cf631e7cdf46f5e28cbe86a676d704098507b40") protos+=("-no_ssl2 -no_ssl3 -tls1_1 -tls1") - tlsvers+=("-tls1_3 -tls1_2") - lowest_protocol+=("0x0300") + tlsvers+=("-tls1_3 -tls1_2 -tls1_1 -tls1") + lowest_protocol+=("0x0301") highest_protocol+=("0x0304") alpn+=("h2,http/1.1") service+=("ANY")