summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-291-8/+0
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-291-21/+22
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-4/+4
* SERVER-31965 Correctly handle certificates for SRV URIsADAM David Alan Martin2017-11-281-1/+8
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-2/+0
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-0/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-3/+23
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-23/+3
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-3/+23
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+2
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-6/+4
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-041-4/+6
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-6/+4
* SERVER-23103 Decouple BackgroundJob and SSLManagerAndrew Morrow2016-03-211-6/+0
* SERVER-22034 Use sslPEMKeyFile for incoming connectionsSpencer Jackson2016-01-041-2/+7
* SERVER-15459: Check new x509 names against _clusterIdMatchSpencer Jackson2015-10-011-0/+2
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-2/+29
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-221-29/+2
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-2/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-107/+105
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-151-1/+5
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+2
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-4/+6
* SERVER-14709 SERVER-14896 Add more SSL data to serverStatus. Enforce X.509 cl...Spencer Jackson2014-08-151-16/+24
* SERVER-14836 SSL certificate expiration date in db.serverStatus()melissaosullivan2014-08-081-0/+7
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-3/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-1/+2
* SERVER-8864 SERVER-10739 Support concurrent SSL and non-SSL connectionsAndreas Nilsson2013-09-171-2/+2
* SERVER-8864 Use BIO pairs for socket decoupled SSL network interfaceAndreas Nilsson2013-09-021-13/+41
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-2/+10
* SERVER-7961 re-adding copyright noticeAndreas Nilsson2013-06-131-1/+2
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-4/+9
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-86/+17
* SERVER-8169 allow OpenSSL to interactively prompt for private key passphraseEric Milkie2013-04-101-0/+6
* SERVER-7940 do not call non-reentrant functions more than onceEric Milkie2013-02-121-0/+7
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-2/+11
* SERVER-6656 fix SSL thread storage leak (for incoming connections only)Eric Milkie2013-01-241-0/+6
* SERVER-7940 handle SSL_ERROR_WANT_READ from SSL_Connect()Eric Milkie2013-01-181-0/+6
* SERVER-8209 reverse logic of --sslForceCertificateValidation with --sslWeakCe...Eric Milkie2013-01-181-4/+4
* add explicit to one-parameter constructorEric Milkie2012-12-141-1/+1
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-5/+22
* SERVER-7202 add CRL support for SSLEric Milkie2012-12-141-3/+10
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-111-12/+11
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-10/+32
* SERVER-7202 proper error handling framework for SSLEric Milkie2012-12-041-2/+22
* move SSLManager to new source filesEric Milkie2012-10-231-0/+51