aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/dsa.py
Commit message (Collapse)AuthorAgeFilesLines
* update DSA opaque getters/setters to latest code from openssl 1.1.0 master ↵Paul Kehrer2016-06-271-15/+17
| | | | | (#3020) constify + a few small changes to the null checks
* Refs #2826 -- remove a no longer needed DSA binding (#3017)Alex Gaynor2016-06-261-2/+0
|
* Opaquify RSA and DSA structs in OpenSSL (#3016)Alex Gaynor2016-06-261-13/+1
|
* Remove 0.9.8 isms from the DSA and x509 verify bindings (#2993)Alex Gaynor2016-06-191-2/+1
| | | | | | | | * Remove 0.9.8 isms from the DSA and x509 verify bindings * fixed syntax and remove more gunk * remove some obscure flags
* add DSA getters/setters for opaquing the struct (#2889)Paul Kehrer2016-04-301-0/+73
| | | | | | * add DSA getters/setters for opaquing the struct * these can live in functions
* remove more DSA bindings we don't usePaul Kehrer2016-03-161-8/+0
| | | | 1.1.0pre4 opaqued DSA_SIG, but it turns out we don't use it
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+56