summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-291-1/+12
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-10-291-0/+40
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-14/+17
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-201-0/+6
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-08-071-0/+35
* SERVER-27264 Allow disabling no client certificate warningAdam Cooper2018-07-101-0/+5
* SERVER-35412 Namespace SSL_PROVIDER valuesSara Golemon2018-06-081-1/+1
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-15/+0
* SERVER-35196 Map additional X509 OIDsSara Golemon2018-06-051-2/+55
* SERVER-35016 Adding commmon log for client/server certificate with LOG(1)Kashish Garg2018-06-051-1/+21
* SERVER-35406 Fix handling of unknown OIDs in OpenSSLSara Golemon2018-06-051-2/+8
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-13/+110
* SERVER-34413 Converting Certificate Subject Names to strings need to obey RFC...Mark Benvenuto2018-04-171-0/+49
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-7/+8
* SERVER-22412 Implement a secure transport ASIO backendSara Golemon2018-03-171-0/+29
* SERVER-33549 Create ASN.1 parser for MongoDBAuthorizationGrantsMark Benvenuto2018-03-081-0/+309
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-301-0/+2
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-301-1490/+0
* Revert "SERVER-32748 Split ssl_manager.cpp into openssl specific and general ...Mark Benvenuto2018-01-291-0/+1490
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-291-2/+0
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-291-0/+2
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-291-1490/+0
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-7/+6
* SERVER-32396 Do not pass FQDNs to OpenSSLADAM David Alan Martin2017-12-201-8/+10
* SERVER-31965 Correctly handle certificates for SRV URIsADAM David Alan Martin2017-11-281-24/+36
* SERVER-30914: Repair basic builds on OpenBSDAndrew Aldridge2017-09-201-1/+1
* SERVER-23645 Unix socket certificate name mismatch is now a warningADAM David Alan Martin2017-08-301-1/+13
* SERVER-30643: Ensure thread IDs observed by OpenSSL are uniformly distributedSpencer Jackson2017-08-221-18/+47
* Revert "SERVER-23645 Unix socket certificate name mismatch is now a warning"ADAM David Alan Martin2017-08-181-13/+1
* SERVER-23645 Unix socket certificate name mismatch is now a warningADAM David Alan Martin2017-08-181-1/+13
* SERVER-24897 Configuration of DHE parameters.ADAM David Alan Martin2017-08-141-30/+116
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-13/+14
* SERVER-27592 open windows certificate store read onlyTed Tuckman2017-07-101-2/+5
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-1/+1
* SERVER-29568: Create opensslCipherConfig setParameterSpencer Jackson2017-06-281-0/+25
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-101-50/+34
* SERVER-28014 Add logging to expose non-SSL connections when SSL is preferred ...samantharitter2017-03-211-0/+12
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-02-081-3/+12
* SERVER-26699 Enable MSVC flags for C++ standards alignmentMark Benvenuto2016-12-221-3/+5
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-0/+13
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-1/+1
* SERVER-26369: Fix shard server crash with encrypted PEMKeyFilesSpencer Jackson2016-11-081-12/+44
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-13/+9
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-9/+13
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-5/+5
* SERVER-25801 Only log x.509 roles when OID extension is presentAndreas Nilsson2016-08-291-9/+9
* SERVER-25684 Support SNI server names in mongo shellJonathan Reams2016-08-231-1/+4
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-7/+165
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-141/+7
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-7/+141