aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/dh.py
Commit message (Collapse)AuthorAgeFilesLines
* Add DHparams_dup to DH bindings (#3260)Aviv Palivoda2016-11-191-0/+1
|
* 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?
* update DH opaque getters/setters to latest code from openssl 1.1.0 master ↵Paul Kehrer2016-06-271-14/+10
| | | | | (#3021) constify + a few small changes to the null checks
* Added function to access and alter opaque DH struct (#2976)Aviv Palivoda2016-06-201-0/+82
|
* opaque the DH struct (#2884)Paul Kehrer2016-04-301-14/+1
|
* DH_generate_parameters was deprecated in 0.9.8 and we don't use itPaul Kehrer2016-03-091-1/+0
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+52