summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/sha_block_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43610 Change HashTraits signature to allow storing into a specifed bufferSara Golemon2019-09-251-14/+13
* 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-39893 Implement AEAD_AES_256_CBC_HMAC_SHA_512Shreyas Kalyan2019-03-211-14/+45
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* Fix build for LibreSSL 2.7 (adopted parts of OpenSSL 1.1 API).Michael Gmelin2018-07-131-1/+2
* SERVER-30914: Repair basic builds on OpenBSDAndrew Aldridge2017-09-201-1/+1
* SERVER-30218 Add SHA256 SupportJason Carey2017-07-251-0/+135