summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-2/+3
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-3/+3
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-5/+5
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-181-0/+10
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-2/+34
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-34/+2
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-2/+34
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-0/+57
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-55/+0
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-0/+55
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-08-131-1/+6
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-1/+1
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-2/+27
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-20/+1
* SERVER-49129 Add getSSLInformationToLog skeletonGabriel Marks2020-07-021-0/+26
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-281-0/+9
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-5/+9
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-0/+6
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-1/+1
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-1/+1
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-3/+2
* SERVER-43413 Simplify dependency graphSara Golemon2019-09-251-1/+10
* SERVER-41121 Warn when a peer certificate is about to expireSara Golemon2019-08-291-0/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-201-0/+9
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-4/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39018 Fix leak of ASN.1 objects when doing OID lookupJonathan Reams2019-01-231-0/+18
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-5/+5
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-4/+27
* SERVER-37920 Convert SSL set parameters to IDLSara Golemon2018-11-071-0/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-101-0/+3
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-2/+27
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-231-0/+13
* SERVER-35412 Namespace SSL_PROVIDER valuesSara Golemon2018-06-081-4/+4
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-8/+0
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-10/+3
* SERVER-34413 Converting Certificate Subject Names to strings need to obey RFC...Mark Benvenuto2018-04-171-0/+7
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-0/+5
* SERVER-22412 Implement a secure transport ASIO backendSara Golemon2018-03-171-0/+4
* SERVER-33549 Create ASN.1 parser for MongoDBAuthorizationGrantsMark Benvenuto2018-03-081-0/+6
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-151-3/+15
* Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"Mark Benvenuto2018-02-071-15/+3
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-071-3/+15
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-301-8/+0
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-301-21/+22
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-291-22/+21
* Revert "SERVER-32751 Simplify SSLManagerInterface"Tess Avitabile2018-01-291-0/+8