Function esp_idf_sys::esp_transport_ssl_crt_bundle_attach
source ยท pub unsafe extern "C" fn esp_transport_ssl_crt_bundle_attach(
t: esp_transport_handle_t,
crt_bundle_attach: Option<unsafe extern "C" fn(conf: *mut c_void) -> esp_err_t>,
)
Expand description
@brief Enable the use of certification bundle for server verfication for an SSL connection. It must be first enabled in menuconfig.
@param t ssl transport @param[in] crt_bundle_attach Function pointer to esp_crt_bundle_attach