summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/mechanism_scram.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-3/+0
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-99/+212
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-211-4/+11
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-4/+5
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-161-5/+43
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-02-241-8/+6
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-16/+54
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+51
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-151-1/+1
* Revert "SERVER-15198 Make scramIterationCount user configurable"Amalia Hawkins2014-10-101-1/+1
* SERVER-15198 Make scramIterationCount user configurableAmalia Hawkins2014-10-101-1/+1
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-101-0/+6
* SERVER-15298 Support PLAIN for schemaVersion28SCRAMAndreas Nilsson2014-10-101-1/+21
* SERVER-7596 Make SCRAM mechanism code independent db/Andreas Nilsson2014-09-221-0/+70