aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/binding.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-24/+0
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-6/+14
* Refs #4923; deprecate OpenSSL 1.0.1 (#4924)Alex Gaynor2019-06-151-1/+1
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-2/+3
* why did we have these variables (#4764)Paul Kehrer2019-02-241-2/+0
* encode the package version in the shared object (#4756)Paul Kehrer2019-02-201-0/+24
* Use our cryptography-specific warning class (#4493)Alex Gaynor2018-10-101-1/+1
* Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-311-0/+16
* 1.1.0 locks (#4420)Paul Kehrer2018-08-291-1/+2
* Make our locking setup function compy with our style guide (#4316)Alex Gaynor2018-07-061-1/+1
* Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)Alex Gaynor2017-12-181-3/+4
* Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...Alex Gaynor2017-07-081-2/+2
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-2/+17
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-091-0/+1
* 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-131-19/+0
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-21/+0
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-45/+4
* Error out on OpenSSL 1.0.0 by default (#3276)Alex Gaynor2016-11-221-6/+13
* C locking callback (#3226)Alex Gaynor2016-11-131-29/+2
* Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in th...Alex Gaynor2016-08-271-3/+3
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-15/+1
* DeprecationWarningAlex Gaynor2016-03-191-2/+1
* Use runtimeerror for thisAlex Gaynor2016-03-191-2/+1
* Fixed #2836 -- error out on OpenSSL 0.9.8 by defaultAlex Gaynor2016-03-191-14/+26
* review feedback + make the test actually test a thingPaul Kehrer2016-03-071-3/+3
* only call ERR_error_string if we're going to raise InternalErrorPaul Kehrer2016-03-071-11/+21
* improve the messages from openssl InternalErrorPaul Kehrer2016-03-071-5/+14
* Formally deprecated support for OpenSSL 0.9.8Alex Gaynor2016-01-221-1/+9
* Port callbacks to new static callbackChristian Heimes2016-01-071-6/+28
* deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped supportPaul Kehrer2015-12-311-0/+9
* Include the full OpenSSL error in the exception messageAlex Gaynor2015-11-081-1/+1
* modify sadness prosePaul Kehrer2015-10-271-3/+5
* expand commentPaul Kehrer2015-10-241-1/+3
* move lock initialization to during binding importPaul Kehrer2015-10-241-0/+4
* address review commentsPaul Kehrer2015-10-241-5/+2
* make engine addition idempotentPaul Kehrer2015-10-211-5/+9
* Use InternalError for stuffAlex Gaynor2015-09-261-7/+2
* fix the testsAlex Gaynor2015-09-261-4/+4
* Convert asserts in bindings as wellAlex Gaynor2015-09-261-7/+44
* Resolve an unusual test bug related to initializing the bindingsPaul Kehrer2015-08-291-0/+6
* change approach for pypy performance reasonsPaul Kehrer2015-08-041-12/+13
* only copy the attrs we know should exist (courtesy dstufft)Paul Kehrer2015-08-031-7/+9
* pass in the imports to make it a bit clearer what's going onPaul Kehrer2015-08-031-3/+3
* move the attr setting to the __init__ of _ConditionalLibraryPaul Kehrer2015-08-031-12/+10
* create a ConditionalLibrary and remove unsupported itemsPaul Kehrer2015-08-011-1/+17
* Removed the fastpath from binding initialization. These aren't instantiated f...Alex Gaynor2015-07-121-3/+0
* the assertier the merrierGlyph2015-06-271-0/+1
* comment on longer correct - not aliases any moreGlyph2015-06-271-5/+3
* do the hokey pokeyGlyph2015-06-271-13/+13