Closed
Description
Well, subj. ussl_basic.py is coded too much relying on modussl_axtls behavior.
--- extmod_ussl_basic.py.exp 2018-12-16 22:45:07.539600906 +0300
+++ extmod_ussl_basic.py.out 2018-12-16 22:45:07.539600906 +0300
@@ -1,9 +1,7 @@
-ssl_handshake_status: -256
+mbedtls_ssl_handshake error: -7280
wrap_socket: OSError(5,)
-<_SSLSocket
-setblocking: NotImplementedError
-4
-b''
-read: OSError(-261,)
-read: OSError(9,)
-write: OSError(9,)
+mbedtls_ssl_handshake error: -7280
+Traceback (most recent call last):
+ File "extmod/ussl_basic.py", line 18, in <module>
+OSError: [Errno 5] EIO
+CRASH