Home
last modified time | relevance | path

Searched refs:max_proto_version (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/test/
Dssltestlib.c712 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()
Dssltestlib.h16 int min_proto_version, int max_proto_version,
/third_party/openssl/ssl/
Dssl_lib.c708 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()
Dssl_conf.c971 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()
Dssl_local.h862 int max_proto_version; member
1242 int max_proto_version; member
/third_party/openssl/ssl/statem/
Dstatem_lib.c1493 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/
Drec_layer_d1.c869 s->max_proto_version != DTLS1_BAD_VER) { in do_dtls1_write()
/third_party/nghttp2/src/
Dshrpx_tls.cc819 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()
Dshrpx_config.h689 int max_proto_version; member
Dshrpx.cc1471 tlsconf.max_proto_version = in fill_default_config()
3009 if (tlsconf.min_proto_version > tlsconf.max_proto_version) { in process_options()
Dshrpx_config.cc3712 return parse_tls_proto_version(config->tls.max_proto_version, opt, optarg); in parse_config()