summaryrefslogtreecommitdiff
path: root/src/mongo/util/net
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47375 Complete TODO listed in SERVER-45798Shreyas Kalyan2020-05-111-1/+0
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-086-45/+82
* Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ti...Marcos José Grillo Ramírez2020-05-085-79/+29
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-085-29/+79
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-3/+3
* SERVER-47811 Search the intermediate certificates for the issuer of the peer ...Shreyas Kalyan2020-05-051-11/+36
* SERVER-46729 Make Windows shell soft-fail for unavailable OCSP responderShreyas Kalyan2020-05-041-2/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2616-26/+26
* SERVER-46633 Windows TLS implementation may declare hostname mismatch on unre...Mark Benvenuto2020-04-201-10/+50
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ...Sara Golemon2020-04-133-19/+22
* SERVER-47373 Improve handling of empty TLS packetsMark Benvenuto2020-04-131-2/+13
* SERVER-47340 Improve management of statics in SSLThreadInfoAmirsaman Memaripour2020-04-111-23/+20
* SERVER-47297 Define file structure for security archicture guideShreyas Kalyan2020-04-091-0/+13
* SERVER-47357 return incremented iterator from fmt::formatter<HostAndPort>Billy Donahue2020-04-071-2/+3
* SERVER-47051 Investigate OCSP failures on 4.3.4 and on 4.5.0Shreyas Kalyan2020-04-031-18/+37
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-019-139/+213
* SERVER-44962 Add TLS1_3 to helptext for disable/log protocolsSara Golemon2020-03-302-3/+3
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-279-207/+137
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-273-81/+130
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-252-11/+9
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-259-137/+207
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-242-6/+3
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-179-126/+151
* Revert "SERVER-46413 Add tests for OCSP on Windows and OSX"Shreyas Kalyan2020-03-171-3/+3
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-171-3/+3
* SERVER-45826 Detect and fail when using passphrase with PKCS1/8 on macOSSara Golemon2020-03-121-0/+12
* SERVER-46604 Fix destruction order of ThreadPool in OCSPCacheKaloian Manassiev2020-03-041-84/+77
* SERVER-46539 Fix issue with stapling and a down responderShreyas Kalyan2020-03-021-2/+2
* SERVER-46281 Enable OCSP by defaultShreyas Kalyan2020-03-023-1/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-282-4/+3
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-1/+1
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-284-1/+164
* SERVER-46457 Fix destruction order issue during shutdown in openssl_init.cppHenrik Edin2020-02-281-6/+10
* SERVER-46336 Remove Expired Stapled OCSP ResponseShreyas Kalyan2020-02-272-15/+53
* SERVER-42939 Add new setParameter for `ocspValidationRefreshPeriodSecs`Adam Cooper2020-02-272-4/+28
* SERVER-43795 Implement and test OCSP Client Validation for OSXShreyas Kalyan2020-02-271-0/+13
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-276-484/+675
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2114-17/+4
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-202-6/+17
* SERVER-42936 Implement support for Client connections without OCSPShreyas Kalyan2020-02-201-1/+8
* SERVER-45138 Disable tests not yet compatible with JSON loggingHenrik Edin2020-02-191-2/+2
* SERVER-46026 Fix ssl suite when using JSON logsHenrik Edin2020-02-181-8/+8
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-141-4/+4
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-134-130/+214
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-8/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1311-168/+374
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-122-7/+5
* SERVER-44736 Raise Windows minimum to 8Mark Benvenuto2020-02-104-116/+13
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-048-157/+280