summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version and update changelog (#693)17.3.0Paul Kehrer2017-09-132-3/+6
* Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691)Jeremy Cline2017-09-141-0/+7
* Provide a destructor for the CRL object (#690)Jeremy Cline2017-09-071-1/+1
* Fix another test to not hardcode TLSv1 (#683)Alex Gaynor2017-08-071-1/+1
* Don't use "TLSv1" as a default for loopback clients/servers (#682)Alex Gaynor2017-08-071-2/+2
* Delete rand.py (#675)Alex Gaynor2017-07-254-343/+6
* Drop py33 (#677)Alex Gaynor2017-07-254-10/+3
* Simplify test code (#679)Alex Gaynor2017-07-251-50/+1
* Mark this test as flaky (#678)Alex Gaynor2017-07-241-0/+1
* Fixes #655 -- deprecate OpenSSL.tsafe (#673)Alex Gaynor2017-07-222-2/+9
* Start new release cycle (#672)Hynek Schlawack2017-07-202-1/+26
* Prepare 17.2.0 (#671)17.2.0Hynek Schlawack2017-07-202-2/+2
* (EC)DSA signature fix (#670)Paul Kehrer2017-07-203-3/+47
* Bend some recent changes to standards (#669)Hynek Schlawack2017-07-205-21/+14
* document set_default_verify_paths caveats (#667)Paul Kehrer2017-07-191-2/+9
* add note about cryptography to crypto module (#666)Paul Kehrer2017-07-191-0/+10
* fix #664 (#665)Paul Kehrer2017-07-192-2/+8
* 101 doesn't work, just mark it flaky (#662)Alex Gaynor2017-07-061-1/+2
* move deps to extras (#661)Paul Kehrer2017-07-074-7/+16
* FIxed #266 -- attempt to deflake our tests (#660)Alex Gaynor2017-07-062-1/+7
* Fixed #657 -- handle OverflowErrors on large allocation requests (#659)Alex Gaynor2017-07-061-4/+4
* Fixed #631 -- deprecate all of OpenSSL.rand (#658)Alex Gaynor2017-07-064-43/+9
* Start new release cycle (#654)Hynek Schlawack2017-06-302-1/+26
* Prepare 17.1 (#653)17.1.0Hynek Schlawack2017-06-302-3/+3
* Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor2017-06-303-26/+22
* Bend CHANGELOG.rst to our shape (#651)Hynek Schlawack2017-06-301-9/+13
* Kill some commented out code and other cleanups (#649)Alex Gaynor2017-06-302-26/+5
* remove gibberish comment (#648)Alex Gaynor2017-06-301-2/+0
* Kill dead code (#647)Alex Gaynor2017-06-292-11/+5
* Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644)Alex Gaynor2017-06-291-3/+5
* try loading trusted certs from a list of fallbacks (#633)Paul Kehrer2017-06-294-1/+168
* dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646)Paul Kehrer2017-06-292-0/+20
* add to_cryptography/from_cryptography on CRL and X509Req (#645)Paul Kehrer2017-06-293-0/+99
* Fixed #486 -- deprecate the backwards compat names (#643)Alex Gaynor2017-06-294-43/+64
* 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