Android 9 still has 2 signature hash algos: x0201 + x0203

This commit is contained in:
Dirk Wetter 2020-01-22 11:41:42 +01:00
parent 7c66ed47c0
commit eeb1acd749
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@
maxRsaBits+=(-1)
minEcdsaBits+=(-1)
curves+=("X25519:secp256r1:secp384r1")
requiresSha2+=(true)
requiresSha2+=(false)
current+=(true)
names+=("Android 10.0 (native)")

View File

@ -46,7 +46,7 @@
maxRsaBits+=(-1)
minEcdsaBits+=(-1)
curves+=("X25519:secp256r1:secp384r1")
requiresSha2+=(true)
requiresSha2+=(false)
current+=(true)
names+=("Android 10.0 (native)")