Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a series of constants for OpenSSL version checks (#3037) | Alex Gaynor | 2016-07-11 | 1 | -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 Kehrer | 2016-06-27 | 1 | -22/+20 |
| | | | | | (#3022) constify + a few small changes to the null checks | ||||
* | Opaquify RSA and DSA structs in OpenSSL (#3016) | Alex Gaynor | 2016-06-26 | 1 | -11/+1 |
| | |||||
* | Remove a few more 0.9.8 bindings (#2994) | Alex Gaynor | 2016-06-18 | 1 | -8/+1 |
| | |||||
* | add functions to handle opaque RSA (#2886) | Paul Kehrer | 2016-05-28 | 1 | -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_md | Paul Kehrer | 2016-03-25 | 1 | -0/+9 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -13/+0 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+99 |