Skip to content

Commit

Permalink
Add jdk.crypto.ec to support EC cipher suites
Browse files Browse the repository at this point in the history
Support elliptic-curve cipher suites for SSL connections
  • Loading branch information
barbeer committed Jul 28, 2022
1 parent 2cb34f9 commit b7b1bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -74,6 +74,8 @@ javafx {

runtime {
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']
modules = ['jdk.crypto.ec']
additive = true
launcher {
noConsole = true
}
Expand Down

0 comments on commit b7b1bfa

Please sign in to comment.