Paul Sokolovsky
|
07209f8592
|
all: Rename mp_obj_type_t::stream_p to protocol.
It's now used for more than just stream protocol (e.g. pin protocol), so
don't use false names.
|
2016-06-18 18:44:57 +03:00 |
Paul Sokolovsky
|
2ea019f3d3
|
extmod/modussl: Coverage build fixes.
|
2016-05-26 02:11:24 +03:00 |
Paul Sokolovsky
|
9d04fec5d9
|
extmod/modussl: Make more compatible with non-default obj representations.
Still not compatible with nanboxing.
|
2016-05-26 02:10:35 +03:00 |
Paul Sokolovsky
|
ba61480df5
|
extmod/modussl: SSL_OK from ssl_read() means "no user data so far".
SSL_OK is numeric 0, and it's *not* an EOF. So, should keep reading.
|
2016-04-28 17:29:11 +03:00 |
Paul Sokolovsky
|
2534bfdb92
|
extmod/modussl: Support server-side SSL sockets.
wrap_socket(sock, server_side=True)
|
2016-04-28 17:27:20 +03:00 |
Paul Sokolovsky
|
d54290f6e2
|
extmod/modussl: Throw Python exceptions in case of errors.
|
2016-04-28 00:49:54 +03:00 |
Paul Sokolovsky
|
d19e4f0ba4
|
extmod/modussl: Remove unused header.
|
2015-10-20 17:41:59 +03:00 |
Paul Sokolovsky
|
aaa8867d4a
|
modussl: SSL socket wrapper module based on axTLS.
|
2015-10-06 18:10:39 +03:00 |