Searched refs:wolfSSL_CTX_set_min_proto_version (Results 1 – 1 of 1) sorted by relevance
833 #define wolfSSL_CTX_set_min_proto_version wssl_legacy_CTX_set_min_proto_version macro885 res = wolfSSL_CTX_set_min_proto_version(backend->ctx, TLS1_VERSION); in wolfssl_connect_step1()888 res = wolfSSL_CTX_set_min_proto_version(backend->ctx, TLS1_1_VERSION); in wolfssl_connect_step1()891 res = wolfSSL_CTX_set_min_proto_version(backend->ctx, TLS1_2_VERSION); in wolfssl_connect_step1()895 res = wolfSSL_CTX_set_min_proto_version(backend->ctx, TLS1_3_VERSION); in wolfssl_connect_step1()
Completed in 10 milliseconds