Searched refs:max_proto_version (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 824 int max_proto_version, SSL_CTX **sctx, SSL_CTX **cctx, in create_ssl_ctx_pair() 853 if (max_proto_version == 0 in create_ssl_ctx_pair() 855 max_proto_version = TLS1_2_VERSION; in create_ssl_ctx_pair() 862 || (max_proto_version > 0 in create_ssl_ctx_pair() 864 max_proto_version))))) in create_ssl_ctx_pair() 870 || (max_proto_version > 0 in create_ssl_ctx_pair() 872 max_proto_version))))) in create_ssl_ctx_pair() 815 create_ssl_ctx_pair(OSSL_LIB_CTX * libctx,const SSL_METHOD * sm,const SSL_METHOD * cm,int min_proto_version,int max_proto_version,SSL_CTX ** sctx,SSL_CTX ** cctx,char * certfile,char * privkeyfile) create_ssl_ctx_pair() argument
|
H A D | ssltestlib.h | 17 int max_proto_version, SSL_CTX **sctx, SSL_CTX **cctx,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 717 s->max_proto_version = ctx->max_proto_version; in SSL_new() 2455 return ssl_check_allowed_versions(larg, s->max_proto_version) in SSL_ctrl() 2463 &s->max_proto_version); in SSL_ctrl() 2465 return s->max_proto_version; in SSL_ctrl() 2604 return ssl_check_allowed_versions(larg, ctx->max_proto_version) in SSL_CTX_ctrl() 2612 &ctx->max_proto_version); in SSL_CTX_ctrl() 2614 return ctx->max_proto_version; in SSL_CTX_ctrl() 3284 ret->max_proto_version = 0; in SSL_CTX_new_ex() 4140 ret->max_proto_version = s->max_proto_version; in SSL_dup()
|
H A D | ssl_conf.c | 1060 cctx->max_version = &ssl->max_proto_version; in SSL_CONF_CTX_set_ssl() 1079 cctx->max_version = &ctx->max_proto_version; in SSL_CONF_CTX_set_ssl_ctx()
|
H A D | ssl_local.h | 973 int max_proto_version; member 1558 int max_proto_version; member
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 1507 if (s->max_proto_version != 0 && in ssl_method_error() 1508 version_cmp(s, version, s->max_proto_version) > 0) in ssl_method_error()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 860 s->max_proto_version != DTLS1_BAD_VER) { in do_dtls1_write()
|