summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+1
* SERVER-50357 Add daily no-ssl build to evergreenMark Benvenuto2020-10-051-23/+27
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-3/+3
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-47733 SymmetricEncryptorWindows shouldn't pad when update is calledAdam Cooper2020-06-251-8/+97
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-264-4/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-3/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-215-6/+5
* SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for Mon...Mark Benvenuto2020-02-141-0/+22
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-01-174-0/+48
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-182-2/+3
* SERVER-43641 upgrade random.hBilly Donahue2019-10-092-23/+4
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-022-4/+23
* SERVER-43641 upgrade random.hBilly Donahue2019-10-022-23/+4
* SERVER-43413 Break SetupOpenSSL initializer to separate librarySara Golemon2019-09-251-0/+1
* SERVER-43610 Provide SecureAllocator backed HashBlockSara Golemon2019-09-252-2/+66
* SERVER-43610 Change HashTraits signature to allow storing into a specifed bufferSara Golemon2019-09-258-70/+58
* SERVER-43413 Simplify dependency graphSara Golemon2019-09-251-1/+0
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-294-68/+311
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-36/+23
* SERVER-42318 Tighten bounds on AEAD Decrypt output lengthMark Benvenuto2019-07-243-7/+24
* SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in ShellShreyas Kalyan2019-07-151-23/+3
* SERVER-42061 Validate decrypted payload in AEAD decryptSara Golemon2019-07-082-0/+30
* SERVER-41837 Fix unittest compilation on non-ssl buildsMark Benvenuto2019-06-241-2/+2
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-24/+12
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-1811-0/+1992
* SERVER-41440 Rename SHABlock to HashBlockJason Piao2019-06-174-50/+48
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40536 Local KMS in the shellMark Benvenuto2019-05-141-2/+0
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-5/+3
* SERVER-39893 Implement AEAD_AES_256_CBC_HMAC_SHA_512Shreyas Kalyan2019-03-2111-48/+510
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1313-13/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-012-2/+2
* 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-37754 Remove duplicate copyright headersRamon Fernandez2018-10-252-52/+44
* SERVER-37584 Fix build failure on case-sensitive macOS file system: CommonHmac.hPatrick Freed2018-10-241-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2215-295/+355
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* Fix build for LibreSSL 2.7 (adopted parts of OpenSSL 1.1 API).Michael Gmelin2018-07-131-1/+2
* SERVER-32742 Implement SHA-1, SHA-256, and HMAC crypto support with Windows B...Mark Benvenuto2018-03-023-16/+189
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-242-26/+55
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-151-0/+2
* Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"Mark Benvenuto2018-02-071-2/+0
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-071-0/+2
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-0/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-254-322/+304
* SERVER-32753 Implement basic crypto functions for OSXSara Golemon2018-01-222-0/+105