Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix issue #207, Client certificates do not work with 2.7.9+ and 3.2+ | robviaas | 2015-09-20 | 1 | -0/+6 | |
| | | | | | | | | | | (https://github.com/liris/websocket-client/issues/207) By observing the certfile argument, we can load the cert chain using the certfile, keyfile and password sslopt values. A more complete fix might allow us to pass in the SSLContext (rather than creating it on each connection), which would allow the caller to set all SSL options prior to calling create_connection() - this option was passed over as it required more extensive changes. | |||||
* | add space. | liris | 2015-07-23 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/newsham/websocket-client into ↵ | liris | 2015-07-23 | 1 | -0/+3 | |
|\ | | | | | | | newsham-master | |||||
| * | add support for ssl cert chains to support client certs | Tim Newsham | 2015-07-17 | 1 | -0/+3 | |
| | | ||||||
* | | Fix string formatting in exception | Craig Jellick | 2015-07-17 | 1 | -1/+1 | |
|/ | ||||||
* | use wsaccel if available | Achille Roussel | 2015-07-10 | 1 | -1/+1 | |
| | ||||||
* | - refactoring. | liris | 2015-06-22 | 1 | -1/+1 | |
| | ||||||
* | Update _http.py | DainDwarf | 2015-05-28 | 1 | -1/+2 | |
| | | | Return sock in _tunnel to avoid crash in connect() | |||||
* | add comment. | liris | 2015-04-21 | 1 | -0/+1 | |
| | ||||||
* | set check_hostname attribute after setting verify_mode. | liris | 2015-04-21 | 1 | -2/+2 | |
| | | | | | see https://github.com/liris/websocket-client/commit/b96a2e8fa765753e82eea531adb19716b52ca3ca#commitcomment-10803153 for detail. refs b96a2e8fa765753e82eea531adb19716b52ca3ca | |||||
* | set check_hostname attribute before setiing verify_mode. | liris | 2015-04-20 | 1 | -2/+3 | |
| | ||||||
* | Fix #175: Use builtin check_hostname when available | KenjiTakahashi | 2015-04-20 | 1 | -7/+8 | |
| | ||||||
* | fixed #175 | liris | 2015-04-20 | 1 | -1/+4 | |
| | ||||||
* | Fix checking for SNI availability | KenjiTakahashi | 2015-04-17 | 1 | -2/+2 | |
| | ||||||
* | fix version check | liris | 2015-04-16 | 1 | -1/+1 | |
| | ||||||
* | add some document. | liris | 2015-04-14 | 1 | -12/+20 | |
| | | | | small refactoring | |||||
* | Use SSLContext for socket wrapping when possible | KenjiTakahashi | 2015-04-13 | 1 | -1/+17 | |
| | | | | | Works for Python 2.7.9+ and 3.2+. Enables usage of modern SSL extensions, like SNI. | |||||
* | socket absent from read_headers call in proxy_info class | chrisdare04 | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | Minor type in proxy_info class | chrisdare04 | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | fixed ssl socket bug | liris | 2015-04-01 | 1 | -0/+1 | |
| | ||||||
* | Fix erroneous argument shadowing | enewhuis | 2015-03-31 | 1 | -2/+2 | |
| | ||||||
* | fixed some errorv0.27.0 | liris | 2015-03-26 | 1 | -2/+3 | |
| | ||||||
* | refs #164 | liris | 2015-03-26 | 1 | -2/+1 | |
| | ||||||
* | Fix exception in recv() when ssl module is not available | Andrey Kosyakov | 2015-03-25 | 1 | -16/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2015-03-25 | 1 | -0/+1 | |
|\ | ||||||
| * | Moved the import errno statement from _core.py to _http.py to fix a ↵ | Marek Novák | 2015-03-24 | 1 | -0/+1 | |
| | | | | | | | | NameError on line 108 of _http.py | |||||
* | | fixed #160 and some refactoring | liris | 2015-03-25 | 1 | -8/+20 | |
|/ | ||||||
* | use "%r". | Hiroki Ohtani | 2015-03-23 | 1 | -1/+1 | |
| | ||||||
* | add "__all__" | Hiroki Ohtani | 2015-03-19 | 1 | -0/+185 | |