Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc189 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
218 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
Dcustom_extensions.cc144 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in custom_ext_parse_serverhello()
Dt1_lib.cc546 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in forbid_parse_serverhello()
2037 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_early_data_parse_serverhello()
2611 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_quic_transport_params_parse_serverhello()
3156 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext()
3195 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in ssl_check_clienthello_tlsext()
Dhandshake.cc257 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_parse_extensions()
Dtls13_client.cc297 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/boringssl/src/include/openssl/
Dssl.h3121 #define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION macro
/external/python/cpython2/Modules/
D_ssl.c4224 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c5309 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in PyInit__ssl()