Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_add1_chain_cert.pod8 SSL_get0_chain_certs, SSL_clear_chain_certs, SSL_CTX_build_cert_chain,
31 int SSL_CTX_build_cert_chain(SSL_CTX *ctx, flags);
55 SSL_CTX_build_cert_chain() builds the certificate chain for B<ctx>.
112 The functions SSL_CTX_build_cert_chain() and SSL_build_cert_chain() can
118 SSL_CTX_use_certificate_chain_file() then call SSL_CTX_build_cert_chain()
125 Calling SSL_CTX_build_cert_chain() or SSL_build_cert_chain() is more
138 SSL_CTX_build_cert_chain() and SSL_build_cert_chain() return 1 for success
H A DSSL_CTX_add_extra_chain_cert.pod82 L<SSL_CTX_build_cert_chain(3)>
H A DSSL_CTX_set1_verify_cert_store.pod99 L<SSL_CTX_build_cert_chain(3)>
/freebsd/crypto/openssl/util/
H A Dother.syms467 SSL_CTX_build_cert_chain define
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c183 if (build_chain && !SSL_CTX_build_cert_chain(ctx, chflags)) { in set_cert_key_stuff()
/freebsd/crypto/openssl/apps/
H A Dcmp.c1319 if (SSL_CTX_build_cert_chain(ssl_ctx, in setup_ssl_ctx()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1437 # define SSL_CTX_build_cert_chain(ctx, flags) \ macro
H A Dssl.h.in1365 # define SSL_CTX_build_cert_chain(ctx, flags) \ macro
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3662 res = SSL_CTX_build_cert_chain( in tls_parse_pkcs12()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3781 MLINKS+= SSL_CTX_add1_chain_cert.3 SSL_CTX_build_cert_chain.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c699 if (!TEST_true(SSL_CTX_build_cert_chain(ctx, SSL_BUILD_CHAIN_FLAG_NO_ROOT in test_ssl_ctx_build_cert_chain()