OVMS3-idf/components/openssl
Andy Green ae1f1e9b84 openssl wrapper: introduce X509_VERIFY_PARAM_set/clear_hostflags
This defines the OpenSSL X509_CHECK_FLAG_...s and the set/clear
accessors.  Since none of them are supported, the set / clear
accessor currently always does nothing and returns error.

This call is often part of the generic openssl user code to
set up certificate verification.  This patch allows it to
compile for ESP32 and decide at runtime what to do about
unsupported flags.

Merges https://github.com/espressif/esp-idf/pull/980
2017-11-20 16:25:57 +11:00
..
include openssl wrapper: introduce X509_VERIFY_PARAM_set/clear_hostflags 2017-11-20 16:25:57 +11:00
library openssl wrapper: introduce X509_VERIFY_PARAM_set/clear_hostflags 2017-11-20 16:25:57 +11:00
platform openssl wrapper: introduce X509_VERIFY_PARAM_set1_host 2017-11-20 16:24:06 +11:00
component.mk build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
Kconfig components/openssl: refactor openssl debugging and assert function 2017-01-17 10:15:26 +08:00
OpenSSL-APIs.rst feature/openssl: correct wrong description 2016-10-31 14:13:00 +08:00