aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
* add the x25519 NID (#3560)Paul Kehrer2017-05-201-0/+9
* More accurate LibreSSL detection (#3530)Moriyoshi Koizumi2017-05-201-0/+8
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-2017-1042/+0
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-192-0/+20
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-181-1/+16
* use openssl constants (#3534)Paul Kehrer2017-05-031-0/+2
* Delete dead code and update a comment (#3529)Alex Gaynor2017-04-301-2/+0
* Additional SCT bindings (#3510)Alex Gaynor2017-04-211-0/+21
* Another simplification of freeing (#3498)Alex Gaynor2017-04-091-0/+1
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-091-0/+1
* Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491)Moriyoshi Koizumi2017-04-061-0/+2
* Style nit in C code (#3486)Alex Gaynor2017-04-031-1/+1
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-2616-60/+54
* Two additional bindings for CT (#3478)Alex Gaynor2017-03-231-0/+7
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-222-0/+69
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-171-21/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-158-240/+3
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-151-1/+1
* add X509_STORE_CTX_get0_cert binding (#3455)Paul Kehrer2017-03-141-0/+9
* More ifdef death (#3450)Alex Gaynor2017-03-142-34/+0
* Memleak tests (#3140)Alex Gaynor2017-03-141-0/+46
* Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor2017-03-142-26/+0
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-091-0/+6
* Add ASN1_F_ASN1_CHECK_TLEN (#3414)Aviv Palivoda2017-02-211-0/+1
* use official API for unreachable C code (#3404)Alex Gaynor2017-02-181-3/+3
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-131-31/+35
* Add EVP_PKEY_DHX (#3388)Aviv Palivoda2017-02-131-0/+9
* support defining which windows libraries to link with an env var (#3356)Paul Kehrer2017-02-091-1/+10
* Backport DH_check from OpenSSL 1.1.0. (#3375)Mark Williams2017-02-031-1/+114
* make cryptography fallback to /dev/urandom on mac on macOS < 10.12 (#3354)Paul Kehrer2017-01-311-2/+6
* Use static callbacks with Python 3.x again (#3350)Christian Heimes2017-01-181-4/+1
* DTLS bindings (#3309)Paul Kehrer2016-12-191-0/+31
* Add d2i_DHparams_bio, i2d_DHparams_bio bindings (#3322)Aviv Palivoda2016-12-181-0/+2
* restore this constant, pyopenssl needs it (#3321)Alex Gaynor2016-12-141-0/+3
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-136-110/+4
* New osrandom_engine in C (#3229)Christian Heimes2016-12-094-0/+694
* 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