aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
* cffi bindings additions for pypy's _hashlib module (#3291)Richard Plangger2016-11-302-0/+10
* Bind TLSEXT_STATUSTYPE_ocsp (#3290)Cory Benfield2016-11-291-0/+1
* Add OPENSSL_malloc. (#3289)Cory Benfield2016-11-281-0/+1
* PyPy's ssl module, the last missing macro and three macro functions (#3270)Richard Plangger2016-11-212-1/+4
* bind a few things pypy ssl stdlib needs in x509v3 (#3255)Paul Kehrer2016-11-191-0/+7
* Add DHparams_dup to DH bindings (#3260)Aviv Palivoda2016-11-191-0/+1
* bind GENERAL_NAME_free and move GENERAL_NAME_new to macros... (#3257)Paul Kehrer2016-11-191-1/+2
* add error codes and ERR_get_state for pypy stdlib ssl (#3256)Paul Kehrer2016-11-191-2/+29
* add some x509_object handling for pypy stdlib (#3254)Paul Kehrer2016-11-192-0/+30
* add two error codes for pypy ssl stdlib (#3253)Paul Kehrer2016-11-191-0/+3
* add OPENSSL_NPN_NEGOTIATED (#3252)Paul Kehrer2016-11-191-0/+12
* add some NIDs (#3251)Paul Kehrer2016-11-181-0/+3
* add SSL_CTX_set_ecdh_auto where supported (#3250)Paul Kehrer2016-11-181-0/+9
* add some BIO functions for pypy's ssl stdlib (#3249)Paul Kehrer2016-11-182-0/+13
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-14/+16
* C locking callback (#3226)Alex Gaynor2016-11-131-1/+72
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-0/+10
* Export missing OpenSSL `X509_VERIFY_PARAM_free` (#3221)Thomas Sileo2016-11-061-0/+1
* Fix compilation with MinGW (#3191)Saúl Ibarra Corretgé2016-10-101-2/+5
* 1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)Paul Kehrer2016-09-222-1/+8
* Scrypt bindings (#3114)Terry Chia2016-08-271-0/+14
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-0/+10
* be a bit more robust about detecting locking callback declarations (#3107)Paul Kehrer2016-08-261-3/+11
* remove a few more unneeded and no longer extant functions for 1.1.0 (#3110)Paul Kehrer2016-08-262-3/+0
* opaque structs for 1.1.0 compatibility (#3109)Paul Kehrer2016-08-263-48/+9
* remove two more constants that no longer exist and we don't use (#3101)Paul Kehrer2016-08-252-2/+0
* two more functions that became const, one removed that we don't use (#3102)Paul Kehrer2016-08-251-4/+6
* constify and reorder getter args (#3103)Paul Kehrer2016-08-241-17/+24
* constify x509name functions (#3104)Paul Kehrer2016-08-241-8/+12
* const some more ASN1 (#3100)Paul Kehrer2016-08-241-2/+2
* ERR_load_RAND_strings changed function signature in 1.1.0 (#3093)Paul Kehrer2016-08-161-1/+6
* move functions that were const-ified in 1.1.0-pre6 (#3090)Paul Kehrer2016-08-163-19/+33
* OPENSSL_no_config is a macro in 1.1.0 (#3091)Paul Kehrer2016-08-161-1/+2
* BIO_set has been removed in 1.1.0 (#3092)Paul Kehrer2016-08-161-1/+0
* disable static callbacks on Python 3.5 (refs #2970) (#3063)Maximilian Hils2016-07-291-1/+4
* Fixed openssl binding if no-cmac (#3062)Jeffery To2016-07-271-2/+2
* Unconditional SecureTransport bindings, round 2. (#3059)Cory Benfield2016-07-232-0/+309
* Revert "Add the unconditional SecureTransport bindings" (#3058)Alex Gaynor2016-07-232-314/+0
* Add the unconditional SecureTransport bindings (#3054)Cory Benfield2016-07-232-0/+314
* Add OPENSSL_config binding (#2972) (#2974)Anton2016-07-132-0/+24
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-1115-54/+96
* Remove a few SSL fields which are unused (#3032)Alex Gaynor2016-06-301-5/+0
* Opaque everything else we can of X509 (#3027)Alex Gaynor2016-06-301-11/+1
* change X509V3_EXT_nconf function signature (#3024)Paul Kehrer2016-06-301-1/+2
* Opaque another OpenSSL struct (#3025)Alex Gaynor2016-06-291-8/+1
* AES_ctr128_encrypt needs to be in macros as it's a conditional binding (#3023)Paul Kehrer2016-06-271-4/+4
* update RSA opaque getters/setters to latest code from openssl 1.1.0 master (#...Paul Kehrer2016-06-271-22/+20
* update DH opaque getters/setters to latest code from openssl 1.1.0 master (#3...Paul Kehrer2016-06-271-14/+10
* update DSA opaque getters/setters to latest code from openssl 1.1.0 master (#...Paul Kehrer2016-06-271-15/+17
* opaque x509 store context (#3019)Paul Kehrer2016-06-271-15/+1