esp_eap_client_set_suiteb_192bit_certification() function
Enable or disable Suite-B 192-bit certification checks. This function enables or disables the 192-bit Suite-B certification checks during EAP-TLS authentication. Suite-B is a set of cryptographic algorithms which generally are considered more secure.
Arguments
enable
True to enable 192-bit Suite-B certification checks, false to disable it.
Return value
- ESP_OK: The 192-bit Suite-B certification checks were set successfully.
![]()
return esp_eap_client_set_suiteb_192bit_certification(enable);
esp_eap_client_set_suiteb_192bit_certification() is called by 1 function:
![]()
esp_eap_client_set_suiteb_192bit_certification()