aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/aes.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused bindings from aes.py (#4772)Alex Gaynor2019-02-261-7/+1
|
* 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
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * delete the 1.0.0 support * drop the version check * drop the AES-CTR stuff * Update the example * openssl truncates for us now * delete unused test * unused imports * Remove a bunch of conditional bindings for NPN * no more 1.0.0 builders * libressl fix * update the docs * remove dead branches * oops * this is a word, damnit * spelling * try removing this * this test is not needed * unused import
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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?
* 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