TLS support - configurable passwords 45/8545/2
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Tue, 1 Jul 2014 08:38:24 +0000 (10:38 +0200)
committerAdam Brcek <adam.brcek@pantheon.sk>
Thu, 3 Jul 2014 14:29:29 +0000 (14:29 +0000)
commit3129a6f302a62f549ff2dd21b987e28bab686d5e
treebebe9a01848c1b5b078a10c4ade0a24adefc4275
parent4c84e3b5a8d3158d436026bfca59626bb9a1de8c
TLS support - configurable passwords

 - this change allows usage of arbitrary passwords (for keystore, certificate, truststore) instead of hardcoded "opendaylight" password

Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/TlsConfiguration.java
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/TlsConfigurationImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslContextFactory.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStore.java
openflow-protocol-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/_switch/connection/provider/impl/rev140328/SwitchConnectionProviderModule.java
openflow-protocol-impl/src/main/yang/openflow-switch-connection-provider-impl.yang
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStoreTest.java