From eeb1acd74985a0c846a4d1f02263b771495105cb Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 22 Jan 2020 11:41:42 +0100 Subject: [PATCH] Android 9 still has 2 signature hash algos: x0201 + x0203 --- etc/client-simulation.txt | 2 +- etc/client-simulation.wiresharked.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/client-simulation.txt b/etc/client-simulation.txt index 1d3710e..cc845b2 100644 --- a/etc/client-simulation.txt +++ b/etc/client-simulation.txt @@ -236,7 +236,7 @@ maxRsaBits+=(-1) minEcdsaBits+=(-1) curves+=("X25519:secp256r1:secp384r1") - requiresSha2+=(true) + requiresSha2+=(false) current+=(true) names+=("Android 10.0 (native)") diff --git a/etc/client-simulation.wiresharked.txt b/etc/client-simulation.wiresharked.txt index 7515a97..7ce2b4f 100644 --- a/etc/client-simulation.wiresharked.txt +++ b/etc/client-simulation.wiresharked.txt @@ -46,7 +46,7 @@ maxRsaBits+=(-1) minEcdsaBits+=(-1) curves+=("X25519:secp256r1:secp384r1") - requiresSha2+=(true) + requiresSha2+=(false) current+=(true) names+=("Android 10.0 (native)")