summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-35/+45
* SERVER-6823 Enable simultaneous ssl/x509 auth upgrade with only two restartsShane Harvey2016-05-191-1/+3
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-13/+0
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-041-0/+13
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-13/+0
* SERVER-20401 Remove sslDisabledProtocols from shellSpencer Jackson2015-09-161-7/+0
* SERVER-20401 Expose net.ssl.disabledProtocolsSpencer Jackson2015-09-161-10/+20
* SERVER-19433 sslFIPSMode no longer requires requireSSLRobert Guo2015-07-291-3/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-309/+317
* SERVER-17591: Allow TLS protocols to be disabledSpencer Jackson2015-04-171-0/+31
* Revert "SERVER-17591: Allow TLS protocols to be disabled"Spencer Jackson2015-04-161-31/+0
* SERVER-17591: Allow TLS protocols to be disabledSpencer Jackson2015-04-161-0/+31
* SERVER-17548: Refactor SSLManager's Param classSpencer Jackson2015-04-021-8/+8
* SERVER-16073: Allow overrides to OpenSSL ciphersSpencer Jackson2015-03-131-0/+9
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-251-0/+12
* Revert "SERVER-14713: User must specify either sslAllowInvalidCertificates or...Eric Milkie2014-09-251-12/+0
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-241-0/+12
* SERVER-14977: add new alias for sslWeakCertificateValidation optionAmalia Hawkins2014-09-111-0/+9
* SERVER-14709 SERVER-14896 Add more SSL data to serverStatus. Enforce X.509 cl...Spencer Jackson2014-08-151-3/+9
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14518: Allow disabling hostname validation for SSLSpencer Jackson2014-07-221-0/+15
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-0/+2
* SERVER-13463: Option Validation for NT ServicesMark Benvenuto2014-05-201-0/+34
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-5/+8
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-281-11/+18
* SERVER-12748 Prevent invalid sslMode and clusterAuthMode combinationsAndreas Nilsson2014-02-191-2/+8
* SERVER-12560 Correct allowed sslMode options shown in helpShaun Verch2014-02-041-1/+1
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-35/+38
* SERVER-11251 Make sure that ssl is enabled when sslFIPSMode is specifiedShaun Verch2013-11-251-3/+4
* SERVER-11246 Make ssl.CRLFile require ssl.CAFileShaun Verch2013-11-191-1/+2
* SERVER-11248 Require ssl if any of the other ssl options are specifiedShaun Verch2013-11-191-7/+13
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-141-13/+13
* SERVER-11431 Change clusterAuthMode with setParameter commandAndreas Nilsson2013-11-141-9/+4
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-2/+16
* SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson2013-10-241-2/+2
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-3/+0
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-81/+49
* SERVER-11141 Fixed SSL error message typoAndreas Nilsson2013-10-221-1/+1
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-3/+1
* SERVER-8864 SSL mixed mode cmd line parametersAndreas Nilsson2013-10-091-6/+42
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-6/+7
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-041-0/+217