summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | * Avoid pytest warning * Upgrade pytest min version in tox.ini
* 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
| | | | | | | | * Remove some pointless branches * this nonsense too * this is unused
* 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
| | | | | | * coverage 4.2 doesn't need the clean step anymore * Set version for report too
* 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
| | | | | | | | | | * convert pkey to cryptography keys and vice versa * pep8 and such * Add documentation and changelog * add a type check and verify that it rejects ECDSA keys from cryptography
* 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 * pytestify this whole jam
* 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
| | | | | | | | | | | | | | * Replace several untested paths with _openssl_assert * fix, these require a bool * oop, fixed * finish porting crypto.py * typo * yessssssss
* Fix memory leak in OpenSSL.crypto.dump_privatekey (#496)Hynek Schlawack2016-07-033-21/+18
| | | | | | | | * Fix memory leak in OpenSSL.crypto.dump_privatekey * Add PR# * Address feedback
* Added more openssl asserst. (#491)Alex Gaynor2016-06-041-27/+9
| | | Refs #478
* 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
| | | | - Remove unused 0.9.8 dir - reenable normal pip caching
* Removed more untested error handling. (#488)Alex Gaynor2016-06-041-25/+8
| | | Refs #478
* Remove a bunch of untested stuff. (#487)Alex Gaynor2016-06-041-19/+8
| | | Refs #478
* Enable use of CRL (and more) in verify context. (#483)Dan Sully2016-06-044-111/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable use of CRL (and more) in verify context. * flake8 fixes. * Comments from Hynek & Paul. * More updates from Paul & Hynek. * Fix closing backtick. * Remove commented out constants. * More doc updates. Changelog update. * Getting closer? * Sphinx fix. * Indent docstring. * More Sphinx updates. * Type updates for docstrings. * Remove Enum subclassing. * Docstring update. * Docstrings updates. * Round and round it goes. Where it ends, nobody knows. * Remove TODO comment. Need @sholsapp to follow up. * Time for lots of alcohol.
* remove attempts to test against openssl 0.9.8 (#484)Alex Gaynor2016-06-042-38/+4
| | | | | | * remove attempts to test against openssl 0.9.8 * remove some untested branches
* 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
| | | | | | | | * fix a small bug with load_publickey * update docstring, rename test method * make hynek happy
* Merge pull request #476 from alex/opaque-the-sigalgPaul Kehrer2016-06-022-4/+4
|\ | | | | X509 sigalg is now opaque
| * --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
| |\ | |/ |/|
* | Merge pull request #477 from alex/opaque-most-thingsHynek Schlawack2016-06-021-19/+20
|\ \ | | | | | | Make most things opaque
| * | --xAlex Gaynor2016-06-021-1/+1
| | |
| * | lolAlex Gaynor2016-06-021-2/+2
| | |
| * | fixAlex Gaynor2016-06-021-1/+1
| | |
| * | -xAlex Gaynor2016-06-021-1/+1
| | |
| * | Make most things opaqueAlex Gaynor2016-06-021-16/+17
|/ /
| * stuff passes!Alex Gaynor2016-06-021-18/+18
| |
| * X509 sigalg is now opaqueAlex Gaynor2016-06-021-2/+2
|/
* Merge pull request #474 from alex/the-great-opaqueningPaul Kehrer2016-06-011-12/+23
|\ | | | | We have always been at war with easy to read code.
| * We have always been at war with easy to read code.Alex Gaynor2016-06-011-12/+23
|/ | | | aka EVERYBODY GET READY FOR OPENSSL 1.1.0
* Merge pull request #471 from pyca/alex-patch-1Hynek Schlawack2016-05-281-3/+1
|\ | | | | Removed nonsense docstring
| * Removed nonsense docstringAlex Gaynor2016-05-271-3/+1
|/ | | Caught by @davidben
* Merge pull request #466 from hynek/masterCory Benfield2016-04-284-5/+5
|\ | | | | Fix RTD links
| * Fix RTD linksHynek Schlawack2016-04-284-5/+5
| |
* | Merge pull request #464 from pyca/alex-patch-1Hynek Schlawack2016-04-221-1/+1
|\ \ | | | | | | Fixed a misleading typo in teh docs
| * | Fixed a misleading typo in teh docsAlex Gaynor2016-04-221-1/+1
|/ /
* | Merge pull request #463 from hynek/masterCory Benfield2016-04-191-1/+1
|\ \ | |/ | | wheel is bdist_wheel for a while now