summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-103/+101
* 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