Chapter 2. API Reference
none
Return:
SSLV3.0 version SSL context client method point
Description:
create the target SSL context method
Example:
void example(void)
{
const SSL_METHOD *method = SSLv3_client_method();
...
}
1.2 const SSL_METHOD* TLSv1_client_method (void)
Arguments:
none
Return:
TLSV1.0 version SSL context client method point
Description:
create the target SSL context method
Example:
void example(void)
{
const SSL_METHOD *method = TLSv1_client_method();
...
}
1.3 const SSL_METHOD* TLSv1_1_client_method (void)
Arguments:
none
Return:
TLSV1.1 version SSL context client method point
Description:
create the target SSL context method
Example:
void example(void)
{
const SSL_METHOD *method = TLSv1_1_client_method();
Espressif Systems
530
Submit Document Feedback
(continues on next page)
Release v4.4
Need help?
Do you have a question about the ESP32-S2 and is the answer not in the manual?