summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use autodoc for SSL.ConnectiondocstringsAlex Chan2018-02-132-433/+123
* Use autodoc for the SSL.Context classAlex Chan2018-02-132-335/+119
* Use autodoc for OpenSSL.cryptoAlex Chan2018-02-132-115/+42
* open for 17.6.0 (#727)Paul Kehrer2017-12-012-1/+25
* 17.5.0 version bump (#726)17.5.0Paul Kehrer2017-11-302-2/+2
* Export keying material support (#725)Paul Kehrer2017-11-303-0/+48
* fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer2017-11-306-11/+36
* Pin pytest until we drop 2.6 (#721)Hynek Schlawack2017-11-281-1/+3
* define __all__ to make wildcard import work (#719)Nicolas Karolak2017-11-262-0/+128
* reopen master (#718)Paul Kehrer2017-11-212-1/+27
* Require urllib3 tests to pass; fixes #712 (#716)Alex Gaynor2017-11-221-3/+0
* bump to 17.4.0 (#714)17.4.0Paul Kehrer2017-11-212-2/+2
* restore a subset of the rand module (#708)Paul Kehrer2017-11-203-0/+81
* Don't use things after they're freed...duh (#709)Alex Gaynor2017-11-203-15/+40
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-204-11/+15
* Improve documentation for passphrase callback (#703)Diego Fernandez2017-10-122-3/+4
* 17.4.0.dev0 bump (#694)Paul Kehrer2017-09-132-1/+25
* 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