aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/backends/openssl/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Split OpenSSL bindingAlex Stapleton2014-01-011-58/+0
* expose num_locks and {get,set}_{id,locking}_callbackJean-Paul Calderone2014-01-011-0/+5
* Merge pull request #361 from reaperhulk/define-to-intAlex Gaynor2013-12-281-4/+4
|\
| * Convert #defines to explicit type declaration for consistencyPaul Kehrer2013-12-271-4/+4
* | expose SSLeay and SSLeay_versionJean-Paul Calderone2013-12-281-0/+3
|/
* convert all functions without args from () to (void)Paul Kehrer2013-12-271-4/+4
* bind a few more assorted random simple thingsJean-Paul Calderone2013-12-231-0/+6
* Remove names from the backend that don't actually existAlex Gaynor2013-12-231-0/+2
* Remove OPENSSL_malloc, which was causing errors, and remove the two vars that...cyli2013-12-201-2/+0
* Move OPENSSL_free to crypto.py as per @alexcyli2013-12-201-0/+2
* Delete some repeated functions, and move the OPENSSL_malloc definition to cry...cyli2013-12-201-0/+2
* Renamed bindings to backendsAlex Gaynor2013-12-131-0/+40