summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 16.2.0 (#555)16.2.0Hynek Schlawack2016-10-156-9/+10
* add changelog entry for fix (#553)Paul Kehrer2016-10-061-0/+2
* move our cryptography backend import (#552)Paul Kehrer2016-10-061-1/+13
* Fixes #546 -- use the latest xcode (#548)Alex Gaynor2016-09-251-0/+2
* Changelog entry for 1.1.0 (#547)Alex Gaynor2016-09-241-2/+1
* Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)Alex Gaynor2016-09-244-26/+71
* fix cffi warnings for proper buffer types (#545)Paul Kehrer2016-09-203-5/+5
* Update PyPy (#540)Hynek Schlawack2016-09-121-2/+2
* Nudge people towards better hashes in a few places (#538)Alex Gaynor2016-09-112-4/+4
* Use our docs to point people towards modern hashes (#537)Alex Gaynor2016-09-111-1/+1
* Fixed #529 -- use the native bytes syntax (#536)Alex Gaynor2016-09-114-237/+237
* Don't use SSLv3 (#534)Alex Gaynor2016-09-101-1/+1
* Pass an explicit nameopt to be resillient to OpenSSL default changes (#533)Alex Gaynor2016-09-101-2/+4
* make these tests pass if OP_NO_SSLv2 is 0 (#532)Alex Gaynor2016-09-101-2/+2
* bump the size of some test keys (#531)Alex Gaynor2016-09-101-3/+3
* bump the size of the test dhparam (#530)Alex Gaynor2016-09-101-3/+5
* Document that we dropped support for OpenSSL 0.9.8 (#521)Alex Gaynor2016-08-311-1/+1
* bump version and add changelog template to reopen tree (#519)Paul Kehrer2016-08-262-1/+24
* 16.1.0 changelog + version bump (#518)16.1.0Paul Kehrer2016-08-262-2/+3
* Avoid pytest 3 warning (#517)Hynek Schlawack2016-08-252-3/+3
* Simplify conditions and delete an unused function (#512)Alex Gaynor2016-07-312-28/+4
* Remove some pointless branches (#511)Alex Gaynor2016-07-312-46/+20
* Added a mentionbot blacklist in prep for enabling it (#510)Alex Gaynor2016-07-312-0/+4
* Clean out some cruft (#509)Alex Gaynor2016-07-312-10/+0
* coverage 4.2 doesn't need the clean step anymore (#508)Hynek Schlawack2016-07-311-8/+3
* Add guard for allocations failure of X509 objects (#507)Hynek Schlawack2016-07-311-2/+1
* Convert between pyOpenSSL and cryptography objects (#439)Paul Kehrer2016-07-293-0/+119
* Run coverage over the tests (#504)Alex Gaynor2016-07-061-1/+3
* Write a few more tests (#503)Alex Gaynor2016-07-042-11/+40
* Write a few more tests for coverage (#501)Alex Gaynor2016-07-042-3/+19
* Simplify a few more branches to improve coverage (#500)Alex Gaynor2016-07-033-24/+9
* Port the easy cases of SSL.py to _openssl_assert (#499)Alex Gaynor2016-07-031-9/+3
* Replace several untested paths with _openssl_assert (#498)Alex Gaynor2016-07-032-56/+26
* Fix memory leak in OpenSSL.crypto.dump_privatekey (#496)Hynek Schlawack2016-07-033-21/+18
* Added more openssl asserst. (#491)Alex Gaynor2016-06-041-27/+9
* Pass --reporter to trial so that it's output doesn't overflow travis (#490)Alex Gaynor2016-06-041-1/+1
* Fix caching (#489)Alex Gaynor2016-06-041-2/+1
* Removed more untested error handling. (#488)Alex Gaynor2016-06-041-25/+8
* Remove a bunch of untested stuff. (#487)Alex Gaynor2016-06-041-19/+8
* Enable use of CRL (and more) in verify context. (#483)Dan Sully2016-06-044-111/+343
* remove attempts to test against openssl 0.9.8 (#484)Alex Gaynor2016-06-042-38/+4
* Refactor tests for crypto.load_publickey (#482)Hynek Schlawack2016-06-031-30/+34
* fix a small bug with load_publickey (#481)Paul Kehrer2016-06-032-0/+15
* Merge pull request #476 from alex/opaque-the-sigalgPaul Kehrer2016-06-022-4/+4
|\
| * --xAlex Gaynor2016-06-021-1/+1
| * bumpAlex Gaynor2016-06-021-1/+1
| * -xAlex Gaynor2016-06-021-1/+1
| * bump to cryptography 1.3.3Alex Gaynor2016-06-021-1/+1
| * whitespaceAlex Gaynor2016-06-021-0/+1
| * Merge branch 'master' into opaque-the-sigalgAlex Gaynor2016-06-021-2/+2
| |\ | |/ |/|