aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/hmac.py
Commit message (Collapse)AuthorAgeFilesLines
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
| | | | | | | | * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-2/+2
| | | | | | | | | | * Attempt to simplify the libressl checing * SHENANGINS * Attempted fix * More simplification
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Use a series of constants for OpenSSL version checks. N.B. I removed several qualifiers that were being used to express beta vs. release in OpenSSL version numbers. Reviewers please look closely! * Convert some python as well, also add the file * flake8 * Simplify code, remove functionality that can be expressed more simply * clean up the tests as well * more constants * wrap long lines * reflect feedback * unused * add this back?
* Removed 0.9.8 specific hmac code (#2995)Alex Gaynor2016-06-191-60/+5
|
* HMAC_CTX_new doesn't need commented out code for no reasonPaul Kehrer2016-03-101-5/+0
|
* simplify HMAC_CTX_freePaul Kehrer2016-03-101-4/+0
|
* opaque HMAC_CTX, which requires some helper functionsPaul Kehrer2016-03-091-4/+36
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+85