Searched refs:SSL_R_VERSION_TOO_HIGH (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 763 # define SSL_R_VERSION_TOO_HIGH 166 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 5482 #ifdef SSL_R_VERSION_TOO_HIGH 5483 {"VERSION_TOO_HIGH", ERR_LIB_SSL, SSL_R_VERSION_TOO_HIGH},
|
D | _ssl_data_111.h | 5688 #ifdef SSL_R_VERSION_TOO_HIGH 5689 {"VERSION_TOO_HIGH", ERR_LIB_SSL, SSL_R_VERSION_TOO_HIGH},
|
D | _ssl_data_300.h | 7558 #ifdef SSL_R_VERSION_TOO_HIGH 7559 {"VERSION_TOO_HIGH", ERR_LIB_SSL, SSL_R_VERSION_TOO_HIGH},
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 1249 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_VERSION_TOO_HIGH), "version too high"},
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1495 return SSL_R_VERSION_TOO_HIGH; in ssl_method_error()
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2894 SSL_R_VERSION_TOO_HIGH:166:version too high
|