summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-23/+60
|
* SERVER-22341 fix jslint errors in jstests/sslSpecial with eslint --fixMike Grundy2016-02-051-2/+2
|
* SERVER-21384 Enable all suites on ephemeral storage enginesCharlie Swanson2015-12-091-0/+3
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-4/+4
| | | | | | 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-15437 wait for replication of users in failing SSL testsSpencer T Brody2014-09-291-14/+14
|
* SERVER-14713 Specify sslAllowInvalidCertificates flag in sslSpecial tests to ↵Amalia Hawkins2014-09-251-0/+2
| | | | pass with mongo shell changes
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-3/+18
|
* SERVER-11554: Added new tests for mixed mode sslKyle Erf2013-12-131-0/+62
Also added ssl testing library functions Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>