esp-idf/examples/protocols/https_server/simple/main
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
..
certs esp_https_server: API cleanup 2022-02-14 16:25:54 +05:30
CMakeLists.txt esp_https_server: API cleanup 2022-02-14 16:25:54 +05:30
Kconfig.projbuild https_server: Add config option to min. cert. auth mode 2022-03-29 08:57:36 +00:00
main.c https_server: Add config option to min. cert. auth mode 2022-03-29 08:57:36 +00:00