Searched refs:min_proto_version (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.h | 16 const SSL_METHOD *cm, int min_proto_version,
|
H A D | ssltestlib.c | 823 const SSL_METHOD *cm, int min_proto_version, in create_ssl_ctx_pair() 859 && ((min_proto_version > 0 in create_ssl_ctx_pair() 861 min_proto_version))) in create_ssl_ctx_pair() 867 && ((min_proto_version > 0 in create_ssl_ctx_pair() 869 min_proto_version))) in create_ssl_ctx_pair() 814 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
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 716 s->min_proto_version = ctx->min_proto_version; in SSL_new() 2457 &s->min_proto_version); in SSL_ctrl() 2459 return s->min_proto_version; in SSL_ctrl() 2461 return ssl_check_allowed_versions(s->min_proto_version, larg) in SSL_ctrl() 2606 &ctx->min_proto_version); in SSL_CTX_ctrl() 2608 return ctx->min_proto_version; in SSL_CTX_ctrl() 2610 return ssl_check_allowed_versions(ctx->min_proto_version, larg) in SSL_CTX_ctrl() 3283 ret->min_proto_version = 0; in SSL_CTX_new_ex() 4139 ret->min_proto_version = s->min_proto_version; in SSL_dup()
|
H A D | ssl_conf.c | 1059 cctx->min_version = &ssl->min_proto_version; in SSL_CONF_CTX_set_ssl() 1078 cctx->min_version = &ctx->min_proto_version; in SSL_CONF_CTX_set_ssl_ctx()
|
H A D | ssl_local.h | 972 int min_proto_version; member 1557 int min_proto_version; member
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 1502 if ((s->min_proto_version != 0 && in ssl_method_error() 1503 version_cmp(s, version, s->min_proto_version) < 0) || in ssl_method_error()
|