summaryrefslogtreecommitdiff
path: root/jstests/ssl
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* SERVER-14518: Allow disabling hostname validation for SSLSpencer Jackson2014-07-221-7/+26
|
* SERVER-12748 Tests for invalid transitions of clusterAuthMode without ↵Shaun Verch2014-06-101-19/+25
| | | | outgoing SSL
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-226-15/+93
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-161-5/+5
| | | | Fix typo
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-152-16/+17
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-062-17/+16
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-062-16/+17
|
* SERVER-13644 Fix command line censorshipShaun Verch2014-04-181-0/+35
|
* Revert "SERVER-13644 Fix command line censorship"Shaun Verch2014-04-171-35/+0
| | | | This reverts commit 44da20890f6af02ba766ca14991bbb072395a7ef.
* SERVER-13644 Fix command line censorshipShaun Verch2014-04-171-0/+35
|
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-051-1/+1
|
* SERVER-10848 Update some SSL tests to run without --use-x509Spencer T Brody2014-02-031-3/+3
|
* SERVER-12437 Disable balancer in ssl testRandolph Tan2014-01-241-8/+11
|
* SERVER-11554: Added new tests for mixed mode sslKyle Erf2013-12-136-32/+312
| | | | | | Also added ssl testing library functions Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-11703 Tests for setParameter for sslMode/clusterAuthModeAndreas Nilsson2013-11-261-0/+68
|
* SERVER-11005 re-disable ssl fips testErnie Hershey2013-11-151-0/+2
|
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-149-20/+20
|
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-132-5/+87
|
* SERVER-11005 in FIPS unit test, use --sslMode sslOnly instead of ↵Ernie Hershey2013-11-081-1/+1
| | | | --sslOnNormalPorts
* SERVER-11349 fix ssl_fips.js testmatt dannenberg2013-11-061-3/+9
|
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-062-3/+3
|
* SERVER-10353 Fix for x509_client.js on non-enterprise buildsAndreas Nilsson2013-10-291-1/+9
|
* SERVER-10353 Fixed x509_client.js for enterprise buildsAndreas Nilsson2013-10-291-0/+1
|
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵Benety Goh2013-10-295-8/+8
| | | | mongod processes through the mongo shell