aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/pem.py
Commit message (Collapse)AuthorAgeFilesLines
* Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc2016-04-081-0/+2
| | | | | | | | | | | | | | * Add more bindings to OpenSSL, all are used by the Python _ssl module. * Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m * 80 cols * Condionally define the TLSEXT error codes. * Address review comments * Remove all parameter names
* Add PEM_write_bio_DHparams bindingevilaliv32015-12-241-0/+1
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-6/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+98