Home
last modified time | relevance | path

Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 8 of 8) sorted by relevance

/external/curl/docs/examples/
Dcurlx.c254 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in sslctxfun()
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst390 SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking reads and writes
/external/python/cpython2/Modules/
D_ssl.c605 #ifdef SSL_MODE_AUTO_RETRY in newPySSLSocket()
606 mode |= SSL_MODE_AUTO_RETRY; in newPySSLSocket()
/external/boringssl/src/include/openssl/
Dssl.h4172 #define SSL_MODE_AUTO_RETRY 0 macro
/external/python/cpython3/Modules/
D_ssl.c932 SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER | SSL_MODE_AUTO_RETRY); in newPySSLSocket()
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1540 OpenSSL's :c:macro:`SSL_MODE_AUTO_RETRY`, which will prevent an error
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1525 OpenSSL's :c:macro:`SSL_MODE_AUTO_RETRY`, which will prevent an error
/external/python/cpython3/Misc/
DHISTORY13651 Also, enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking