Charlie Swanson
8c67bb9322
SERVER-21384 Enable all suites on ephemeral storage engines
2015-12-09 12:20:02 -05:00
Kaloian Manassiev
3ed6635a5f
SERVER-21050 Cleanup ReplSetTest
...
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.
2015-12-08 13:05:00 -05:00
Spencer Jackson
5ed5b15d68
SERVER-15459: Check new x509 names against _clusterIdMatch
2015-10-01 10:35:48 -04:00
Charlie Swanson
76ac5fc4ef
SERVER-18272 Fix ssl_fips.js
2015-09-10 09:47:58 -04:00
Charlie Swanson
c15f4bb96d
SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports
2015-09-09 13:14:48 -04:00
Adam Midvidy
2186037a81
SERVER-19113 rewrite ssl_crl.js and ssl_mixedmode.js to not depend on legacy DBClientConnection behavior
2015-06-30 16:50:38 -04:00
Jonathan Reams
170a926471
SERVER-18371 Fix FIPS test for platforms without FIPS support
2015-06-05 10:20:02 -04:00
Amalia Hawkins
3fe79932f7
SERVER-18140: Allow getParameter to be executed locally against an arbiter in an authenticated replica set
2015-04-28 16:41:22 -04:00
Spencer T Brody
8b75280296
SERVER-17971 Make ShardingTest start single-server config servers as replica sets
2015-04-23 14:30:19 -04:00
Andreas Nilsson
9958e1ec89
SERVER-18051 Fix OpenSSL FIPS error when using SCRAM-SHA1
2015-04-16 11:28:18 -04:00
Spencer T Brody
7baac52f05
SERVER-17450 Cleanup SSL test infrastructure
2015-04-06 18:19:21 -04:00
Charlie
6d33c3637e
Revert "SERVER-17450 Cleanup SSL test infrastructure"
...
This reverts commit 43e53251a3 .
2015-03-24 13:46:51 -04:00
Spencer T Brody
43e53251a3
SERVER-17450 Cleanup SSL test infrastructure
2015-03-24 16:13:30 +01:00
Randolph Tan
77562fbd1b
SERVER-17348 Consolidate ReplSetTest.upgradeSet
...
Also removed zero_vote_aribter multiVersion tests.
2015-03-13 13:31:52 -04:00
Eric Milkie
da1c93cc9f
SERVER-16901 use a real state transition to detect when nodes restart
2015-01-20 14:08:32 -05:00
Eric Milkie
2fe551d871
SERVER-16371 fix ssl tests to not share replica set monitors between sub-runs
2014-12-01 17:33:02 -05:00
Eric Milkie
3967899bf5
SERVER-16371 clean up unit tests
2014-12-01 17:33:01 -05:00
Ernie Hershey
0bb84c4860
SERVER-11005 Re-enable FIPS test
2014-11-05 16:26:05 -05:00
Andreas Nilsson
666d7d2af4
SERVER-7596 Make authSchemaVersion 28Final if no user docs
2014-11-04 12:39:01 -05:00
Luke Lovett
159c1ed111
SERVER-14709 Add ssl_without_ca.js to test the behavior of the server without a CA file.
...
Closes #857
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-11-04 11:03:38 -05:00
Eric Milkie
a91d9aa82a
SERVER-15535 remove unneeded sethbmsg feature from ReplSetTest
2014-10-10 09:11:42 -04:00
Spencer T Brody
4d0e951ae7
SERVER-15437 wait for replication of users in failing SSL tests
2014-09-29 12:46:48 -04:00
Eric Milkie
070596dd59
SERVER-15437 wait for replication before proceeding
2014-09-29 10:44:02 -04:00
Amalia Hawkins
128ef4c4bc
SERVER-14713 fix false positives for ssl tests
2014-09-26 11:21:53 -04:00
Amalia Hawkins
3a5ea7b224
SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFile when starting mongo shell in SSL mode.
2014-09-25 11:27:14 -04:00
Amalia Hawkins
5d580ba313
SERVER-14861: Ensure that SSL hostname matching strictly follows RFC 2818
2014-09-24 13:01:11 -04:00
Amalia Hawkins
2a37d7e5df
Revert commits 01c372d and 8954a16 -- accidental commit.
2014-09-22 15:49:27 -04:00
Amalia Hawkins
01c372ddd6
test attempt
2014-09-22 15:40:18 -04:00
Amalia Hawkins
4c429ebe0a
SERVER-14977: add new alias for sslWeakCertificateValidation option
2014-09-11 16:02:49 -04:00
melissaosullivan
1b1842be9b
SERVER-11107 Server SSL certificate expiration date check tests
...
Closes #734
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-08-08 05:56:35 -04:00
Stuart Larsen
03048e3ab4
SERVER-14516 Brand new testing certificates
...
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 >
2014-07-26 13:22:04 -04:00
Spencer Jackson
138d78bd6d
SERVER-14518: Allow disabling hostname validation for SSL
2014-07-22 13:23:24 -04:00
Shaun Verch
71d75ac486
SERVER-12748 Tests for invalid transitions of clusterAuthMode without outgoing SSL
2014-06-10 11:50:06 -04:00
Amalia Hawkins
1b4b52a9d4
SERVER-12621 narrow the localhost exception when auth is enabled
2014-05-22 20:29:39 -04:00
Randolph Tan
b8d9a168f7
SERVER-13741 Migrate remaining tests to use write commands
...
Fix typo
2014-05-16 10:17:16 -04:00
Randolph Tan
0dabee8227
SERVER-13741 Migrate remaining tests to use write commands
2014-05-15 14:04:11 -04:00
David Storch
7238072660
Revert "SERVER-13741 Migrate remaining tests to use write commands"
...
This reverts commit 87dc3ae516 .
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516
SERVER-13741 Migrate remaining tests to use write commands
2014-05-06 16:32:44 -04:00
Shaun Verch
b1d30046c7
SERVER-13644 Fix command line censorship
2014-04-18 12:01:59 -04:00
Shaun Verch
65213714da
Revert "SERVER-13644 Fix command line censorship"
...
This reverts commit 44da20890f .
2014-04-17 18:00:52 -04:00
Shaun Verch
44da20890f
SERVER-13644 Fix command line censorship
2014-04-17 17:00:59 -04:00
Dan Pasette
a56fff30fb
SERVER-12409 db.coll.remove() shell helper requires a query predicate
2014-02-05 18:07:02 -05:00
Spencer T Brody
588dc81b08
SERVER-10848 Update some SSL tests to run without --use-x509
2014-02-03 18:44:13 -05:00
Randolph Tan
5762995d5e
SERVER-12437 Disable balancer in ssl test
2014-01-24 10:01:22 -05:00
Kyle Erf
2c54682ce8
SERVER-11554: Added new tests for mixed mode ssl
...
Also added ssl testing library functions
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2013-12-13 15:42:28 -05:00
Andreas Nilsson
08790c8495
SERVER-11703 Tests for setParameter for sslMode/clusterAuthMode
2013-11-26 17:58:54 -05:00
Ernie Hershey
43b948a35d
SERVER-11005 re-disable ssl fips test
2013-11-15 08:30:57 -05:00
Andreas Nilsson
8041835681
SERVER-11375 Change names of sslMode states
2013-11-14 19:55:55 +00:00
Andreas Nilsson
b5d36ec05c
SERVER-10330 SERVER-11195 SSL server hostname validation
2013-11-13 08:50:07 +00:00
Ernie Hershey
c9d07bdb8f
SERVER-11005 in FIPS unit test, use --sslMode sslOnly instead of --sslOnNormalPorts
2013-11-08 11:41:55 -05:00