OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leaf_chain
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
649
char *
leaf_chain
= test_mk_file_path(certsdir, "leaf-chain.pem");
local
655
/*
leaf_chain
contains leaf + subinterCA + interCA + rootCA */
656
if (!TEST_int_eq(SSL_use_certificate_chain_file(ssl,
leaf_chain
), 1)
667
OPENSSL_free(
leaf_chain
);
688
char *
leaf_chain
= test_mk_file_path(certsdir, "leaf-chain.pem");
local
693
/*
leaf_chain
contains leaf + subinterCA + interCA + rootCA */
694
if (!TEST_int_eq(SSL_CTX_use_certificate_chain_file(ctx,
leaf_chain
), 1)
705
OPENSSL_free(
leaf_chain
);
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
659
char *
leaf_chain
= test_mk_file_path(certsdir, "leaf-chain.pem");
local
665
/*
leaf_chain
contains leaf + subinterCA + interCA + rootCA */
666
if (!TEST_int_eq(SSL_use_certificate_chain_file(ssl,
leaf_chain
), 1)
676
OPENSSL_free(
leaf_chain
);
697
char *
leaf_chain
= test_mk_file_path(certsdir, "leaf-chain.pem");
local
702
/*
leaf_chain
contains leaf + subinterCA + interCA + rootCA */
703
if (!TEST_int_eq(SSL_CTX_use_certificate_chain_file(ctx,
leaf_chain
), 1)
714
OPENSSL_free(
leaf_chain
);
Completed in 68 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026