| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move package into src | Hynek Schlawack | 2015-10-17 | 1 | -1915/+0 |
| | | | | | Prevents accidental imports when running tests. | ||||
| * | Implemented empty state_string function | kjav | 2015-09-07 | 1 | -0/+1 |
| | | |||||
| * | Make SSL.py flake8 clean | Alex Gaynor | 2015-09-05 | 1 | -46/+76 |
| | | |||||
| * | Merge branch 'master' into feature/OP_SINGLE_ECDH_USE | Akihiro Yamazaki | 2015-09-06 | 1 | -99/+3 |
| |\ | |||||
| | * | almost 100% flake8-ification of SSL.py | Alex Gaynor | 2015-09-05 | 1 | -99/+3 |
| | | | |||||
| * | | fix build error | Akihiro Yamazaki | 2015-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | add OP_SINGLE_ECDH_USE | Akihiro Yamazaki | 2015-09-05 | 1 | -0/+1 |
| |/ | |||||
| * | a random set of flake8 and typo fixes | Alex Gaynor | 2015-09-04 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #310 from kjav/patch-1 | Hynek Schlawack | 2015-09-04 | 1 | -1/+4 |
| |\ | | | | | Only proxy __getattr__ to a wrapped socket if a socket is wrapped | ||||
| | * | getattr now works when no socket is wrapped | kjav | 2015-09-02 | 1 | -1/+4 |
| | | | |||||
| * | | Fixed several flake8 errors | Alex Gaynor | 2015-09-04 | 1 | -4/+4 |
| |/ | |||||
| * | always use alpn decorator | Maximilian Hils | 2015-08-26 | 1 | -3/+1 |
| | | |||||
| * | add ssl_peek functionality | Maximilian Hils | 2015-08-17 | 1 | -6/+13 |
| | | |||||
| * | fix grammar and english in SSL.py and ssl.rst | Jim Shaver | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | Switch get_protocol_version_name back to unicode. | Jim Shaver | 2015-05-28 | 1 | -3/+4 |
| | | |||||
| * | Fixing the truth in Changelog SSL.py and test_ssl.py | Jim Shaver | 2015-05-28 | 1 | -12/+13 |
| | | |||||
| * | Added string() to get_protocol_version_name | Jim Shaver | 2015-05-27 | 1 | -1/+1 |
| | | |||||
| * | differentiated the two functions. Updated docs, and tests | Jim Shaver | 2015-05-27 | 1 | -4/+4 |
| | | |||||
| * | Fix docstring in SSL.py | Jim Shaver | 2015-05-27 | 1 | -1/+1 |
| | | |||||
| * | modified ssl_version ->ssl_get_version and modified test, docs | Jim Shaver | 2015-05-27 | 1 | -4/+4 |
| | | |||||
| * | switch to SSL_get_version. | Jim Shaver | 2015-05-27 | 1 | -0/+12 |
| | | |||||
| * | Add support for querying the negotiated TLS version. | Richard J. Moore | 2015-05-27 | 1 | -0/+11 |
| | | |||||
| * | Remove redundant check for bytes | Hynek Schlawack | 2015-04-18 | 1 | -3/+1 |
| | | |||||
| * | don't panic if there's no errno | Glyph | 2015-04-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #218 from exarkun/npn_feature_detect | Paul Kehrer | 2015-04-13 | 1 | -0/+20 |
| |\ | | | | | NPN feature detect | ||||
| | * | merge master | Jean-Paul Calderone | 2015-04-13 | 1 | -0/+165 |
| | |\ | |||||
| | * | | Docstring for decorator. | Cory Benfield | 2015-04-13 | 1 | -0/+4 |
| | | | | |||||
| | * | | Use a decorator for requires_npn | Cory Benfield | 2015-04-13 | 1 | -9/+15 |
| | | | | |||||
| | * | | Add NPN feature detection. | Cory Benfield | 2015-04-13 | 1 | -0/+9 |
| | | | | |||||
| * | | | merge master | Jean-Paul Calderone | 2015-04-13 | 1 | -1/+165 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge master again! | Jean-Paul Calderone | 2015-04-13 | 1 | -1/+157 |
| | |\ \ | |||||
| | | * | | Multiline docstring. | Cory Benfield | 2015-04-13 | 1 | -1/+3 |
| | | | | | |||||
| | | * | | ALPN required decorator docstring. | Cory Benfield | 2015-04-13 | 1 | -0/+4 |
| | | | | | |||||
| | | * | | Better names and spacing. | Cory Benfield | 2015-04-13 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | Technically it's an initialism. | Cory Benfield | 2015-04-13 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Use ALPN detection decorator. | Cory Benfield | 2015-04-13 | 1 | -9/+15 |
| | | | | | |||||
| | | * | | Raise NotImplementedError if no ALPN. | Cory Benfield | 2015-04-13 | 1 | -0/+12 |
| | | | | | |||||
| | | * | | Handle exceptions in ALPN select callback. | Cory Benfield | 2015-04-13 | 1 | -35/+55 |
| | | | | | |||||
| | | * | | Catch non-bytestrings from ALPN callbacks. | Cory Benfield | 2015-04-13 | 1 | -0/+4 |
| | | | | | |||||
| | | * | | Further CFFI problems. | Cory Benfield | 2015-04-13 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | Fixup some CFFI problems. | Cory Benfield | 2015-04-13 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Minor nits. | Cory Benfield | 2015-04-13 | 1 | -12/+12 |
| | | | | | |||||
| | | * | | Add ALPN support. | Cory Benfield | 2015-04-13 | 1 | -1/+109 |
| | | |/ | |||||
| | * | | Rename warn_text to something a little more descriptive. | Jean-Paul Calderone | 2015-04-13 | 1 | -4/+4 |
| | | | | |||||
| | * | | merge master, resolve simple conflicts | Jean-Paul Calderone | 2015-04-13 | 1 | -38/+242 |
| | |\ \ | | |/ | |||||
| | * | | Remove the deprecation for this parameter that represents a path name. | Jean-Paul Calderone | 2015-03-29 | 1 | -2/+0 |
| | | | | |||||
| | * | | Factor the warning code into a shared helper. Remove some of the ↵ | Jean-Paul Calderone | 2015-03-29 | 1 | -34/+6 |
| | | | | | | | | | | | | | unnecessary repetition from the tests. | ||||
| | * | | Reuse six imports | Abraham Martin | 2015-03-25 | 1 | -5/+5 |
| | | | | |||||
| | * | | Use six library to check python version | Abraham Martin | 2015-03-25 | 1 | -17/+10 |
| | | | | |||||
| | * | | Different warning messages for different versions of Python | Abraham Martin | 2015-03-25 | 1 | -6/+26 |
| | | | | |||||
