esp-idf/components/esp-tls
Laukik Hase c1bb9032c2
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-04-18 11:10:14 +05:30
..
esp-tls-crypto Encoding base64 with wolfSSL should produce the same result as esp_crypto_bas64_encode_mbedtls and not encode in PEM format /w new lines 2021-10-17 00:01:23 +08:00
private_include
test
CMakeLists.txt
Kconfig https_server: Add config option to min. cert. auth mode 2022-04-18 11:10:14 +05:30
component.mk
esp_tls.c
esp_tls.h
esp_tls_error_capture.c
esp_tls_errors.h
esp_tls_mbedtls.c https_server: Add config option to min. cert. auth mode 2022-04-18 11:10:14 +05:30
esp_tls_wolfssl.c