aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/sha.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Implement the old FIPS 186-2 PRFDavid Benjamin1-0/+16
2023-11-14Limit the SHA_CTX workaround to CDavid Benjamin1-3/+4
2020-04-15Add SHA-512-256.Adam Langley1-0/+26
2019-04-08Rename 'md' output parameter to 'out' and add bounds.David Benjamin1-19/+31
2019-01-22Remove union from |SHA512_CTX|.Adam Langley1-4/+1
2018-09-20Remove SHA384_Transform from sha.h.David Benjamin1-5/+0
2018-04-25Add SHA256_TransformBlocks.Adam Langley1-0/+8
2017-08-18Run comment conversion script on include/David Benjamin1-71/+71
2017-01-25Remove SHA_LBLOCK and SHA_LONG.David Benjamin1-4/+0
2016-07-28Fix the comments for |SHA[256|384|512]_Transform|.Adam Langley1-10/+14
2016-04-27Revert md_len removal from SHA256_CTX and SHA512_CTX.David Benjamin1-14/+14
2016-04-27Make SHA256_Final actually only return one.David Benjamin1-7/+7
2016-04-27Make SHA512_Final actually only return one.David Benjamin1-7/+7
2015-12-16Store the partial block as uint8_t, not uint32_t.David Benjamin1-2/+2
2015-12-16Reformat md32_common.h, part 2.David Benjamin1-3/+3
2015-12-04Gate SHA_CTX compatibility on !WINDOWS.Adam Langley1-2/+5
2015-12-04Support the SHA_CTX hack without ANDROID.Adam Langley1-5/+2
2015-11-04Improve crypto/digest/md32_common.h mechanism.Brian Smith1-1/+16
2015-11-02Revert "Improve crypto/digest/md32_common.h mechanism."Adam Langley1-1/+1
2015-11-03Improve crypto/digest/md32_common.h mechanism.Brian Smith1-1/+1
2015-06-01Low-level hash 'final' functions cannot fail.David Benjamin1-4/+8
2015-03-05Fix SHA-384 and -512 in NO_ASM mode.Adam Langley1-1/+1
2015-01-14Various documentation fixes.David Benjamin1-1/+1
2014-10-06Fix SHA*_Final documentation.David Benjamin1-8/+8
2014-10-06HASH_UPDATE always succeeds.David Benjamin1-4/+4
2014-07-31Add visibility rules.Adam Langley1-24/+24
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+237
2014-06-20Inital import.Adam Langley1-0/+1