mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 13:14:45 +02:00
add stub implementation for SSL_MODE_AUTO_RETRY
This commit is contained in:
committed by
Eric Blankenhorn
parent
b83a5840d6
commit
653235cd57
@@ -18788,6 +18788,9 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
|
||||
WOLFSSL_MSG("Mode Not Implemented");
|
||||
}
|
||||
|
||||
/* SSL_MODE_AUTO_RETRY
|
||||
* Should not return -1 with renegotiation on read/write */
|
||||
|
||||
return mode;
|
||||
}
|
||||
#endif
|
||||
|
@@ -1698,6 +1698,8 @@ enum {
|
||||
SSL_CB_MODE_WRITE = 2,
|
||||
|
||||
SSL_MODE_ENABLE_PARTIAL_WRITE = 2,
|
||||
SSL_MODE_AUTO_RETRY = 3, /* wolfSSL default is to block with blocking io
|
||||
* and auto retry */
|
||||
SSL_MODE_RELEASE_BUFFERS = -1, /* For libwebsockets build. No current use. */
|
||||
|
||||
BIO_FLAGS_BASE64_NO_NL = 1,
|
||||
|
Reference in New Issue
Block a user