summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-291-0/+42
* Write a few more tests (#503)Alex Gaynor2016-07-041-3/+1
* Write a few more tests for coverage (#501)Alex Gaynor2016-07-041-2/+1
* Simplify a few more branches to improve coverage (#500)Alex Gaynor2016-07-032-24/+6
* 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-031-56/+18
* Fix memory leak in OpenSSL.crypto.dump_privatekey (#496)Hynek Schlawack2016-07-031-13/+15
* Added more openssl asserst. (#491)Alex Gaynor2016-06-041-27/+9
* 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-041-109/+234
* remove attempts to test against openssl 0.9.8 (#484)Alex Gaynor2016-06-041-8/+2
* fix a small bug with load_publickey (#481)Paul Kehrer2016-06-031-0/+1
* whitespaceAlex Gaynor2016-06-021-0/+1
* Merge branch 'master' into opaque-the-sigalgAlex Gaynor2016-06-021-2/+2
|\
| * lolAlex Gaynor2016-06-021-2/+2
| * fixAlex 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
|/
* We have always been at war with easy to read code.Alex Gaynor2016-06-011-12/+23
* Removed nonsense docstringAlex Gaynor2016-05-271-3/+1
* Merge pull request #466 from hynek/masterCory Benfield2016-04-281-1/+1
|\
| * Fix RTD linksHynek Schlawack2016-04-281-1/+1
* | Fixed a misleading typo in teh docsAlex Gaynor2016-04-221-1/+1
|/
* Factor out common code of requires decoratorsCory Benfield2016-03-291-35/+26
* Raise NotImplementedError when SNI not present.Cory Benfield2016-03-291-0/+19
* Start 16.1.0 cycleHynek Schlawack2016-03-191-1/+1
* Prepare 16.0.0Hynek Schlawack2016-03-191-1/+1
* Fix some links and markupHynek Schlawack2016-03-191-2/+4
* Merge pull request #422 from hynek/set_session_idPaul Kehrer2016-03-181-10/+34
|\
| * Implement Context.set_session_idHynek Schlawack2016-03-161-10/+34
* | switch to OPENSSL_freePaul Kehrer2016-03-171-1/+1
|/
* Remove code for pre-cryptography 1.2Alex Gaynor2016-03-161-6/+1
* Rename state_name to get_state_nameHynek Schlawack2016-03-141-2/+3
* De-Sphinx CHANGELOG & add rel info to descriptionHynek Schlawack2016-03-131-1/+1
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-132-6/+5
* Merge pull request #433 from reaperhulk/opaque-x509-extAlex Gaynor2016-03-111-6/+11
|\
| * treat x509 extension objects as opaque pointersPaul Kehrer2016-03-111-6/+11
* | Assert against True explicitlyHynek Schlawack2016-03-111-1/+1
* | More explicit assertHynek Schlawack2016-03-111-1/+1
* | GrammarHynek Schlawack2016-03-111-1/+1
* | Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-112-14/+34
|/
* Merge pull request #435 from reaperhulk/m-asn1-time-dupHynek Schlawack2016-03-111-28/+2
|\
| * fix test and a missing X509_REVOKED_dup callPaul Kehrer2016-03-091-1/+1
| * remove X509_REVOKED_dup entirely since cryptography can do thisPaul Kehrer2016-03-091-27/+1
* | gc the DSA key a different wayPaul Kehrer2016-03-101-1/+3
* | switch to DSA_generate_parameters_exPaul Kehrer2016-03-091-2/+7
|/
* Fix signature buffer size for RSA keysColleen Murphy2016-03-011-2/+2