summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_apple.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42287 remove trailing null characters from SNI name under mac os xBenety Goh2019-09-071-0/+5
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-1/+5
* SERVER-41121 Warn when a peer certificate is about to expireSara Golemon2019-08-291-6/+27
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-24/+27
* SERVER-37370 Improve CN/SAN mismatch error messageSara Golemon2019-04-171-3/+9
* SERVER-39217 SecureTransport with Intermediate CASara Golemon2019-03-011-85/+190
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-13/+1
* SERVER-38427 Log warning when client connects with server's own TLS certificateIsabella Siu2019-01-071-1/+11
* SERVER-37835 Support rolling over X509 cluster auth certificatesJonathan Reams2019-01-031-1/+2
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-101-0/+3
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-081-4/+51
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-26/+21
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-101-0/+4
* SERVER-36452 Avoid compile failures on OS X if system headers add more SSLPro...Geert Bosch2018-08-301-0/+1
* SERVER-36942 Differentiate invalid hostname from invalid certificateSara Golemon2018-08-301-3/+4
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-08-291-7/+34
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-231-0/+35