aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-223-0/+75
* Interfaces for SCTs, feedback wanted (#3467)Alex Gaynor2017-03-222-0/+48
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-215-22/+10
* Refs #3461 -- added the OID for the SCT x.509 extension (#3464)Alex Gaynor2017-03-201-0/+3
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-172-25/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-1510-365/+6
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-152-2/+2
* add X509_STORE_CTX_get0_cert binding (#3455)Paul Kehrer2017-03-141-0/+9
* More ifdef death (#3450)Alex Gaynor2017-03-144-62/+2
* Memleak tests (#3140)Alex Gaynor2017-03-142-0/+49
* Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor2017-03-143-45/+0
* port 1.8.1 changelog and update master for 1.9 release cycle (#3440)Paul Kehrer2017-03-101-1/+1
* 1.8 version bump and changelog date (#3438)Paul Kehrer2017-03-091-1/+1
* reverts a change to our exceptions (#3429)Paul Kehrer2017-03-091-21/+1
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-094-5/+26
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-055-33/+143
* Fixed #3422 -- Remove some legacy code which is now in 1.0.1 (#3423)Alex Gaynor2017-03-012-50/+10
* 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
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-164-2/+99
* Refactor binding initialization to allow specified errors (#3278)Paul Kehrer2017-02-131-1/+6
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-133-121/+57
* Add EVP_PKEY_DHX (#3388)Aviv Palivoda2017-02-132-0/+12
* support defining which windows libraries to link with an env var (#3356)Paul Kehrer2017-02-091-1/+10
* enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)Paul Kehrer2017-02-081-0/+2
* replace pyasn1 with asn1crypto (#3361)Ofek Lev2017-02-082-48/+7
* DH serialization (#3297)Aviv Palivoda2017-02-072-7/+60
* Backport DH_check from OpenSSL 1.1.0. (#3375)Mark Williams2017-02-032-3/+116
* 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
* update comment to be more descriptive (#3349)Paul Kehrer2017-01-181-2/+3
* Move pkg_resources import location. (#3347)Dan Sully2017-01-171-2/+4
* add memory limit check for scrypt (#3328)Paul Kehrer2017-01-052-4/+12
* It is 2017, in UTC (#3342)Alex Gaynor2016-12-311-1/+1
* openssl backend: s/unserialize/deserialize/ in exception messages (#3339)Jan-Philip Gehrcke2016-12-281-2/+2
* Inline a pair of functions that became trivial post-1.0.0 (#3336)Alex Gaynor2016-12-251-7/+1
* add openssl_version_number & doc openssl_version_text (#3329)Paul Kehrer2016-12-211-0/+3
* DTLS bindings (#3309)Paul Kehrer2016-12-192-0/+35
* 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-1314-363/+29
* fix a regression in int_from_bytes (#3316)Paul Kehrer2016-12-131-1/+2
* 1.8 begins (#3311)Paul Kehrer2016-12-121-1/+1
* 1.7 changelog date and version bump (#3310)Paul Kehrer2016-12-121-1/+1
* New osrandom_engine in C (#3229)Christian Heimes2016-12-096-57/+728
* friendly error if you put a date too far in the future on windows (#3279)Paul Kehrer2016-12-051-2/+15
* clean up int_from_bytes (#3295)Ofek Lev2016-12-021-13/+1
* 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