summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73662 tlsClusterCAFile is not being used to validate client certificat...Adrian Gonzalez2023-05-121-0/+1
* SERVER-74013 Create gRPC server abstractionPatrick Freed2023-04-271-17/+3
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-1/+2
* SERVER-70187 Suppress TLS handshake log line when --quiet enabledJason Chan2022-10-311-4/+6
* SERVER-67238 Record TLS handshake information for ingress connectionsJason Chan2022-08-151-4/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-158/+145
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-151-0/+4
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-1/+1
* SERVER-47804 On Windows, warn user about slow OCSP responsesErwin Pe2021-08-171-0/+7
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-181-0/+15
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...Sergey Galtsev2021-03-291-0/+12
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-8/+10
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-7/+10
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-6/+0
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-0/+6
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-10/+7
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-34/+6
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-47963 Support intermediate certs in the ca file on WindowsMark Benvenuto2020-11-201-0/+22
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-3/+9
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-8/+3
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-3/+8
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-4/+5
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-08-131-2/+6
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-2/+2
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-031-1/+1
* SERVER-49131 SSL Info logging for WindowsGabriel Marks2020-07-161-6/+77
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-4/+5
* SERVER-49113 Rewrote CertificateExpirationMonitor classMina Mahmood2020-07-091-2/+2
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+1
* SERVER-49374 Fix sslCipherConfig checkGabriel Marks2020-07-081-1/+1
* SERVER-49129 Add getSSLInformationToLog skeletonGabriel Marks2020-07-021-0/+7
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-081-0/+2
* Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ti...Marcos José Grillo Ramírez2020-05-081-2/+0
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-081-0/+2
* 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-261-1/+1
* SERVER-46633 Windows TLS implementation may declare hostname mismatch on unre...Mark Benvenuto2020-04-201-10/+50
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-011-7/+31
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-271-25/+5
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-251-10/+8
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-251-5/+25
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-4/+2
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-171-17/+16
* 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-46281 Enable OCSP by defaultShreyas Kalyan2020-03-021-0/+4
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-3/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0