mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 12:59:44 +01:00
Deprecate Java 9, its EOL since March 2018
No current distro (Ubuntu, Debian, Fedora) is still shipping it, Oracle has EOLed it in March 2018 according to https://www.oracle.com/technetwork/java/java-se-support-roadmap.html
This commit is contained in:
parent
1ccc8bdcb8
commit
fa77a9c80e
@ -2405,7 +2405,7 @@
|
||||
minEcdsaBits+=(-1)
|
||||
curves+=("prime256v1:secp384r1:secp521r1:sect283k1:sect283r1:sect409k1:sect409r1:sect571k1:sect571r1:secp256k1")
|
||||
requiresSha2+=(false)
|
||||
current+=(true)
|
||||
current+=(false)
|
||||
|
||||
names+=("Java 11.0.2 (Ubuntu)")
|
||||
short+=("java1102")
|
||||
@ -2934,4 +2934,3 @@
|
||||
curves+=("sect571r1:sect571k1:secp521r1:sect409k1:sect409r1:secp384r1:sect283k1:sect283r1:secp256k1:prime256v1:sect239k1:sect233k1:sect233r1:secp224k1:secp224r1:sect193r1:sect193r2:secp192k1:prime192v1:sect163k1:sect163r1:sect163r2:secp160k1:secp160r1:secp160r2")
|
||||
requiresSha2+=(false)
|
||||
current+=(false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user