Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dsslapitest.c659 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_build_cert_chain() local
666 if (!TEST_int_eq(SSL_use_certificate_chain_file(ssl, leaf_chain), 1) in test_ssl_build_cert_chain()
676 OPENSSL_free(leaf_chain); in test_ssl_build_cert_chain()
697 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_ctx_build_cert_chain() local
703 if (!TEST_int_eq(SSL_CTX_use_certificate_chain_file(ctx, leaf_chain), 1) in test_ssl_ctx_build_cert_chain()
714 OPENSSL_free(leaf_chain); in test_ssl_ctx_build_cert_chain()