summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/mechanism_scram.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-0/+2
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-9/+3
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-3/+9
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-9/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2018-12-201-15/+49
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-1/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* 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