mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 04:41:15 +01:00
Android 9 still has 2 signature hash algos: x0201 + x0203
This commit is contained in:
parent
7c66ed47c0
commit
eeb1acd749
@ -236,7 +236,7 @@
|
|||||||
maxRsaBits+=(-1)
|
maxRsaBits+=(-1)
|
||||||
minEcdsaBits+=(-1)
|
minEcdsaBits+=(-1)
|
||||||
curves+=("X25519:secp256r1:secp384r1")
|
curves+=("X25519:secp256r1:secp384r1")
|
||||||
requiresSha2+=(true)
|
requiresSha2+=(false)
|
||||||
current+=(true)
|
current+=(true)
|
||||||
|
|
||||||
names+=("Android 10.0 (native)")
|
names+=("Android 10.0 (native)")
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
maxRsaBits+=(-1)
|
maxRsaBits+=(-1)
|
||||||
minEcdsaBits+=(-1)
|
minEcdsaBits+=(-1)
|
||||||
curves+=("X25519:secp256r1:secp384r1")
|
curves+=("X25519:secp256r1:secp384r1")
|
||||||
requiresSha2+=(true)
|
requiresSha2+=(false)
|
||||||
current+=(true)
|
current+=(true)
|
||||||
|
|
||||||
names+=("Android 10.0 (native)")
|
names+=("Android 10.0 (native)")
|
||||||
|
Loading…
Reference in New Issue
Block a user