Home
last modified time | relevance | path

Searched refs:LCCSCF_ALLOW_EXPIRED (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-client.h41 LCCSCF_ALLOW_EXPIRED = (1 << 3), enumerator
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
DREADME.md23 -e|Apply tls option LCCSCF_ALLOW_EXPIRED
Dminimal-http-client.c202 i.ssl_connection |= LCCSCF_ALLOW_EXPIRED; in system_notify_cb()
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
Dminimal-ws-client.c194 ssl_connection |= LCCSCF_ALLOW_EXPIRED; in main()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
DREADME.md23 -e|Apply tls option LCCSCF_ALLOW_EXPIRED
Dminimal-http-client.c225 i.ssl_connection |= LCCSCF_ALLOW_EXPIRED; in system_notify_cb()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-client.c79 wsi->tls.use_ssl & LCCSCF_ALLOW_EXPIRED) { in OpenSSL_client_verify_callback()
481 (wsi->tls.use_ssl & LCCSCF_ALLOW_EXPIRED)) { in lws_tls_client_confirm_peer_cert()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c233 (wsi->tls.use_ssl & LCCSCF_ALLOW_EXPIRED)) { in lws_tls_client_confirm_peer_cert()