summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74989: Create configuration option to specify X.509 subject DN attribu...Varun Ravichandran2023-04-041-0/+100
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+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-9/+9
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-281-0/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-59669 fix race in test accessing unprotected variableAndrew Shuvalov2021-08-301-2/+2
* SERVER-59067: fix TLS memory corruptionAndrew Shuvalov2021-08-101-4/+0
* SERVER-59067: low level stress test for OpenSSL managerAndrew Shuvalov2021-08-061-0/+109
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-181-0/+3
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...Sergey Galtsev2021-03-291-2/+49
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-28/+21
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-21/+28
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-28/+21
* SERVER-52858 Move configuration validation to integration testSara Golemon2021-01-081-7/+0
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-2/+2
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-5/+5
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-1/+37
* SERVER-51599: BFG-723730 fix Windows build of ssl_manager_test.cpp and filed ...Andrew Shuvalov2020-11-151-2/+2
* SERVER-51599: BFG-723730 fix Windows build of ssl_manager_test.cpp as sslv23 ...Andrew Shuvalov2020-11-151-2/+2
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-0/+189
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-186/+0
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-0/+186
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-281-0/+32
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+9
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-20/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39107 Allow empty components in certificate DNsJonathan Reams2019-01-301-0/+5
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-7/+110
* SERVER-36617 Hardcode a default Diffie-Hellman parameter when ECDHE is enabledPatrick Freed2018-11-261-0/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+9
* SERVER-34413 Converting Certificate Subject Names to strings need to obey RFC...Mark Benvenuto2018-04-171-0/+15
* SERVER-33549 Create ASN.1 parser for MongoDBAuthorizationGrantsMark Benvenuto2018-03-081-1/+165
* SERVER-32059 Fix SSL test on windows.ADAM David Alan Martin2017-11-281-1/+3
* SERVER-32059 Fix testADAM David Alan Martin2017-11-281-2/+2
* SERVER-31965 Fix lintADAM David Alan Martin2017-11-281-0/+1
* SERVER-31965 Correctly handle certificates for SRV URIsADAM David Alan Martin2017-11-281-0/+84