Commit Graph

75 Commits

Author SHA1 Message Date
Sean Lyons
6f414a559b SERVER-120035 Add bazel targets for release-critical, security resmoke suites (#50060)
GitOrigin-RevId: 97a873e6945329e72936087b18c7471c35c434a0
2026-03-24 21:56:11 +00:00
Gabriel Marks
77d90a66d3 SERVER-99750 Use generated certificates in jstests (#46650)
GitOrigin-RevId: 303ffa3be9ec56f70a9ff9e38d4430fd0c927599
2026-01-28 18:44:45 +00:00
Erwin Pe
1f7f8f8c54 SERVER-84645 OCSP stapling log messages should indicate response validity (#44121)
GitOrigin-RevId: b92d8880dd30e6d0600df7bb453a52ad61cc645e
2025-12-16 21:00:00 +00:00
adriangzz
add4533c77 SERVER-112231 Fix race condition when stopping MockOCSPServer (#43417)
GitOrigin-RevId: 6ac97dcce946c4d93f72e61eafd112af8fded423
2025-11-12 04:06:51 +00:00
Steve McClure
1ffbc6c2e9 SERVER-109432: Autofix JS var usage to favor let (#40637)
GitOrigin-RevId: 9674b7db36a0f3f650d39c1e3fb2ad6ff2141cfb
2025-08-28 19:21:01 +00:00
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Sean Lyons
0c80b328f2 SERVER-109091 Create glob-like targets for jstest libraries (#39901)
GitOrigin-RevId: d93ad0de591e700f67af5b60680664dd24e6efb6
2025-08-11 23:22:56 +00:00
Chye Lin Chee
ab13627816 SERVER-108201 Clear OCSP cache (#39138)
GitOrigin-RevId: 22c30b3d5863b4af45787f62f47543588192fcdc
2025-07-28 17:28:40 +00:00
Chye Lin Chee
7912edcb44 SERVER-94747 OCSP test enhancements (#38783)
GitOrigin-RevId: 74e1f27e6aaa6d399b790e28b95db97043355be8
2025-07-22 20:29:14 +00:00
Tommaso Tocci
f14f082641 SERVER-104752 Reduce execution time of jstests/ocsp/ocsp_sharding_basic.js test (#36057)
GitOrigin-RevId: 885cd1631cd3f1d9fb6d80519315b32b56f75090
2025-05-20 20:28:53 +00:00
Zack Winter
da80bcc821 SERVER-100977 Restrict js_library to arm/x86_64 cpus (#32508)
GitOrigin-RevId: 1c15500a2a6d0730efb2207f280c7a6721221288
2025-04-09 21:28:06 +00:00
Shreyas Kalyan
05bda78831 SERVER-100856 ocsp_sharding_basic needs to have stapling disabled (#32407)
Co-authored-by: Shreyas Kalyan <shreyas.kalyan@mongodb.com>
GitOrigin-RevId: 66acda0a4c1ec153e2594420655c2a5d8ca5b618
2025-04-09 21:02:40 +00:00
Zack Winter
e2d43f0b28 SERVER-100116 Swap eslint to rules_lint & upgrade to 9.19.0 (#31917)
GitOrigin-RevId: d08518aa13c42c1dfdb68fbbd74d9898b2f09bdf
2025-04-09 20:14:48 +00:00
Drew Paroski
5b0400f8a5 SERVER-96678 Mark some tests as owned by the Security team (#28837)
GitOrigin-RevId: 9bcd6948b879c3a2bd5cdf5a6aedb93c2e6edb0f
2024-11-06 18:55:27 +00:00
Moustafa Maher
be39a8421f SERVER-95628 Make rawMongoProgramOutput more robust (#28204)
GitOrigin-RevId: 6b01ab93e5ba70a22cc816931cd464b6f2ddbd13
2024-10-22 22:40:58 +00:00
kshitij
46fec6e0db SERVER-95434: Remove shardOptions from shardingtest.js. (#28068)
GitOrigin-RevId: 1a6e80f2083120e3ae09e8d57694e730f2375f94
2024-10-22 18:29:27 +00:00
Juan Gu
855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +00:00
Savar Jain
5d08c8f5f9 SERVER-89535 Validate OCSP Stapling nextUpdate time to fit within a 64-bit size limit (#23895)
GitOrigin-RevId: 58ef213532015228d03045d1d54f9634dd8b5427
2024-08-30 20:49:04 +00:00
Matt Broadstone
ea71b91c7f SERVER-93858 Convert ReplSetTest to es6 class (#26392)
GitOrigin-RevId: 40a9c38427364ef19cf20a76c6ea8b528fea848a
2024-08-22 17:42:29 +00:00
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Sophia Tan
bd8395d8de SERVER-92730 Enhance OCSP test code with debug information for response status tracking (#25232)
GitOrigin-RevId: 33fcb3f5d3cfd2801c40e4f40e69472634556b39
2024-07-25 00:48:59 +00:00
Steve McClure
62e4c5aa67 SERVER-90616: Enable python formatting checks for jstests directory (#22300)
GitOrigin-RevId: 9fc353de97f77520be552ddf8a6d44448f4e40d4
2024-05-17 23:38:09 +00:00
Patrick Freed
4978118816 SERVER-84103 Support configuring TLS options through resmoke
This also updates the gRPC buildvariant to run with TLS enabled.

GitOrigin-RevId: 56576634eb5a47f559e1f8645ec538048d472e4e
2024-01-12 00:15:54 +00:00
Alex Neben
de09d8b85e SERVER-80770 Loosened python version requirements 2023-10-24 00:46:53 +00:00
Spencer Jackson
41c591051a SERVER-79926 Maintain ownership of intermediate certificate chains 2023-09-21 14:53:17 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Alex Neben
209ce30150 SERVER-72262 Bump Python minimum version to 3.9/3.10 2023-08-02 21:39:07 +00:00
Billy Donahue
49395d449c SERVER-72867 eol-terminate all nonempty text files 2023-04-26 19:19:19 +00:00
Blake Oler
d2995e8e1a SERVER-72598 Introduce server parameter to turn off logging for detailed connection health metrics 2023-02-09 20:45:04 +00:00
Benety Goh
a54ab549bb SERVER-73357 remove unused tag live_record_incompatible from tests 2023-01-27 15:18:19 +00:00
Jason Chan
f3b689770e SERVER-68401 Log latency of requests to OCSP responder for client-side verification 2022-08-31 20:36:39 +00:00
Erwin Pe
1cc3e0d5e7 SERVER-62969 Fix ocsp_unable_to_staple_log.js wait to connect issue 2022-07-06 16:26:33 +00:00
Erwin Pe
7958342795 SERVER-65771 Add requires_ocsp_stapling tag to ocsp_ignore_irrelevant.js 2022-04-19 17:30:19 +00:00
Erwin Pe
9957c797a0 SERVER-59220 Connectivity probes in ocsp_server_refresh.js should use fresh shells 2022-02-10 21:21:34 +00:00
Erwin Pe
c56dfd0e19 SERVER-60310 Skip irrelevant certificates when validating OCSP responses 2021-12-02 23:21:09 +00:00
Erwin Pe
9501166466 SERVER-61445 OCSP fetcher treats responses without nextUpdate as expired 2021-11-25 00:40:32 +00:00
Erwin Pe
32a3721ab3 SERVER-49537 Add option to mock OCSP responder to omit nextUpdate in response 2021-11-15 17:37:43 +00:00
Erwin Pe
df815b97b4 SERVER-60363 Make assertion for amount of retries in ocsp_retry_backo… 2021-10-05 16:39:37 +00:00
sergey.galtsev
dacbdf22ac SERVER-60429 update OCSP server stop code for windows platform 2021-10-04 23:01:09 +00:00
Sergey Galtsev
90083f91b3 SERVER-60225 increase verbosity of mock OCSP responder 2021-10-01 16:53:21 +00:00
Erwin Pe
7318d7d033 SERVER-59221 Make OCSPFetcher rapidly retry on network error 2021-09-07 16:35:07 +00:00
Erwin Pe
25596cd3db SERVER-59437 clear the OCSP cache in the ocsp_slow_responder.js test 2021-08-20 19:39:38 +00:00
Erwin Pe
fef0c3a59f SERVER-47804 On Windows, warn user about slow OCSP responses 2021-08-17 01:37:24 +00:00
sergey.galtsev
9410ef0209 SERVER-57716: use common CA file for OCSP where clusterCA is present 2021-08-06 17:47:13 +00:00
Shreyas Kalyan
6d5e2442e3 SERVER-55332 Fix race condition in OCSP sharding test 2021-03-25 17:27:21 +00:00
Shreyas Kalyan
17c516775a SERVER-55122 Fix OCSP to allow intermediate certificates in tlsCertificateKeyFile 2021-03-21 03:03:38 +00:00
Shreyas Kalyan
c20e3c5001 SERVER-51364 Ubuntu 18.04 Server with OCSP and TLS fails to work 2021-01-06 23:34:36 +00:00
Mark Benvenuto
caf6e8e883 SERVER-53016 Enable ocsp_basic_ca_responder.js on Windows 2020-12-02 19:51:06 +00:00
Shreyas Kalyan
e0c102b5a0 SERVER-52787 Adjust ocsp_sharding_basic test response validity period 2020-11-13 02:23:41 +00:00
Shreyas Kalyan
add2cc96db SERVER-49280 Investigate issues with ocspValidationRefreshPeriodSecs 2020-11-11 23:20:48 +00:00