Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[toup] zephyr: crypto: Fix for embedtls
Fix mbedtls for WPA3 enterprise suiteb192 rsa3k connect fail. Let default config not use MBEDTLS_SSL_PRESET_SUITEB as input mbedtls_ssl_config_defaults(). For rsa3k case has TLS_CONN_SUITEB flag and will choose MBEDTLS_SSL_PRESET_SUITEB as input. Then the signature algorithm will set to ssl_tls12_preset_suiteb_sig_algs which removed rsa. Then will cause EAP Hello packet not include rsa in sig_alg and AP will return EAP failure. Use MBEDTLS_SSL_PRESET_DEFAULT as input. Signed-off-by: Li Long <[email protected]>
- Loading branch information