Function esp_idf_sys::esp_tls_get_ciphersuites_list

source ยท
pub unsafe extern "C" fn esp_tls_get_ciphersuites_list() -> *const c_int
Expand description

@brief Get supported TLS ciphersuites list.

See https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4 for the list of ciphersuites

@return Pointer to a zero-terminated array of IANA identifiers of TLS ciphersuites.