aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/bindings
Commit message (Expand)AuthorAgeFilesLines
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-13/+1
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-1/+13
* encode the package version in the shared object (#4756)Paul Kehrer2019-02-201-1/+5
* 1.1.0 locks (#4420)Paul Kehrer2018-08-291-3/+6
* sigh, missed one TLSv1 (#4392)Alex Gaynor2018-08-121-1/+2
* Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389)Alex Gaynor2018-08-121-2/+4
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-11/+7
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-26/+0
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-8/+2
* Refactor binding initialization to allow specified errors (#3278)Paul Kehrer2017-02-131-1/+13
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-10/+7
* Error out on OpenSSL 1.0.0 by default (#3276)Alex Gaynor2016-11-221-1/+7
* C locking callback (#3226)Alex Gaynor2016-11-131-65/+0
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-0/+6
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-1/+1
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-16/+1
* Use runtimeerror for thisAlex Gaynor2016-03-191-2/+1
* test for verify_openssl_versionAlex Gaynor2016-03-191-1/+8
* use an error that's likely to be in all openssls we supportPaul Kehrer2016-03-081-12/+9
* review feedback + make the test actually test a thingPaul Kehrer2016-03-071-6/+15
* only call ERR_error_string if we're going to raise InternalErrorPaul Kehrer2016-03-071-1/+21
* make engine addition idempotentPaul Kehrer2015-10-211-2/+2
* Merge pull request #2180 from reaperhulk/easy-conditional-fixDonald Stufft2015-08-041-0/+18
|\
| * add test for conditional removalPaul Kehrer2015-08-011-0/+18
* | move urandom engine testPaul Kehrer2015-08-011-30/+0
|/
* test libressl when there is no libresslGlyph2015-06-301-2/+15
* pep8Glyph2015-06-301-0/+1
* Detect and ignore LibreSSL.Glyph2015-06-301-1/+3
* the output of RAND_bytes is os.urandom's resultGlyph2015-06-291-0/+14
* handle previous registration by raising RuntimeErrorGlyph2015-06-271-2/+2
* remove remaining vestiges, make adding twice workGlyph2015-06-261-1/+1
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-073-56/+8
* use setenv so we don't have to import osPaul Kehrer2015-01-141-3/+1
* monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624Paul Kehrer2015-01-141-1/+4
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-163-36/+9
* Monkeypatch the CFFI Verifier to prevent the implicit compileDonald Stufft2014-11-141-0/+14
* We can test this, we have the power! Fixes #874Alex Gaynor2014-11-071-1/+5
* Update test for new APIAlex Gaynor2014-10-241-3/+3
* test_ssl_mode should get current mode as wellPaul Kehrer2014-09-261-2/+4
* In tests for setting SSL and SSL_CTX options, get current options firstPaul Kehrer2014-09-261-4/+8
* Fix test failuresTerry Chia2014-07-282-4/+3
* change env variable name, handle empty stringPaul Kehrer2014-07-051-0/+2
* improve unit tests for _get_windows_librariesPaul Kehrer2014-07-031-2/+2
* switch to env variable based static/dynamic switch for windowsPaul Kehrer2014-07-021-1/+11
* Fix some typos.Alex Gaynor2014-04-251-1/+1
* move some commentsPaul Kehrer2014-04-201-3/+3
* fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signedPaul Kehrer2014-04-201-0/+34
* should probably update the test tooPaul Kehrer2014-03-171-7/+5
* be less dumbPaul Kehrer2014-03-131-4/+3
* make create_modulename private, add testPaul Kehrer2014-03-131-0/+28