BUG-3553 Introduce custom java.security config file 66/22566/3
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 10 Jun 2015 08:30:29 +0000 (10:30 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 14:38:53 +0000 (14:38 +0000)
commit7dee83bb7c2645ec9062b9ccd8b9b58261770136
treec79b0dcf50f0eb2a9f6c88b995f713340f160f8a
parent0dab2c9cbb05f62f34ab7d22bdc990e06182b442
BUG-3553 Introduce custom java.security config file

Set the list of excluded ciphers available for use in ODL. The list was
developed in order to disable weak/vulnerable ciphers and also to prevent
the Logjam exploit.

The security file can be set using ODL_JAVA_SECURITY_PROPERTIES env variable.

Change-Id: I4867fe05986c020e09938c138d4d033299e0f9b7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
(cherry picked from commit 482cb4a1845e2e8109b9176704f2421ff7f40277)
karaf/opendaylight-karaf-resources/src/main/resources/bin/instance
karaf/opendaylight-karaf-resources/src/main/resources/bin/instance.bat
karaf/opendaylight-karaf-resources/src/main/resources/bin/karaf
karaf/opendaylight-karaf-resources/src/main/resources/bin/karaf.bat
karaf/opendaylight-karaf-resources/src/main/resources/etc/odl.java.security [new file with mode: 0755]