Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc258 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
286 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
Dt1_lib.cc580 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in forbid_parse_serverhello()
2098 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_early_data_parse_serverhello()
2665 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_quic_transport_params_parse_serverhello()
3342 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3353 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3392 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in ssl_check_clienthello_tlsext()
Dhandshake.cc266 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_parse_extensions()
Dtls13_client.cc311 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
Dhandshake_client.cc757 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
/external/boringssl/src/include/openssl/
Dssl.h3353 #define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION macro
/external/python/cpython2/Modules/
D_ssl.c4312 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c5890 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in PyInit__ssl()