Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DHparams_dup to DH bindings (#3260) | Aviv Palivoda | 2016-11-19 | 1 | -0/+1 |
| | |||||
* | Use a series of constants for OpenSSL version checks (#3037) | Alex Gaynor | 2016-07-11 | 1 | -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? | ||||
* | update DH opaque getters/setters to latest code from openssl 1.1.0 master ↵ | Paul Kehrer | 2016-06-27 | 1 | -14/+10 |
| | | | | | (#3021) constify + a few small changes to the null checks | ||||
* | Added function to access and alter opaque DH struct (#2976) | Aviv Palivoda | 2016-06-20 | 1 | -0/+82 |
| | |||||
* | opaque the DH struct (#2884) | Paul Kehrer | 2016-04-30 | 1 | -14/+1 |
| | |||||
* | DH_generate_parameters was deprecated in 0.9.8 and we don't use it | Paul Kehrer | 2016-03-09 | 1 | -1/+0 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -2/+0 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+52 |