Chapter 2. API Reference
str = SSL_alert_type_string_long(val);
}
3.30 const char* SSL_rstate_string (SSL * ssl)
Arguments:
ssl - SSL point
Return:
state string
Description:
get the state string where SSL is reading
Example:
void example(void)
{
SSL *ssl;
char *str;
... ...
str = SSL_rstate_string(ssl);
}
3.31 const char* SSL_rstate_string_long (SSL * ssl)
Arguments:
ssl - SSL point
Return:
state long string
Description:
get the state long string where SSL is reading
Example:
void example(void)
{
SSL *ssl;
char *str;
... ...
str = SSL_rstate_string_long(ssl);
}
3.32 const char* SSL_state_string (const SSL * ssl)
Arguments:
ssl - SSL point
Return:
Espressif Systems
548
Submit Document Feedback
(continued from previous page)
Release v4.4
Need help?
Do you have a question about the ESP32-S2 and is the answer not in the manual?
Questions and answers