summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CHANGELOGdeprecate-stuffAlex Gaynor2017-06-291-1/+2
* remove the docs for these, pretend they don't existAlex Gaynor2017-06-291-30/+0
* Fixed #486 -- deprecate the backwards compat namesAlex Gaynor2017-06-292-12/+62
* Added an API for converting X509 to/from cryptography (#640)Alex Gaynor2017-06-253-0/+54
* Drop some dead code, cryptography has _never_ bound RAND_screen (#641)Alex Gaynor2017-06-251-16/+0
* update docs and and changelog for #612 (#639)Paul Kehrer2017-06-212-20/+13
* Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612)Moriyoshi Koizumi2017-06-213-13/+5
* the root cert expired, make a new one (using the same values) (#637)Paul Kehrer2017-06-111-43/+63
* use a newer xcode image (which means testing on sierra) (#635)Paul Kehrer2017-06-091-2/+2
* urllib3 uses pytest now, various upgrades to the travis env (#634)Paul Kehrer2017-06-092-9/+7
* Drop the deprecated rand.egd function (#630)Alex Gaynor2017-05-314-60/+3
* Use the normal OpenSSL function instead of the crypto wrapper (#629)Alex Gaynor2017-05-311-1/+1
* Add an informative __main__.py (#620)Hynek Schlawack2017-05-136-5/+60
* Start new release cycle (#618)Hynek Schlawack2017-04-202-1/+26
* Prepare 17.0.0 (#617)Hynek Schlawack2017-04-202-2/+2
* Remove code for checking if EC support is present (#616)Alex Chan2017-04-201-11/+9
* Prepare for 17.0.0 (#615)Hynek Schlawack2017-04-205-8/+8
* Assorted cheap coverage wins (#602)Alex Chan2017-04-202-24/+96
* Fix broken links in the documentation (#611)Alex Chan2017-03-212-3/+3
* Fix up some pytest-related stuff (#601)Hynek Schlawack2017-02-183-9/+5
* Limit SSL_write bufsize to avoid OverflowErrors (#603)Maximilian Hils2017-02-102-1/+33
* Rip out the last vestages of unittest from the test suite (#599)Alex Chan2017-01-302-648/+282
* Python 3.6 (#600)Hynek Schlawack2017-01-304-6/+15
* Convert the remaining tests in test_crypto.py to be pytest-style (#593)Alex Chan2017-01-301-617/+461
* Convert the rest of TestConnection to be pytest-style (#594)Alex Chan2017-01-301-377/+286
* Patch up easy TypeError-based coverage gaps (#598)lymanZerga112017-01-301-4/+16
* Convert more classes in test_crypto.py to pytest-style (#591)Alex Chan2017-01-251-216/+193
* Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581)Greg Bowser2017-01-254-13/+18
* Convert another couple of test classes to pytest-style (#586)Alex Chan2017-01-241-174/+120
* Convert TestContext to be pytest-style (#589)Alex Chan2017-01-241-395/+284
* Link to PR #580 in changelog. (#590)Cory Benfield2017-01-241-0/+1
* Add support for OCSP stapling. (#580)Cory Benfield2017-01-245-2/+456
* Convert a few more small test classes to be pytest-style (#585)Alex Chan2016-12-193-80/+47
* automatically set SSL_CTX_set_ecdh_auto when available (#575)Paul Kehrer2016-12-192-0/+11
* Convert the elliptic curve tests to be pytest-style (#576)Alex Chan2016-12-192-68/+45
* Document supported OpenSSL versions (#584)Hynek Schlawack2016-12-111-0/+17
* Activate intersphinx (#583)Hynek Schlawack2016-12-112-18/+32
* Don't zero memory when we don't have to. (#578)Cory Benfield2016-11-283-7/+18
* We should consider *actually* testing Twisted. (#579)Cory Benfield2016-11-281-1/+1
* Add the ability to set a custom verification time on X509Store (#567)Thomas Sileo2016-11-225-3/+47
* Clarify error message (#573)Hynek Schlawack2016-11-181-2/+6
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-186-160/+171
* Convert ALPN and SessionTests to use pytest-style tests (#570)Alex Chan2016-11-101-37/+25
* Convert NextProtoNegotiationTests to use pytest-style tests (#569)Alex Chan2016-11-102-152/+128
* Ensure the LICENSE file is part of our wheel (#557)Hynek Schlawack2016-11-061-1/+9
* Convert ServerNameCallbackTests to use pytest-style tests (#565)Alex Chan2016-11-051-67/+59
* Convert test_util to use pytest-style tests (#562)Alex Chan2016-10-241-6/+5
* Convert test_rand to use pytest-style tests (#563)Alex Chan2016-10-244-97/+98
* Start new release cycle (#556)Hynek Schlawack2016-10-162-1/+26
* Prepare 16.2.0 (#555)16.2.0Hynek Schlawack2016-10-156-9/+10