Home | History | Annotate | Download | only in test

Lines Matching defs:client_ctx

343     SSL_CTX *client_ctx = NULL, *server_ctx = NULL;
354 &server_ctx, &client_ctx,
359 TEST_false_or_end(SSL_CTX_set1_groups_list(client_ctx,
362 TEST_true_or_end(create_ssl_objects(server_ctx, client_ctx,
376 SSL_CTX_free(client_ctx);
387 SSL_CTX *client_ctx = NULL, *server_ctx = NULL;
395 &server_ctx, &client_ctx,
401 TEST_true_or_end(SSL_CTX_set1_groups_list(client_ctx,
408 TEST_true_or_end(SSL_CTX_set_min_proto_version(client_ctx, TLS1_3_VERSION));
414 if (!TEST_true(create_ssl_objects(server_ctx, client_ctx,
468 SSL_CTX_free(client_ctx);