summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/mechanism_scram.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-215/+0
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-211-0/+4
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-161-28/+28
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-25/+1
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-02-241-66/+54
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-153/+139
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-21016 Use constant time comparison for SCRAM1 signature comparisonsMark Benvenuto2015-11-131-1/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-204/+184
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-151-3/+1
* Revert "SERVER-15198 Make scramIterationCount user configurable"Amalia Hawkins2014-10-101-1/+3
* SERVER-15198 Make scramIterationCount user configurableAmalia Hawkins2014-10-101-3/+1
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-101-4/+4
* SERVER-15298 Support PLAIN for schemaVersion28SCRAMAndreas Nilsson2014-10-101-24/+21
* SERVER-15178 Native SHA-1 and HMAC algorithm supportAndreas Nilsson2014-10-031-84/+63
* SERVER-7596 Make SCRAM mechanism code independent db/Andreas Nilsson2014-09-221-0/+273