summaryrefslogtreecommitdiff
path: root/OpenSSL/SSL.py
Commit message (Collapse)AuthorAgeFilesLines
* Move package into srcHynek Schlawack2015-10-171-1915/+0
| | | | Prevents accidental imports when running tests.
* Implemented empty state_string functionkjav2015-09-071-0/+1
|
* Make SSL.py flake8 cleanAlex Gaynor2015-09-051-46/+76
|
* Merge branch 'master' into feature/OP_SINGLE_ECDH_USEAkihiro Yamazaki2015-09-061-99/+3
|\
| * almost 100% flake8-ification of SSL.pyAlex Gaynor2015-09-051-99/+3
| |
* | fix build errorAkihiro Yamazaki2015-09-061-1/+1
| |
* | add OP_SINGLE_ECDH_USEAkihiro Yamazaki2015-09-051-0/+1
|/
* a random set of flake8 and typo fixesAlex Gaynor2015-09-041-2/+2
|
* Merge pull request #310 from kjav/patch-1Hynek Schlawack2015-09-041-1/+4
|\ | | | | Only proxy __getattr__ to a wrapped socket if a socket is wrapped
| * getattr now works when no socket is wrappedkjav2015-09-021-1/+4
| |
* | Fixed several flake8 errorsAlex Gaynor2015-09-041-4/+4
|/
* always use alpn decoratorMaximilian Hils2015-08-261-3/+1
|
* add ssl_peek functionalityMaximilian Hils2015-08-171-6/+13
|
* fix grammar and english in SSL.py and ssl.rstJim Shaver2015-05-281-1/+1
|
* Switch get_protocol_version_name back to unicode.Jim Shaver2015-05-281-3/+4
|
* Fixing the truth in Changelog SSL.py and test_ssl.pyJim Shaver2015-05-281-12/+13
|
* Added string() to get_protocol_version_nameJim Shaver2015-05-271-1/+1
|
* differentiated the two functions. Updated docs, and testsJim Shaver2015-05-271-4/+4
|
* Fix docstring in SSL.pyJim Shaver2015-05-271-1/+1
|
* modified ssl_version ->ssl_get_version and modified test, docsJim Shaver2015-05-271-4/+4
|
* switch to SSL_get_version.Jim Shaver2015-05-271-0/+12
|
* Add support for querying the negotiated TLS version.Richard J. Moore2015-05-271-0/+11
|
* Remove redundant check for bytesHynek Schlawack2015-04-181-3/+1
|
* don't panic if there's no errnoGlyph2015-04-141-1/+1
|
* Merge pull request #218 from exarkun/npn_feature_detectPaul Kehrer2015-04-131-0/+20
|\ | | | | NPN feature detect
| * merge masterJean-Paul Calderone2015-04-131-0/+165
| |\
| * | Docstring for decorator.Cory Benfield2015-04-131-0/+4
| | |
| * | Use a decorator for requires_npnCory Benfield2015-04-131-9/+15
| | |
| * | Add NPN feature detection.Cory Benfield2015-04-131-0/+9
| | |
* | | merge masterJean-Paul Calderone2015-04-131-1/+165
|\ \ \ | | |/ | |/|
| * | Merge master again!Jean-Paul Calderone2015-04-131-1/+157
| |\ \
| | * | Multiline docstring.Cory Benfield2015-04-131-1/+3
| | | |
| | * | ALPN required decorator docstring.Cory Benfield2015-04-131-0/+4
| | | |
| | * | Better names and spacing.Cory Benfield2015-04-131-3/+3
| | | |
| | * | Technically it's an initialism.Cory Benfield2015-04-131-2/+2
| | | |
| | * | Use ALPN detection decorator.Cory Benfield2015-04-131-9/+15
| | | |
| | * | Raise NotImplementedError if no ALPN.Cory Benfield2015-04-131-0/+12
| | | |
| | * | Handle exceptions in ALPN select callback.Cory Benfield2015-04-131-35/+55
| | | |
| | * | Catch non-bytestrings from ALPN callbacks.Cory Benfield2015-04-131-0/+4
| | | |
| | * | Further CFFI problems.Cory Benfield2015-04-131-3/+3
| | | |
| | * | Fixup some CFFI problems.Cory Benfield2015-04-131-2/+2
| | | |
| | * | Minor nits.Cory Benfield2015-04-131-12/+12
| | | |
| | * | Add ALPN support.Cory Benfield2015-04-131-1/+109
| | |/
| * | Rename warn_text to something a little more descriptive.Jean-Paul Calderone2015-04-131-4/+4
| | |
| * | merge master, resolve simple conflictsJean-Paul Calderone2015-04-131-38/+242
| |\ \ | | |/
| * | Remove the deprecation for this parameter that represents a path name.Jean-Paul Calderone2015-03-291-2/+0
| | |
| * | Factor the warning code into a shared helper. Remove some of the ↵Jean-Paul Calderone2015-03-291-34/+6
| | | | | | | | | | | | unnecessary repetition from the tests.
| * | Reuse six importsAbraham Martin2015-03-251-5/+5
| | |
| * | Use six library to check python versionAbraham Martin2015-03-251-17/+10
| | |
| * | Different warning messages for different versions of PythonAbraham Martin2015-03-251-6/+26
| | |