Skip to content

Commit 3eef2b6

Browse files
committed
[config] fix: Enable jdk.crypto.ec java module for JRI
Some sites expose such a TLS configuration that java is unable to proceed with TLS handshake without supporting elliptic curve cryptography. This adds the module to JRI to fix it for these websites. Related to ev3dev-lang-java/ev3dev-lang-java#728
1 parent d833e28 commit 3eef2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CACERTFILE="$ABLDDIR/security/cacerts"
1616
JAVA_TMP="$BUILDDIR/jdk_tmp"
1717
TARBALL_MAX_DOWNLOADS=10
1818

19-
JRI_MODULES="java.se,jdk.jdwp.agent,jdk.unsupported,jdk.management.agent,jdk.jartool"
19+
JRI_MODULES="java.se,jdk.jdwp.agent,jdk.unsupported,jdk.management.agent,jdk.jartool,jdk.crypto.ec"
2020

2121
JTREG="$BUILDDIR/jtreg"
2222
JTREG_URL="https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/lastSuccessfulBuild/artifact/jtreg-4.2.0-tip.tar.gz"

0 commit comments

Comments
 (0)