Searched refs:SSL_AD_UNSUPPORTED_EXTENSION (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls13_both.cc | 189 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()
|
D | custom_extensions.cc | 144 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in custom_ext_parse_serverhello()
|
D | t1_lib.cc | 546 *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()
|
D | handshake.cc | 257 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_parse_extensions()
|
D | tls13_client.cc | 297 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
|
D | handshake_client.cc | 774 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3121 #define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION macro
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4224 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in init_ssl()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5309 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in PyInit__ssl()
|