OVMS3-idf/components/openssl/library
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
..
ssl_cert.c components/openssl: refactor openssl debugging and assert function 2017-01-17 10:15:26 +08:00
ssl_lib.c [openssl] Add support for SNI (sending the hostname) 2017-10-31 16:57:38 +05:30
ssl_methods.c [openssl] Add support for SNI (sending the hostname) 2017-10-31 16:57:38 +05:30
ssl_pkey.c components/openssl: refactor openssl debugging and assert function 2017-01-17 10:15:26 +08:00
ssl_stack.c components/openssl: refactor openssl debugging and assert function 2017-01-17 10:15:26 +08:00
ssl_x509.c openssl wrapper: introduce X509_VERIFY_PARAM_set/clear_hostflags 2017-11-20 16:25:57 +11:00