/openssl-master/doc/man3/ |
A D | X509_STORE_add_cert.pod | 5 X509_STORE, 13 - X509_STORE manipulation 19 typedef x509_store_st X509_STORE; 21 int X509_STORE_add_cert(X509_STORE *ctx, X509 *x); 22 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); 23 int X509_STORE_set_depth(X509_STORE *store, int depth); 26 int X509_STORE_set_trust(X509_STORE *ctx, int trust); 28 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *store, 33 int X509_STORE_set_default_paths(X509_STORE *ctx); 44 int X509_STORE_load_locations(X509_STORE *ctx, [all …]
|
A D | X509_STORE_new.pod | 7 - X509_STORE allocation, freeing and locking functions 13 X509_STORE *X509_STORE_new(void); 14 void X509_STORE_free(X509_STORE *v); 15 int X509_STORE_lock(X509_STORE *v); 16 int X509_STORE_unlock(X509_STORE *v); 17 int X509_STORE_up_ref(X509_STORE *v); 21 The X509_STORE_new() function returns a new X509_STORE. 24 X509_STORE object. 29 X509_STORE_free() frees up a single X509_STORE object. 33 X509_STORE_new() returns a newly created X509_STORE or NULL if the call fails.
|
A D | SSL_CTX_set_cert_store.pod | 11 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store); 12 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store); 13 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx); 18 of B<ctx> to/with B<store>. If another X509_STORE object is currently 32 via lookup methods, handled inside the X509_STORE. From the X509_STORE 38 it is possible to manipulate the X509_STORE object beyond the 42 Currently no detailed documentation on how to use the X509_STORE 43 object is available. Not all members of the X509_STORE are used when 48 X509_STORE object and its handling becomes available. 55 to get the X509_STORE from the first SSL_CTX, and then use [all …]
|
A D | SSL_CTX_set1_verify_cert_store.pod | 15 int SSL_CTX_set0_verify_cert_store(SSL_CTX *ctx, X509_STORE *st); 16 int SSL_CTX_set1_verify_cert_store(SSL_CTX *ctx, X509_STORE *st); 17 int SSL_CTX_set0_chain_cert_store(SSL_CTX *ctx, X509_STORE *st); 18 int SSL_CTX_set1_chain_cert_store(SSL_CTX *ctx, X509_STORE *st); 20 int SSL_set0_verify_cert_store(SSL *ctx, X509_STORE *st); 21 int SSL_set1_verify_cert_store(SSL *ctx, X509_STORE *st); 22 int SSL_set0_chain_cert_store(SSL *ctx, X509_STORE *st); 23 int SSL_set1_chain_cert_store(SSL *ctx, X509_STORE *st);
|
A D | X509_STORE_set_verify_cb_func.pod | 61 void X509_STORE_set_verify_cb(X509_STORE *ctx, 70 void X509_STORE_set_get_issuer(X509_STORE *ctx, 73 void X509_STORE_set_check_issued(X509_STORE *ctx, 83 void X509_STORE_set_get_crl(X509_STORE *ctx, 87 void X509_STORE_set_check_crl(X509_STORE *ctx, 92 void X509_STORE_set_cert_crl(X509_STORE *ctx, 96 void X509_STORE_set_check_policy(X509_STORE *ctx, 101 void X509_STORE_set_lookup_certs(X509_STORE *ctx, 106 void X509_STORE_set_lookup_crls(X509_STORE *ctx, 111 void X509_STORE_set_cleanup(X509_STORE *ctx, [all …]
|
A D | X509_STORE_get0_param.pod | 7 - X509_STORE setter and getter functions 13 X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *ctx); 14 int X509_STORE_set1_param(X509_STORE *ctx, const X509_VERIFY_PARAM *pm); 15 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *ctx); 16 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *st);
|
A D | X509_LOOKUP.pod | 53 X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx); 73 Multiple B<X509_LOOKUP> instances can be added to an L<X509_STORE(3)> 79 will associate a B<X509_STORE> with the lookup mechanism. 108 into the associated B<X509_STORE>. The library context I<libctx> and property 119 B<X509_STORE>. 126 into the associated B<X509_STORE>. The library context I<libctx> and property 134 B<X509_STORE>. The library context I<libctx> and property query I<propq> are used 150 X509_LOOKUP_by_alias() look up certificates and CRLs in the L<X509_STORE(3)> 154 matching the criteria in the associated B<X509_STORE>, which makes it 205 X509_LOOKUP_get_store() returns a B<X509_STORE> pointer if there is [all …]
|
A D | X509_LOOKUP_hash_dir.pod | 30 lookup methods to use with B<X509_STORE>, provided by OpenSSL library. 43 file into memory cache of B<X509_STORE> objects which given B<ctx> 62 B<X509_STORE>.
|
/openssl-master/crypto/x509/ |
A D | x509_lu.c | 44 int X509_STORE_lock(X509_STORE *s) in X509_STORE_lock() 49 int X509_STORE_unlock(X509_STORE *s) in X509_STORE_unlock() 180 X509_STORE *X509_STORE_new(void) in X509_STORE_new() 223 void X509_STORE_free(X509_STORE *vfy) in X509_STORE_free() 252 int X509_STORE_up_ref(X509_STORE *vfy) in X509_STORE_up_ref() 313 X509_STORE *store = vs->store; in X509_STORE_CTX_get_by_subject() 581 X509_STORE *store = ctx->store; in STACK_OF() 633 X509_STORE *store = ctx->store; in STACK_OF() 713 X509_STORE *store = ctx->store; in X509_STORE_CTX_get1_issuer() 867 void X509_STORE_set_get_crl(X509_STORE *ctx, in X509_STORE_set_get_crl() [all …]
|
A D | x509_d2.c | 15 int X509_STORE_set_default_paths_ex(X509_STORE *ctx, OSSL_LIB_CTX *libctx, in X509_STORE_set_default_paths_ex() 40 int X509_STORE_set_default_paths(X509_STORE *ctx) in X509_STORE_set_default_paths() 45 int X509_STORE_load_file_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_file_ex() 59 int X509_STORE_load_file(X509_STORE *ctx, const char *file) in X509_STORE_load_file() 64 int X509_STORE_load_path(X509_STORE *ctx, const char *path) in X509_STORE_load_path() 76 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, in X509_STORE_load_store_ex() 89 int X509_STORE_load_store(X509_STORE *ctx, const char *uri) in X509_STORE_load_store() 94 int X509_STORE_load_locations_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_locations_ex() 107 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, in X509_STORE_load_locations()
|
/openssl-master/include/openssl/ |
A D | x509_vfy.h.in | 43 SSL_CTX -> X509_STORE 50 ->X509_STORE 396 X509_STORE *X509_STORE_new(void); 397 void X509_STORE_free(X509_STORE *v); 398 int X509_STORE_lock(X509_STORE *ctx); 399 int X509_STORE_unlock(X509_STORE *ctx); 400 int X509_STORE_up_ref(X509_STORE *v); 419 void X509_STORE_set_verify_cb(X509_STORE *ctx, 434 void X509_STORE_set_get_crl(X509_STORE *ctx, 440 void X509_STORE_set_cert_crl(X509_STORE *ctx, [all …]
|
A D | ts.h | 361 X509_STORE *store, X509 **signer_out); 422 X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s);
|
/openssl-master/doc/internal/man3/ |
A D | ossl_cmp_X509_STORE_add1_certs.pod | 13 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs, 15 STACK_OF(X509) *ossl_cmp_X509_STORE_get1_certs(X509_STORE *store);
|
/openssl-master/crypto/ts/ |
A D | ts_verify_ctx.c | 57 X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s) in TS_VERIFY_CTX_set_store()
|
A D | ts_local.h | 135 X509_STORE *store;
|
A D | ts_rsp_verify.c | 19 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, 89 X509_STORE *store, X509 **signer_out) in TS_RESP_verify_signature() 171 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, in ts_verify_cert()
|
/openssl-master/apps/ |
A D | verify.c | 22 static int check(X509_STORE *ctx, const char *file, 85 X509_STORE *store = NULL; in verify_main() 245 static int check(X509_STORE *ctx, const char *file, in check()
|
/openssl-master/test/ |
A D | x509_dup_cert_test.c | 20 X509_STORE *store = NULL; in test_509_dup_cert()
|
A D | pkcs7_test.c | 57 X509_STORE *store = NULL; in pkcs7_verify_test()
|
A D | cmp_vfy_test.c | 54 X509_STORE *ts = X509_STORE_new(); in set_up() 134 X509_STORE *ts = OSSL_CMP_CTX_get0_trustedStore(fixture->cmp_ctx); in execute_validate_cert_path_test() 199 X509_STORE *ts; in test_validate_msg_signature_partial_chain() 370 X509_STORE *ts = OSSL_CMP_CTX_get0_trustedStore((*fixture)->cmp_ctx); in setup_path()
|
/openssl-master/demos/cms/ |
A D | cms_ver.c | 18 X509_STORE *st = NULL; in main()
|
/openssl-master/demos/smime/ |
A D | smver.c | 18 X509_STORE *st = NULL; in main()
|
/openssl-master/apps/include/ |
A D | apps.h | 136 X509_STORE *load_certstore(char *input, const char *pass, const char *desc, 152 X509_STORE *setup_verify(const char *CAfile, int noCAfile, 270 void store_setup_crl_download(X509_STORE *st);
|
/openssl-master/crypto/ocsp/ |
A D | ocsp_vfy.c | 31 X509_STORE *st, unsigned long flags, in ocsp_verify_signer() 98 X509_STORE *st, unsigned long flags) in OCSP_basic_verify() 385 X509_STORE *store, unsigned long flags) in OCSP_request_verify()
|
/openssl-master/crypto/cmp/ |
A D | cmp_vfy.c | 106 X509_STORE *trusted_store, X509 *cert) in OSSL_CMP_validate_cert_path() 231 X509_STORE *ts = ctx->trusted; in cert_acceptable() 284 static int check_cert_path(const OSSL_CMP_CTX *ctx, X509_STORE *store, in check_cert_path() 306 X509_STORE *store; in check_cert_path_3gpp()
|