EasyManua.ls Logo

Espressif ESP32-S2 - Page 541

Espressif ESP32-S2
1695 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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();
(continues on next page)
Espressif Systems 530
Submit Document Feedback
Release v4.4

Table of Contents