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

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


    from 5869dc0dac Merge branch 'cassandra-4.0' into cassandra-4.1
     add bd49f6ff26 Allow keystore and truststore passwords to be nullable

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   1 +
 conf/cassandra.yaml                                |  10 ++
 .../KubernetesSecretsSslContextFactoryTest.java    |   2 +
 .../apache/cassandra/config/EncryptionOptions.java |   8 +-
 .../security/FileBasedSslContextFactory.java       |  25 +++-
 .../security/PEMBasedSslContextFactory.java        |   5 -
 .../org/apache/cassandra/security/PEMReader.java   |   3 +-
 ...m-sslcontextfactory-mismatching-passwords.yaml} |   5 +-
 ...dra-pem-sslcontextfactory-unencryptedkeys.yaml} | 107 +++++++-------
 .../security/DefaultSslContextFactoryTest.java     |   1 +
 .../security/FileBasedSslContextFactoryTest.java   | 156 +++++++++++++++++++++
 ...FactoryConfigWithMismatchingPasswordsTest.java} |  56 ++++++--
 ...ntextFactoryConfigWithUnencryptedKeysTest.java} |   5 +-
 13 files changed, 304 insertions(+), 80 deletions(-)
 copy test/conf/{cassandra-pem-sslcontextfactory.yaml => 
cassandra-pem-sslcontextfactory-mismatching-passwords.yaml} (98%)
 copy test/conf/{cassandra-pem-sslcontextfactory.yaml => 
cassandra-pem-sslcontextfactory-unencryptedkeys.yaml} (52%)
 create mode 100644 
test/unit/org/apache/cassandra/security/FileBasedSslContextFactoryTest.java
 copy 
test/unit/org/apache/cassandra/security/{PEMBasedSslContextFactoryInvalidConfigTest.java
 => PEMBasedSslContextFactoryConfigWithMismatchingPasswordsTest.java} (51%)
 copy 
test/unit/org/apache/cassandra/security/{PEMBasedSslContextFactoryConfigTest.java
 => PEMBasedSslContextFactoryConfigWithUnencryptedKeysTest.java} (94%)


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

Reply via email to