summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_scramsha1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-609/+0
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-241-4/+53
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-251-12/+11
* SERVER-32835 Refactor SaslSCRAMSHA1ClientConversation to be block independentSara Golemon2018-01-251-8/+8
* SERVER-32793 Refactor SCRAMSHA1ClientCache to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-23/+23
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-121-32/+0
* SERVER-29915: Respect "y" in gs2-cbind-flag in SCRAMSpencer Jackson2017-08-031-1/+68
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-19/+38
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-161-6/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+12
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-02-241-15/+6
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-0/+78
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-181-38/+243
* SERVER-26509: Add SCRAM-SHA-1 C++ integration testSpencer Jackson2016-10-071-0/+233