aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/evp.py
Commit message (Expand)AuthorAgeFilesLines
* cffi bindings additions for pypy's _hashlib module (#3291)Richard Plangger2016-11-301-0/+1
* Scrypt bindings (#3114)Terry Chia2016-08-271-0/+14
* remove a few more unneeded and no longer extant functions for 1.1.0 (#3110)Paul Kehrer2016-08-261-1/+0
* opaque structs for 1.1.0 compatibility (#3109)Paul Kehrer2016-08-261-1/+1
* two more functions that became const, one removed that we don't use (#3102)Paul Kehrer2016-08-251-4/+6
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-2/+2
* Complete the removal of the string '0.9.8' (#3005)Alex Gaynor2016-06-201-15/+13
* More cleanup of the EVP module for 0.9.8isms (#3000)Alex Gaynor2016-06-201-30/+9
* Simplify and remove some 0.9.8 code from the EVP bindings (#2996)Alex Gaynor2016-06-191-8/+4
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-26/+2
* Don't use the internal struct (#2934)Alex Gaynor2016-05-311-2/+2
* struct is a keywordAlex Gaynor2016-03-111-1/+1
* Don't make this struct opaqueAlex Gaynor2016-03-111-1/+1
* Merge pull request #2800 from reaperhulk/110-patch-21Alex Gaynor2016-03-111-5/+21
|\
| * opaque EVP_MD_CTX and wrap EVP_MD_CTX_new + EVP_MD_CTX_freePaul Kehrer2016-03-101-5/+21
* | EVP_CIPHER_CTX_init is a macro in 1.1.0Paul Kehrer2016-03-101-1/+3
|/
* opaque EVP_PKEY_CTXPaul Kehrer2016-03-091-6/+1
* use EVP_PKEY_id where we canPaul Kehrer2016-01-071-2/+7
* add Cryptography_EVP_PKEY_idPaul Kehrer2016-01-071-0/+6
* opaque EVP_PKEY since EVP_PKEY_id existsPaul Kehrer2016-01-071-4/+1
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-32/+0
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+265