mirror of
https://github.com/espressif/esp-idf
synced 2025-04-15 03:00:11 -04:00
This adds the standard OpenSSL api to get a pointer to the SSL struct's X509_VERIFY_PARAM. We need this for the OpenSSL api to set the peer hostname introduced in the next patch. Part of https://github.com/espressif/esp-idf/pull/980