aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/rsa.py
Commit message (Collapse)AuthorAgeFilesLines
* 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?
* update RSA opaque getters/setters to latest code from openssl 1.1.0 master ↵Paul Kehrer2016-06-271-22/+20
| | | | | (#3022) constify + a few small changes to the null checks
* Opaquify RSA and DSA structs in OpenSSL (#3016)Alex Gaynor2016-06-261-11/+1
|
* Remove a few more 0.9.8 bindings (#2994)Alex Gaynor2016-06-181-8/+1
|
* add functions to handle opaque RSA (#2886)Paul Kehrer2016-05-281-0/+119
| | | | | | | | | | * add functions to handle opaque RSA A subsequent PR will utilize these new functions. * update to latest C code from github * these can live in functions
* add EVP_PKEY_CTX_set_rsa_oaep_mdPaul Kehrer2016-03-251-0/+9
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-13/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+99