Searched refs:SSL_R_VERSION_TOO_LOW (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 764 # define SSL_R_VERSION_TOO_LOW 396 macro
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1491 return SSL_R_VERSION_TOO_LOW; in ssl_method_error() 1882 return disabled ? SSL_R_UNSUPPORTED_PROTOCOL : SSL_R_VERSION_TOO_LOW; in ssl_choose_server_version()
|
D | statem_srvr.c | 1675 protverr = SSL_R_VERSION_TOO_LOW; in tls_early_post_process_client_hello()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 5487 #ifdef SSL_R_VERSION_TOO_LOW 5488 {"VERSION_TOO_LOW", ERR_LIB_SSL, SSL_R_VERSION_TOO_LOW},
|
D | _ssl_data_111.h | 5693 #ifdef SSL_R_VERSION_TOO_LOW 5694 {"VERSION_TOO_LOW", ERR_LIB_SSL, SSL_R_VERSION_TOO_LOW},
|
D | _ssl_data_300.h | 7563 #ifdef SSL_R_VERSION_TOO_LOW 7564 {"VERSION_TOO_LOW", ERR_LIB_SSL, SSL_R_VERSION_TOO_LOW},
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 1250 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_VERSION_TOO_LOW), "version too low"},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2894 SSL_R_VERSION_TOO_LOW:396:version too low
|