esp-idf/components/esp-tls
Laukik Hase d7090b4d52 https_server: Add config option to min. cert. auth mode
- Added a config option to set the minimum Certificate Verification
  mode to Optional
- When this option is enabled, the peer (the client) certificate
  is checked by the server, however the handshake continues even if
  verification failed.
- By default, the peer certificate is not checked and ignored by the server.

Closes https://github.com/espressif/esp-idf/issues/8664
2022-03-29 08:57:36 +00:00
..
esp-tls-crypto
private_include
test components: correct printf() placeholder for time_t 2022-03-14 14:05:47 +07:00
CMakeLists.txt
Kconfig https_server: Add config option to min. cert. auth mode 2022-03-29 08:57:36 +00:00
esp_tls.c
esp_tls.h esp_https_server: Enable secure element support. 2022-03-27 14:35:25 +05:30
esp_tls_error_capture.c
esp_tls_errors.h
esp_tls_mbedtls.c https_server: Add config option to min. cert. auth mode 2022-03-29 08:57:36 +00:00
esp_tls_wolfssl.c Add WolfSSL esp_tls TLS1.3 configuration option 2022-03-07 09:44:23 +00:00