mongo/jstests/ssl
Shreyas Kalyan 07ec3d2605 SERVER-94764 SERVER-94766 SERVER-94767 SERVER-95445 SSLManagerOpenSSL should validate entire cert chain against CRL, not just the leaf (#29181)
GitOrigin-RevId: e341c22ae81226decb4ae08a36363c08b23d64cd
2024-12-19 17:01:18 +00:00
..
libs SERVER-91435: Regenerate test certs with legacy flag (#23490) (#23532) 2024-06-15 02:33:58 +00:00
x509 SERVER-94764 SERVER-94766 SERVER-94767 SERVER-95445 SSLManagerOpenSSL should validate entire cert chain against CRL, not just the leaf (#29181) 2024-12-19 17:01:18 +00:00
auth-counters.js SERVER-48693 Add network counter for cluster authentication 2020-08-20 22:20:55 +00:00
canonicalize_command_line_opts.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
client_x509_rotate.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
cluster_x509_rotate.js SERVER-61706 make sure that the new config has reached all nodes in cluster_x509_rotate 2022-01-27 18:43:31 +00:00
config-canonicalize-normal-ports.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
crl_x509_rotate.js SERVER-49133 Implemented rotate for Openssl 2020-08-07 02:25:11 +00:00
dh_params.js SERVER-22412 Implement a secure transport ASIO backend 2018-03-17 12:45:29 -04:00
disable_x509.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
macos_encrypted_pem.js SERVER-47962 Use rawMongoProgramOutput instead of logfile 2020-05-06 00:33:51 +00:00
mixed_mode_repl.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
mixed_mode_sharded.js SERVER-48261 Unblacklist auth tests that use the 'mixedShardTest' helper 2020-11-17 23:54:36 +00:00
multi-ca.js SERVER-44653 Validate the use of multiple root CAs in a single file 2019-11-15 21:42:39 +00:00
openssl_ciphersuites.js SERVER-48774 setting cipher list does not work for TLSv1.3 only (if TLS1_0, TLS1_1, TLS1_2 are disabled) 2020-07-14 21:30:49 +00:00
peer_validation_without_cafile.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
repl_ssl_split_horizon.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
server_x509_rotate.js SERVER-49136 Added shell helper for rotate command 2020-08-07 21:36:58 +00:00
set_parameter_ssl.js SERVER-55792 Verify credentials when clusterAuthMode is set via setParameter 2021-06-16 19:47:04 +00:00
shell_option_parsing.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
sni_name_advertisement.js SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted 2020-02-10 19:42:41 +00:00
speculative-authenticate.js SERVER-48693 Add network counter for cluster authentication 2020-08-20 22:20:55 +00:00
ssl_ECDHE_suites.js SERVER-75479 Fixed red ssl tests on macs 2023-05-08 22:42:58 +00:00
ssl_alert_reporting.js SERVER-42351 RHEL8 TLS 1.0 and TLS 1.1 protocols are disabled in the DEFAULT system-wide cryptographic policy level 2019-08-06 11:39:52 -04:00
ssl_ca_options.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_cert_selector_apple.js SERVER-91640: Un-hardcode Cert Thumbprints (#23697) 2024-06-21 18:37:08 +00:00
ssl_client_bad_certificate_warning.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_client_certificate_warning_suppression.js SERVER-46950 Add message-strings for TLS 2020-04-01 19:30:01 +00:00
ssl_cluster_ca.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
ssl_cluster_file.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
ssl_cn_with_san.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
ssl_count_protocols.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_crl.js SERVER-22412 Implement a secure transport ASIO backend 2018-03-17 12:45:29 -04:00
ssl_crl_revoked.js SERVER-22412 Implement a secure transport ASIO backend 2018-03-17 12:45:29 -04:00
ssl_fips.js SERVER-75989 Add support for OpenSSL 3.0 FIPS 2023-11-01 20:58:56 +00:00
ssl_fragment.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_hostname_validation.js SERVER-60326 Windows server fails to start when X509 certificate has empty subject name 2021-10-19 22:15:17 +00:00
ssl_intermediate_ca.js SERVER-54461 Complete TODO listed in SERVER-52923 2021-03-11 03:58:36 +00:00
ssl_invalid_server_cert.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_mongodb_x509.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_options.js SERVER-38430 Rename tlsPEMKeyFile options to conform to driver URI spec 2019-01-03 14:39:15 -05:00
ssl_private_key.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
ssl_restricted_protocols.js SERVER-72839, SERVER-80677, SERVER-82257, SERVER-85511, SERVER-84267: System CA Cert Verification Fix 2024-01-27 20:58:24 +00:00
ssl_uri.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
ssl_weak.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
ssl_withhold_client_cert.js SERVER-46950 Add message-strings for TLS 2020-04-01 19:30:01 +00:00
ssl_x509_SAN.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
ssl_x509_roles.js SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509 2021-05-03 14:43:41 +00:00
tlsCATrusts.js SERVER-85530: Refresh Test Certificates 2024-01-29 20:17:09 +00:00
tls_enumerator.py SERVER-44430 Fix tls_enumerators.py from BF-14793 2019-11-11 23:01:51 +00:00
upgrade_to_ssl.js SERVER-33488 conditionally update WT size metadata during startup recovery 2018-04-07 10:52:37 -04:00
x509_all_the_oids.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
x509_client.js SERVER-59970 Fix reply value from authenticate command 2021-10-20 14:52:37 +00:00
x509_custom.js SERVER-85530: Refresh Test Certificates 2024-01-29 20:17:09 +00:00
x509_enforce_user_cluster_separation.js SERVER-54136 Make the authenticate command respect enforceUserClusterSeparation 2021-02-18 17:01:33 +00:00
x509_expiring.js SERVER-46385 Complete TODO listed in SERVER-46018 2020-02-28 18:11:34 +00:00
x509_invalid.js SERVER-57727 race conditions in x509_invalid.js 2021-07-19 23:36:38 +00:00
x509_multivalue.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
x509_rotate_missing_files.js SERVER-49133 Implemented rotate for Openssl 2020-08-07 02:25:11 +00:00
x509_startup_certificate_info.js SERVER-85530: Refresh Test Certificates 2024-01-29 20:17:09 +00:00
x509_startup_warning.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00