aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* added attribs to SSL_SESSION, SSL_SESSION_print. CIPHER_descriptionMiWCryptAnalytics2015-08-181-0/+11
| | | For a project I am working on I need some session reflection directly from python. This change adds the required openssl SSL_SESSION struct attributes and functions within OpenSSL API
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-111/+0
|
* Exposed the SSL_peek functionalityStelios2015-07-061-0/+1
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+736