summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70188: Remove featureFlagConfigurableX509ClusterAuthnVarun Ravichandran2023-05-111-6/+2
* SERVER-74996: Add tlsClusterAuthX509Override server parameter, rolling restar...Varun Ravichandran2023-04-071-39/+98
* SERVER-74989: Create configuration option to specify X.509 subject DN attribu...Varun Ravichandran2023-04-041-76/+97
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-031-0/+5
* Revert "SERVER-74999 Determine cluster membership based on X.509 extension"auto-revert-processor2023-04-011-5/+0
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-03-311-0/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-2/+6
* SERVER-71906 move asio-related transport files to their own directoryMatt Diener2023-01-241-1/+1
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-211-1/+1
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-09-291-1/+2
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-4/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-2/+3
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-4/+4
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-0/+6
* 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-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-5/+2
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-12/+10
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-10/+12
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-12/+10
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-20/+7
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-6/+4
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+1
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-08-131-0/+6
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-24/+23
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-031-1/+36
* SERVER-49885 Add message parameter to rotateCertificates commandGabriel Marks2020-07-291-1/+0
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-1/+27
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-6/+15
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-011-19/+25
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-271-25/+19
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-251-19/+25
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-171-10/+14
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-281-0/+68
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46026 Fix ssl suite when using JSON logsHenrik Edin2020-02-181-8/+8
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+35
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-6/+4
* SERVER-43413 Simplify dependency graphSara Golemon2019-09-251-31/+0
* SERVER-41121 Warn when a peer certificate is about to expireSara Golemon2019-08-291-0/+8
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-2/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+10
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-201-7/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-9/+9
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-6/+6
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0