aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* let's deprecate some hashes we should never have exposed (#3584)Paul Kehrer2017-05-231-0/+16
* Fix deprecation warning (#3574)Alex Gaynor2017-05-231-1/+5
* Deprecate Python 3.3 support, with the intention of being removed in the next...Alex Gaynor2017-05-221-0/+6
* add the x25519 NID (#3560)Paul Kehrer2017-05-202-0/+12
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-204-39/+41
* remove multibackend (#3555)Paul Kehrer2017-05-202-531/+2
* More accurate LibreSSL detection (#3530)Moriyoshi Koizumi2017-05-201-0/+8
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-2025-1715/+3
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-204-17/+17
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-193-0/+23
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-182-1/+20
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-3/+2
* use openssl constants (#3534)Paul Kehrer2017-05-033-7/+20
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-024-23/+64
* Delete dead code and update a comment (#3529)Alex Gaynor2017-04-302-5/+3
* Don't compare cffi version using strings (#3524)Alex Gaynor2017-04-292-9/+2
* Remove unused assignment (#3519)Alex Gaynor2017-04-271-1/+1
* Additional SCT bindings (#3510)Alex Gaynor2017-04-212-0/+23
* Another simplification of freeing (#3498)Alex Gaynor2017-04-092-7/+2
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-092-7/+2
* Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491)Moriyoshi Koizumi2017-04-061-0/+2
* minor int_to_bytes performance increase (#3490)Ofek Lev2017-04-061-7/+13
* Style nit in C code (#3486)Alex Gaynor2017-04-031-1/+1
* remove key check (#3473)Ofek Lev2017-04-011-3/+0
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-2616-60/+54
* Two additional bindings for CT (#3478)Alex Gaynor2017-03-232-0/+9
* 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