mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-29 20:10:59 +02:00
update IDF libs and includes
This commit is contained in:
18
tools/sdk/include/openssl/openssl/ssl.h
Normal file → Executable file
18
tools/sdk/include/openssl/openssl/ssl.h
Normal file → Executable file
@ -214,6 +214,14 @@ const SSL_METHOD* TLSv1_1_client_method(void);
|
||||
*/
|
||||
const SSL_METHOD* TLSv1_2_client_method(void);
|
||||
|
||||
/**
|
||||
* @brief create the target SSL context server method
|
||||
*
|
||||
* @param none
|
||||
*
|
||||
* @return the TLS any version SSL context client method
|
||||
*/
|
||||
const SSL_METHOD* TLS_client_method(void);
|
||||
|
||||
/**
|
||||
* @brief create the target SSL context server method
|
||||
@ -260,6 +268,16 @@ const SSL_METHOD* TLSv1_server_method(void);
|
||||
*/
|
||||
const SSL_METHOD* SSLv3_server_method(void);
|
||||
|
||||
/**
|
||||
* @brief create the target SSL context server method
|
||||
*
|
||||
* @param none
|
||||
*
|
||||
* @return the TLS any version SSL context server method
|
||||
*/
|
||||
const SSL_METHOD* TLS_server_method(void);
|
||||
|
||||
|
||||
/**
|
||||
* @brief set the SSL context ALPN select callback function
|
||||
*
|
||||
|
Reference in New Issue
Block a user