summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends/openssl/hashes.py
Commit message (Expand)AuthorAgeFilesLines
* type hinting for hashes, hmac, and cmac (#5713)Paul Kehrer2021-01-301-7/+6
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-2/+0
* Simplify a number of branches around libressl (#5515)Alex Gaynor2020-10-261-4/+4
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-10/+14
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* shake128/256 support (#4611)Paul Kehrer2019-01-191-5/+20
* support byteslike in hash updates (#4702)Paul Kehrer2019-01-161-1/+4
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-291-3/+2
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-281-3/+3
* opaque EVP_MD_CTX and wrap EVP_MD_CTX_new + EVP_MD_CTX_freePaul Kehrer2016-03-101-7/+6
* converted a few more assertsAlex Gaynor2015-09-261-1/+1
* convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-251-5/+5
* move hash interfacesPaul Kehrer2015-02-131-2/+2
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+71