summaryrefslogtreecommitdiff
path: root/jstests/ssl
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25854 Change count() to itcount() to fix test failure by engaging ↵Spencer T Brody2016-08-291-1/+1
| | | | shard filtering
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-1/+7
|
* SERVER-25383 Make sharding_with_x509.js use count with predicateKaloian Manassiev2016-08-021-60/+62
|
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-1/+1
| | | | | | | | This change makes auth tests with 3.2 mongos, which need to control the balancer state to go through a special control mongos instance running version 3.4. This reverts commit bfde0ecb1ca31c35a37f90a7706987acc0c217f7.
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-74/+53
| | | | | | | | | | Changes all usages of runMongoProgram(<mongo tool>, ...) to MongoRunner.runMongoTool(<mongo tool>, {...}) to take advantage of the --dialTimeout command line option supported by the mongo tools. Adds support for specifying positional arguments to MongoRunner.runMongoTool() in order to support all invocations of the bsondump and mongofiles tools.
* SERVER-24369: Accept OpenSSL FIPS error message from Ubuntu 16.04Spencer Jackson2016-06-021-1/+4
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-286-58/+64
|
* SERVER-6823 Enable simultaneous ssl/x509 auth upgrade with only two restartsShane Harvey2016-05-193-48/+91
| | | | | | Reduce the required number of restarts from three to two by allowing sslMode allowSSL to be used in combination with transitionToAuth and clusterAuthMode x509.
* SERVER-24062 Pull CA certificates from correct source on OSXJonathan Reams2016-05-061-5/+4
|
* SERVER-6823 Rename --tryClusterAuth to --transitionToAuthShane Harvey2016-04-181-3/+3
|
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-151-1/+6
|
* SERVER-6823 Rolling access control upgrade tests require persistenceShane Harvey2016-04-141-0/+3
|
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-132-2/+96
| | | | | Add --tryClusterAuth flag that enables communicatation between nodes running with and without auth.
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-0/+39
|
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-041-39/+0
| | | | This reverts commit 22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd.
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-0/+39
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-0918-353/+490
|
* SERVER-22341 fix jslint errors in jstests/ssl with eslint --fixMike Grundy2016-02-0511-53/+53
|
* SERVER-22090 ssl_cert_password.js must be disabled on ppc64Mark Benvenuto2016-01-131-0/+2
|
* SERVER-21384 Enable all suites on ephemeral storage enginesCharlie Swanson2015-12-092-0/+4
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-083-8/+8
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-15459: Check new x509 names against _clusterIdMatchSpencer Jackson2015-10-011-0/+20
|
* SERVER-18272 Fix ssl_fips.jsCharlie Swanson2015-09-101-2/+4
|
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-095-47/+43
|
* SERVER-19113 rewrite ssl_crl.js and ssl_mixedmode.js to not depend on legacy ↵Adam Midvidy2015-06-301-29/+21
| | | | DBClientConnection behavior
* SERVER-18371 Fix FIPS test for platforms without FIPS supportJonathan Reams2015-06-051-2/+3
|
* SERVER-18140: Allow getParameter to be executed locally against an arbiter ↵Amalia Hawkins2015-04-281-1/+1
| | | | in an authenticated replica set
* SERVER-17971 Make ShardingTest start single-server config servers as replica ↵Spencer T Brody2015-04-231-0/+1
| | | | sets
* SERVER-18051 Fix OpenSSL FIPS error when using SCRAM-SHA1Andreas Nilsson2015-04-161-0/+4
|
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-0618-125/+89
|
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-2418-88/+126
| | | | This reverts commit 43e53251a30e680fb57a3f042f66910355197cde.
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-2418-126/+88
|
* SERVER-17348 Consolidate ReplSetTest.upgradeSetRandolph Tan2015-03-131-84/+2
| | | | Also removed zero_vote_aribter multiVersion tests.
* SERVER-16901 use a real state transition to detect when nodes restartEric Milkie2015-01-201-11/+13
|
* SERVER-16371 fix ssl tests to not share replica set monitors between sub-runsEric Milkie2014-12-012-6/+8
|
* SERVER-16371 clean up unit testsEric Milkie2014-12-011-46/+49
|
* SERVER-11005 Re-enable FIPS testErnie Hershey2014-11-051-2/+0
|
* SERVER-7596 Make authSchemaVersion 28Final if no user docsAndreas Nilsson2014-11-041-4/+4
|
* SERVER-14709 Add ssl_without_ca.js to test the behavior of the server ↵Luke Lovett2014-11-041-0/+53
| | | | | | | | without a CA file. Closes #857 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-15535 remove unneeded sethbmsg feature from ReplSetTestEric Milkie2014-10-101-5/+0
|
* SERVER-15437 wait for replication of users in failing SSL testsSpencer T Brody2014-09-291-11/+7
|
* SERVER-15437 wait for replication before proceedingEric Milkie2014-09-291-12/+17
|
* SERVER-14713 fix false positives for ssl testsAmalia Hawkins2014-09-263-3/+3
|
* SERVER-14713: User must specify either sslAllowInvalidCertificates or ↵Amalia Hawkins2014-09-253-6/+7
| | | | sslCAFile when starting mongo shell in SSL mode.
* SERVER-14861: Ensure that SSL hostname matching strictly follows RFC 2818Amalia Hawkins2014-09-241-0/+3
|
* Revert commits 01c372d and 8954a16 -- accidental commit.Amalia Hawkins2014-09-221-12/+1
|
* test attemptAmalia Hawkins2014-09-221-1/+12
|
* SERVER-14977: add new alias for sslWeakCertificateValidation optionAmalia Hawkins2014-09-111-4/+3
|
* SERVER-11107 Server SSL certificate expiration date check testsmelissaosullivan2014-08-081-0/+23
| | | | | | Closes #734 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14516 Brand new testing certificatesStuart Larsen2014-07-265-11/+16
| | | | | | | | | | New testing certificates generated for MongoDB using x509gen. Test were also updated slightly to accommodate for new subject alternative names and such. All instances of "sslAllowInvalidCertificates" were removed from src/mongo/shell. Closes #724 Signed-off-by: Benety Goh <benety@mongodb.com>