This is an automated email from the ASF dual-hosted git repository.

aleksey pushed a change to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 88e7430  Merge branch 'cassandra-2.2' into cassandra-3.0
     add c2f24d2  Fix inbound TLS enforcement

No new revisions were added by this update.

Summary of changes:
 src/java/org/apache/cassandra/config/Config.java   |   1 +
 .../cassandra/config/DatabaseDescriptor.java       |   4 +-
 .../apache/cassandra/config/EncryptionOptions.java |  48 ++++++++
 .../cassandra/net/IncomingStreamingConnection.java |  20 +++
 .../cassandra/net/IncomingTcpConnection.java       |  22 ++++
 .../cassandra/net/OutboundTcpConnectionPool.java   |  26 +---
 test/conf/cassandra_ssl_test.keystore              | Bin 0 -> 2281 bytes
 test/conf/cassandra_ssl_test.truststore            | Bin 0 -> 992 bytes
 .../test/InternodeEncryptionEnforcementTest.java   | 137 +++++++++++++++++++++
 9 files changed, 232 insertions(+), 26 deletions(-)
 create mode 100644 test/conf/cassandra_ssl_test.keystore
 create mode 100644 test/conf/cassandra_ssl_test.truststore
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/InternodeEncryptionEnforcementTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to