summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_apple.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77028 tlsClusterCAFile is not being used to validate client certificat...Adrian Gonzalez2023-05-121-1/+2
* SERVER-74013 Create gRPC server abstractionPatrick Freed2023-04-271-4/+1
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-1/+2
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-70187 Suppress TLS handshake log line when --quiet enabledJason Chan2022-10-311-5/+6
* SERVER-67238 Record TLS handshake information for ingress connectionsJason Chan2022-08-151-5/+8
* SERVER-67998 Remove TODOGabriel Marks2022-07-271-2/+0
* SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks2022-07-071-1/+19
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-1/+1
* 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/+33
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-7/+10
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-7/+9
* 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-9/+7
* SERVER-54219 macOS synchronous SSL read code needs to handle errSSLWouldBlockMark Benvenuto2021-02-101-2/+6
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-3/+8
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-7/+3
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-3/+7
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-08-131-2/+6
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-2/+3
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-031-1/+1
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-031-2/+4
* SERVER-49132 Add logging for AppleGabriel Marks2020-07-231-24/+93
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-1/+2
* SERVER-49113 Rewrote CertificateExpirationMonitor classMina Mahmood2020-07-091-2/+2
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+1
* SERVER-49129 Add getSSLInformationToLog skeletonGabriel Marks2020-07-021-0/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ...Sara Golemon2020-04-131-15/+22
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-011-6/+5
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-271-5/+6
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-251-1/+1
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-251-6/+5
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-171-4/+10
* SERVER-45826 Detect and fail when using passphrase with PKCS1/8 on macOSSara Golemon2020-03-121-0/+12
* SERVER-46281 Enable OCSP by defaultShreyas Kalyan2020-03-021-0/+4
* SERVER-46336 Remove Expired Stapled OCSP ResponseShreyas Kalyan2020-02-271-1/+1
* 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-271-3/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-0/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+13
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-13/+13
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-01-171-0/+2
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-30/+7
* SERVER-43234 Fix temporary changes made to SERVER-42287Adam Cooper2019-10-011-8/+4