Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Port the easy cases of SSL.py to _openssl_assert (#499) | Alex Gaynor | 2016-07-03 | 1 | -9/+3 | |
| | ||||||
* | Remove a bunch of untested stuff. (#487) | Alex Gaynor | 2016-06-04 | 1 | -19/+8 | |
| | | | Refs #478 | |||||
* | remove attempts to test against openssl 0.9.8 (#484) | Alex Gaynor | 2016-06-04 | 1 | -8/+2 | |
| | | | | | | * remove attempts to test against openssl 0.9.8 * remove some untested branches | |||||
* | We have always been at war with easy to read code. | Alex Gaynor | 2016-06-01 | 1 | -12/+23 | |
| | | | | aka EVERYBODY GET READY FOR OPENSSL 1.1.0 | |||||
* | Removed nonsense docstring | Alex Gaynor | 2016-05-27 | 1 | -3/+1 | |
| | | | Caught by @davidben | |||||
* | Factor out common code of requires decorators | Cory Benfield | 2016-03-29 | 1 | -35/+26 | |
| | ||||||
* | Raise NotImplementedError when SNI not present. | Cory Benfield | 2016-03-29 | 1 | -0/+19 | |
| | ||||||
* | Implement Context.set_session_id | Hynek Schlawack | 2016-03-16 | 1 | -10/+34 | |
| | ||||||
* | Rename state_name to get_state_name | Hynek Schlawack | 2016-03-14 | 1 | -2/+3 | |
| | | | | | A bit more consistent naming. Rename is possible because the method hasn't been part of a release yet. | |||||
* | Pluck more unrelated bits from #422 | Hynek Schlawack | 2016-03-13 | 1 | -4/+4 | |
| | ||||||
* | More explicit assert | Hynek Schlawack | 2016-03-11 | 1 | -1/+1 | |
| | ||||||
* | Grammar | Hynek Schlawack | 2016-03-11 | 1 | -1/+1 | |
| | ||||||
* | Fix set_cipher_list on modern OpenSSL | Hynek Schlawack | 2016-03-11 | 1 | -12/+15 | |
| | | | | Also port forward a few changes from #422. | |||||
* | Fixed AttributeError when calling get_app_data() | Todd Chapman | 2016-01-18 | 1 | -0/+1 | |
| | ||||||
* | Move package into src | Hynek Schlawack | 2015-10-17 | 1 | -0/+1915 | |
Prevents accidental imports when running tests. |