summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-48/+10
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-8/+8
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-10/+1
* SERVER-38427 Log warning when client connects with server's own TLS certificateIsabella Siu2019-01-071-1/+8
* SERVER-37835 Support rolling over X509 cluster auth certificatesJonathan Reams2019-01-031-1/+1
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-2/+6
* SERVER-36617 Hardcode a default Diffie-Hellman parameter when ECDHE is enabledPatrick Freed2018-11-261-13/+132
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2018-11-211-5/+8
* SERVER-36616 Enable ECDHE support if platform supports itPatrick Freed2018-10-301-10/+48
* SERVER-10346: Prevent multiple PEM password promptsSpencer Jackson2018-10-291-31/+82
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37531 Fix dependency issue in ssl_manager_opensslShreyas Kalyan2018-10-101-0/+2
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-101-0/+5
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-081-2/+39
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-18/+20
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-101-2/+8
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-08-291-3/+7
* SERVER-36420 Only load anchor certificates at startup on OSX w/OpenSSLJonathan Reams2018-08-211-38/+63
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-231-0/+30
* Fix build for LibreSSL 2.7 (adopted parts of OpenSSL 1.1 API).Michael Gmelin2018-07-131-1/+2
* SERVER-27264 Allow disabling no client certificate warningAdam Cooper2018-06-111-3/+8
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-30/+52
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-091-0/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-011-8/+10
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-8/+0
* SERVER-22412 Implement a secure transport ASIO backendSara Golemon2018-03-171-19/+0
* SERVER-33549 Refactor OpenSSL to use common ASN.1 code and add testMark Benvenuto2018-03-151-94/+3
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-301-33/+7
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-301-69/+102
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-301-0/+1524
* Revert "SERVER-32748 Split ssl_manager.cpp into openssl specific and general ...Mark Benvenuto2018-01-291-1524/+0
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-291-103/+70
* Revert "SERVER-32751 Simplify SSLManagerInterface"Tess Avitabile2018-01-291-7/+33
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-291-33/+7
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-291-70/+103
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-291-0/+1524