esp-idf/examples/protocols/https_server/simple/main
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
..
certs https_server example: Add new WSS server example 2020-09-09 08:00:38 +02:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk https_server example: Add new WSS server example 2020-09-09 08:00:38 +02:00
Kconfig.projbuild https_server: Add config option to min. cert. auth mode 2022-04-18 11:10:14 +05:30
main.c https_server: Add config option to min. cert. auth mode 2022-04-18 11:10:14 +05:30