Home
last modified time | relevance | path

Searched refs:OPENSSL_NO_TLSEXT (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dprivate-lib-tls.h54 #define OPENSSL_NO_TLSEXT macro
58 #define OPENSSL_NO_TLSEXT macro
107 #define OPENSSL_NO_TLSEXT macro
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c95 #if defined(SSL_TLSEXT_ERR_NOACK) && !defined(OPENSSL_NO_TLSEXT)
564 #if !defined(OPENSSL_NO_TLSEXT)
/third_party/curl/lib/vtls/
Dopenssl.c1841 #if (OPENSSL_VERSION_NUMBER >= 0x0090808fL) && !defined(OPENSSL_NO_TLSEXT) && \
2224 && !defined(OPENSSL_NO_TLSEXT)
2231 && !defined(OPENSSL_NO_TLSEXT) \
3205 #if (OPENSSL_VERSION_NUMBER >= 0x0090808fL) && !defined(OPENSSL_NO_TLSEXT) && \ in ossl_connect_step1()
3984 #if (OPENSSL_VERSION_NUMBER >= 0x0090808fL) && !defined(OPENSSL_NO_TLSEXT) && \ in servercert()
4473 #if (OPENSSL_VERSION_NUMBER >= 0x0090808fL) && !defined(OPENSSL_NO_TLSEXT) && \ in ossl_cert_status_request()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c18 #ifndef OPENSSL_NO_TLSEXT
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c18 #ifndef OPENSSL_NO_TLSEXT
/third_party/node/src/
Dnode_crypto.cc1528 #if !defined(OPENSSL_NO_TLSEXT) && defined(SSL_CTX_get_tlsext_ticket_keys) in GetTicketKeys()
1544 #if !defined(OPENSSL_NO_TLSEXT) && defined(SSL_CTX_get_tlsext_ticket_keys) in SetTicketKeys()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c62 #ifndef OPENSSL_NO_TLSEXT
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c65 #ifndef OPENSSL_NO_TLSEXT
/third_party/python/Doc/library/
Dssl.rst1772 had OPENSSL_NO_TLSEXT defined when it was built.
/third_party/openssl/
DCHANGES2305 the OPENSSL_NO_TLSEXT option within the code is very invasive (and probably
2306 not well tested). Therefore the OPENSSL_NO_TLSEXT option has been removed.