esp_tls_cfg_server is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
const char **
Application protocols required for HTTP2. If HTTP2/ALPN support is required, a list of protocols that should be negotiated. The format is length followed by protocol name. For the most common cases the following is ok: const char **alpn_protos = { "h2", NULL }; - where 'h2' is the protocol name.
const unsigned char *
Server key decryption password string.
unsigned int
String length of the password pointed to by serverkey_password.
bool
Use ECDSA peripheral to use private key.
uint8_t
The efuse block where ECDSA key is stored.
bool
Enable this option to use secure element or atecc608a chip.
void *
User data to be added to the ssl context. Can be retrieved by callbacks.

References

from examples