mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 12:39:55 +08:00

- Example CA certificates that are used for self-signed client certificates need to include the Key Usage parameter. - Python3.13 changed the default context of the SSL context that is generated using ssl.create_default_context() by enabling the VERIFY_X509_STRICT flag by default