This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
tests
/
extmod
/
ssl_ioctl.py.exp
7 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
extmod/modssl_mbedtls: Reject ioctls that are not supported. An SSL stream can only handle CLOSE and POLL ioctls. Other ones do not make sense, or at least it doesn't make sense to pass the ioctl request directly down to the underlying stream. In particular MP_STREAM_GET_FILENO should not be passed to the underlying stream because the SSL stream is not directly related to a file descriptor, and the SSL stream must handle the polling itself. Signed-off-by: Damien George <damien@micropython.org>
2023-08-09 13:17:04 +10:00
-1 OSError
0 OSError
10 OSError
4 0
3 32
extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state. Signed-off-by: Damien George <damien@micropython.org>
2023-08-09 13:19:18 +10:00
4 0
Reference in New Issue
Copy Permalink