Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc257 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
285 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
Dt1_lib.cc523 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in forbid_parse_serverhello()
2237 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_early_data_parse_serverhello()
2891 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_quic_transport_params_parse_clienthello_impl()
3146 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_alps_parse_serverhello()
3764 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3775 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3814 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in ssl_check_clienthello_tlsext()
Dhandshake.cc273 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_parse_extensions()
Dtls13_client.cc360 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
Dhandshake_client.cc770 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
/external/rust/crates/quiche/deps/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.cc518 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in forbid_parse_serverhello()
2007 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_early_data_parse_serverhello()
2586 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_quic_transport_params_parse_serverhello()
2613 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_quic_transport_params_parse_clienthello()
3270 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3281 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3320 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in ssl_check_clienthello_tlsext()
Dhandshake.cc271 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_parse_extensions()
Dtls13_client.cc361 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
Dhandshake_client.cc774 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3538 #define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION macro
/external/boringssl/src/include/openssl/
Dssl.h3621 #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.c6184 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in PyInit__ssl()