1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-02 22:36:05 +02:00

Swap Android 6 for Android 5

... as it seems to habe more market share
This commit is contained in:
Dirk 2025-04-08 15:49:44 +02:00
parent 58ddfd8a24
commit 7939144af1

@ -151,7 +151,7 @@
minEcdsaBits+=(-1)
curves+=("secp521r1:secp384r1:prime256v1")
requiresSha2+=(false)
current+=(false)
current+=(true)
names+=("Android 6.0")
short+=("android_60")
@ -172,7 +172,7 @@
minEcdsaBits+=(-1)
curves+=("prime256v1:secp384r1")
requiresSha2+=(false)
current+=(true)
current+=(false)
names+=("Android 7.0 (native)")
short+=("android_70")