Change cipher suites for SSL connection 10/46010/5
authorHsin-Yi Shen <syshen66@gmail.com>
Mon, 19 Sep 2016 15:57:23 +0000 (08:57 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Tue, 18 Oct 2016 09:14:39 +0000 (09:14 +0000)
commit16372029775510be1afe7e2f609c4119f37d4d08
treeb48f94d7f0073c8899a4b440401a10f81e2504a9
parentc096ffd2892404fd1b223a9a0cce245668098c69
Change cipher suites for SSL connection

Change the list of enabled protocls and cipher suites to meet FIPs security requirement.
Following protocols and cipher suites will be enabled:
ssl protocols [SSLv2Hello, TLSv1.1, TLSv1.2]
cipher suites [TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
TLS_RSA_WITH_AES_127_CBC_SHA256]

Change-Id: Ie257c8c89a789911255e92b54997b915deb6c2a4
Signed-off-by: Hsin-Yi Shen <syshen66@gmail.com>
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbConnectionService.java