Paul Sokolovsky
|
4f1b0292db
|
py/stream: Add adapter methods with POSIX-compatible signatures.
Previoussly such read() and write() methods were used by modussl_axtls,
move to py/stream for reuse.
|
2016-07-30 00:25:06 +03:00 |
Paul Sokolovsky
|
a53e0e59f3
|
extmod/modussl_axtls: Use mp_stream_close() method.
|
2016-07-23 00:38:56 +03:00 |
Paul Sokolovsky
|
780114e398
|
extmod/modussl_axtls: Add dummy setblocking() method.
Accepts only value of True.
|
2016-07-15 01:05:06 +03:00 |
Paul Sokolovsky
|
20283aec10
|
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Make variable MICROPY_SSL_AXTLS=1 should be defined to activate modussl_axtls
and link with -laxtls.
|
2016-07-13 01:49:38 +03:00 |
Paul Sokolovsky
|
e32d1e17bb
|
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
|
2016-07-13 01:35:59 +03:00 |