Revision f6a99957f7926f06e9a0240da172fac93dd85175 authored by tyoshino@chromium.org on 12 November 2012, 05:35:00 UTC, committed by tyoshino@chromium.org on 12 November 2012, 05:35:00 UTC
socket.ssl doesn't accept version parameter.

As a bonus,

- add a log printing which TLS module is used to standalone.py
- Rename _ssl to _tls_socket for readability.
- _TLSSocket doesn't have sendall() method. Implement it.
- call ssl.SSLSocket's close() when _TLSSocket.close() is called
- add comment about how ssl module behaves when key/cert parameters are bad
Review URL: https://codereview.appspot.com/6819112

git-svn-id: http://pywebsocket.googlecode.com/svn/trunk@712 4ff78f4a-9131-11de-b045-6380ec9940d4
1 parent 31fbd63
History
File Mode Size
src

back to top