aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/aes.py
Commit message (Collapse)AuthorAgeFilesLines
* AES_ctr128_encrypt needs to be in macros as it's a conditional binding (#3023)Paul Kehrer2016-06-271-4/+4
|
* remove unneeded AES conditionals now that we no longer support 0.9.8 (#2985)Paul Kehrer2016-06-181-19/+6
| | | | | | | | * remove unneeded AES conditionals now that we no longer support 0.9.8 * This comment was inaccurate. EVP AES CTR is available in 1.0.1+, not 1.0.0. * update function definition to match 1.0.0 and move to functions
* In OpenSSL 1.1.0 AES_ctr128_encrypt no longer existsPaul Kehrer2016-03-081-1/+10
| | | | This is OpenSSL 1.1.0 compatibility patch 1 of n
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-7/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+61