summaryrefslogtreecommitdiff
path: root/src/mongo/util/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-45929 Fix issue with OCSP_basic_verifyShreyas Kalyan2020-02-031-1/+1
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-01-176-0/+194
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-01-161-11/+43
* SERVER-42937 Implement Support for OCSP Stapling for OpenSSLShreyas Kalyan2020-01-062-339/+616
* SERVER-45241 Use instance metadata service v2 instead of v1Mark Benvenuto2020-01-023-0/+25
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2019-12-184-10/+10
* SERVER-44674 Dead Code Removal: macOS/Windows support in OpenSSLSara Golemon2019-11-221-155/+1
* SERVER-44048 Fix OCSP Mock ResponderShreyas Kalyan2019-11-153-7/+8
* SERVER-42934 Fix Shared Library BuildersShreyas Kalyan2019-11-071-0/+1
* SERVER-42934 Implement and test OCSP Client ValidationShreyas Kalyan2019-11-076-1/+499
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-3116-79/+168
* SERVER-39574 Support intermediate certificates in PEMKeyFile on WindowsMark Benvenuto2019-10-291-50/+124
* SERVER-41397 Allow specifying a connection timeoutSara Golemon2019-10-102-5/+14
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-034-4/+4
* SERVER-43234 Fix temporary changes made to SERVER-42287Adam Cooper2019-10-013-22/+15
* SERVER-43413 Break SetupOpenSSL initializer to separate librarySara Golemon2019-09-253-133/+194
* SERVER-43413 Simplify dependency graphSara Golemon2019-09-254-42/+10
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-172-9/+10