summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30218 Add SHA256 SupportJason Carey2017-07-2535-4519/+846
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-133-0/+51
* SERVER-29221 Tag some additional libraries as free of init side effectsAndrew Morrow2017-05-191-1/+5
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-165-50/+103
* SERVER-28435 Implement getNewKey for catalog clientRandolph Tan2017-04-172-0/+6
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-024-28/+12
* SERVER-27748 Implement LogicalTimeMetadataRandolph Tan2017-02-272-2/+2
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-02-249-185/+369
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-02-081-7/+26
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-027-244/+266
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-032-0/+7
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-285-428/+48
* SERVER-23971 Disable Header sorting for specific headersMark Benvenuto2016-05-281-0/+2
* SERVER-21016 Use constant time comparison for SCRAM1 signature comparisonsMark Benvenuto2015-11-131-1/+29
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-203-6/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2015-1568/+2141
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-9666 Make SConscript invocation more hierarchicalAndrew Morrow2015-04-291-0/+6
* SERVER-9666 Push stringutils lib declaration into utilAndrew Morrow2015-04-241-1/+1
* SERVER-18051: Cleanup OpenSSL resourceSpencer Jackson2015-04-161-0/+1
* SERVER-18051 Fix OpenSSL FIPS error when using SCRAM-SHA1Andreas Nilsson2015-04-161-1/+14
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-032-4/+4
* SERVER-17719 Fail gracefully in shell for empty SCRAM passwordsAndreas Nilsson2015-03-271-0/+4
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-262-6/+10
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-062-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-152-4/+2
* Revert "SERVER-15198 Make scramIterationCount user configurable"Amalia Hawkins2014-10-102-2/+4
* SERVER-15198 Make scramIterationCount user configurableAmalia Hawkins2014-10-102-4/+2
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-102-4/+10
* SERVER-15298 Support PLAIN for schemaVersion28SCRAMAndreas Nilsson2014-10-102-25/+42
* SERVER-15178 Setting LTC_NO_ASM macroAndreas Nilsson2014-10-031-1/+1
* SERVER-15178 Added Copyright header and fixed indentationAndreas Nilsson2014-10-039-668/+803
* SERVER-15178 Native SHA-1 and HMAC algorithm supportAndreas Nilsson2014-10-0328-85/+4153
* SERVER-7596 Make SCRAM mechanism code independent db/Andreas Nilsson2014-09-223-0/+350