Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_d2.c20 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file()); in X509_STORE_set_default_paths_ex()
25 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir()); in X509_STORE_set_default_paths_ex()
30 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store()); in X509_STORE_set_default_paths_ex()
56 || (lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file())) == NULL in X509_STORE_load_file_ex()
74 || (lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir())) == NULL in X509_STORE_load_path()
87 || (lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store())) == NULL in X509_STORE_load_store_ex()
H A Dx509_lu.c268 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m) in X509_STORE_add_lookup() function
/openssl/doc/man3/
H A DX509_STORE_add_cert.pod8 X509_STORE_add_lookup,
28 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *store,
64 via mechanisms such as X509_STORE_add_lookup() and X509_LOOKUP_file(), or
93 X509_STORE_add_lookup() finds or creates a L<X509_LOOKUP(3)> with the
147 X509_STORE_add_lookup() returns the found or created
H A DX509_LOOKUP.pod78 It can also be created by calling L<X509_STORE_add_lookup(3)>, which
/openssl/test/
H A Dx509_dup_cert_test.c25 && TEST_ptr(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file())) in test_509_dup_cert()
H A Dx509_load_cert_file_test.c26 || !TEST_ptr(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file())) in test_load_cert_file()
H A Dverify_extra_test.c75 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in test_alt_chains_cert_forgery()
/openssl/apps/
H A Dts.c990 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_hash_dir()); in create_cert_store()
1002 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file()); in create_cert_store()
1015 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_store()); in create_cert_store()
H A Dcrl.c226 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in crl_main()
/openssl/apps/lib/
H A Dapps.c1435 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
1455 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); in setup_verify()
1469 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_store()); in setup_verify()
/openssl/util/
H A Dmissingcrypto111.txt1569 X509_STORE_add_lookup(3)
H A Dlibcrypto.num954 X509_STORE_add_lookup 980 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dx509_vfy.h.in513 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m);
/openssl/ssl/
H A Dssl_lib.c5438 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir()); in SSL_CTX_set_default_verify_dir()
5456 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file()); in SSL_CTX_set_default_verify_file()
5475 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_store()); in SSL_CTX_set_default_verify_store()

Completed in 104 milliseconds