Searched refs:max_proto_version (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ |
D | ssltestlib.c | 712 int min_proto_version, int max_proto_version, in create_ssl_ctx_pair() argument 726 || (max_proto_version > 0 in create_ssl_ctx_pair() 728 max_proto_version)))) in create_ssl_ctx_pair() 734 || (max_proto_version > 0 in create_ssl_ctx_pair() 736 max_proto_version))))) in create_ssl_ctx_pair()
|
D | ssltestlib.h | 16 int min_proto_version, int max_proto_version,
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 708 s->max_proto_version = ctx->max_proto_version; in SSL_new() 2258 return ssl_check_allowed_versions(larg, s->max_proto_version) in SSL_ctrl() 2266 &s->max_proto_version); in SSL_ctrl() 2268 return s->max_proto_version; in SSL_ctrl() 2398 return ssl_check_allowed_versions(larg, ctx->max_proto_version) in SSL_CTX_ctrl() 2406 &ctx->max_proto_version); in SSL_CTX_ctrl() 2408 return ctx->max_proto_version; in SSL_CTX_ctrl() 3038 ret->max_proto_version = 0; in SSL_CTX_new() 3883 ret->max_proto_version = s->max_proto_version; in SSL_dup()
|
D | ssl_conf.c | 971 cctx->max_version = &ssl->max_proto_version; in SSL_CONF_CTX_set_ssl() 990 cctx->max_version = &ctx->max_proto_version; in SSL_CONF_CTX_set_ssl_ctx()
|
D | ssl_local.h | 862 int max_proto_version; member 1242 int max_proto_version; member
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1493 if (s->max_proto_version != 0 && in ssl_method_error() 1494 version_cmp(s, version, s->max_proto_version) > 0) in ssl_method_error()
|
/third_party/openssl/ssl/record/ |
D | rec_layer_d1.c | 869 s->max_proto_version != DTLS1_BAD_VER) { in do_dtls1_write()
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 819 ssl_ctx, tlsconf.min_proto_version, tlsconf.max_proto_version) != 0) { in create_ssl_context() 1121 ssl_ctx, tlsconf.min_proto_version, tlsconf.max_proto_version) != 0) { in create_ssl_client_context()
|
D | shrpx_config.h | 689 int max_proto_version; member
|
D | shrpx.cc | 1471 tlsconf.max_proto_version = in fill_default_config() 3009 if (tlsconf.min_proto_version > tlsconf.max_proto_version) { in process_options()
|
D | shrpx_config.cc | 3712 return parse_tls_proto_version(config->tls.max_proto_version, opt, optarg); in parse_config()
|