aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/cmac.py
Commit message (Expand)AuthorAgeFilesLines
* remove maccontext (#4803)Paul Kehrer2019-03-071-2/+1
* support bytes-like keys in CMAC and HMAC contexts (#4701)Paul Kehrer2019-01-161-1/+2
* Check for CMAC_Init errors. (#4232)David Benjamin2018-05-121-1/+2
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-2/+2
* convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-251-4/+4
* 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/+89