Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_lu.c232 if (xs == NULL) in X509_STORE_free()
249 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE, xs, &xs->ex_data); in X509_STORE_free()
253 OPENSSL_free(xs); in X509_STORE_free()
288 lu->store_ctx = xs; in X509_STORE_add_lookup()
585 return xs->objs; in STACK_OF()
809 return xs->param; in X509_STORE_get0_param()
814 xs->verify = verify; in X509_STORE_set_verify()
819 return xs->verify; in X509_STORE_get_verify()
874 return xs->get_crl; in X509_STORE_get_get_crl()
896 return xs->cert_crl; in X509_STORE_get_cert_crl()
[all …]
H A Dx509_vfy.c1852 X509 *xs; in internal_verify() local
1862 xs = xi; in internal_verify()
1878 xs = sk_X509_value(ctx->chain, n); in internal_verify()
1907 && (xs != xi in internal_verify()
1916 int issuer_depth = n + (xs == xi ? 0 : 1); in internal_verify()
1931 ? X509_V_OK : ossl_x509_signing_allowed(xi, xs); in internal_verify()
1938 CB_FAIL_IF(X509_verify(xs, pkey) <= 0, in internal_verify()
1945 if (!ossl_x509_check_cert_time(ctx, xs, n)) in internal_verify()
1953 ctx->current_cert = xs; in internal_verify()
1959 xi = xs; in internal_verify()
[all …]
/openssl/include/openssl/
H A Dx509_vfy.h.in398 void X509_STORE_free(X509_STORE *xs);
399 int X509_STORE_lock(X509_STORE *xs);
400 int X509_STORE_unlock(X509_STORE *xs);
401 int X509_STORE_up_ref(X509_STORE *xs);
421 void X509_STORE_set_verify_cb(X509_STORE *xs,
426 void X509_STORE_set_get_issuer(X509_STORE *xs,
436 void X509_STORE_set_get_crl(X509_STORE *xs,
439 void X509_STORE_set_check_crl(X509_STORE *xs,
442 void X509_STORE_set_cert_crl(X509_STORE *xs,
451 void X509_STORE_set_lookup_crls(X509_STORE *xs,
[all …]
/openssl/doc/man3/
H A DX509_STORE_get0_param.pod13 X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs);
14 int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *pm);
15 STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *xs);
16 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs);
17 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *xs);
21 X509_STORE_set1_param() sets the verification parameters to I<pm> for I<xs>.
24 parameters for I<xs>. The returned pointer must not be freed by the
H A DX509_STORE_add_cert.pod21 int X509_STORE_add_cert(X509_STORE *xs, X509 *x);
22 int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x);
24 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags);
25 int X509_STORE_set_purpose(X509_STORE *xs, int purpose);
26 int X509_STORE_set_trust(X509_STORE *xs, int trust);
33 int X509_STORE_set_default_paths(X509_STORE *xs);
34 int X509_STORE_load_file_ex(X509_STORE *xs, const char *file,
36 int X509_STORE_load_file(X509_STORE *xs, const char *file);
37 int X509_STORE_load_path(X509_STORE *xs, const char *dir);
40 int X509_STORE_load_store(X509_STORE *xs, const char *uri);
[all …]
H A DX509_STORE_set_verify_cb_func.pod61 void X509_STORE_set_verify_cb(X509_STORE *xs,
70 void X509_STORE_set_get_issuer(X509_STORE *xs,
73 void X509_STORE_set_check_issued(X509_STORE *xs,
83 void X509_STORE_set_get_crl(X509_STORE *xs,
87 void X509_STORE_set_check_crl(X509_STORE *xs,
92 void X509_STORE_set_cert_crl(X509_STORE *xs,
96 void X509_STORE_set_check_policy(X509_STORE *xs,
106 void X509_STORE_set_lookup_crls(X509_STORE *xs,
111 void X509_STORE_set_cleanup(X509_STORE *xs,
118 void X509_STORE_set_verify_func(X509_STORE *xs,
[all …]
H A DX509_STORE_new.pod14 void X509_STORE_free(X509_STORE *xs);
15 int X509_STORE_lock(X509_STORE *xs);
16 int X509_STORE_unlock(X509_STORE *xs);
17 int X509_STORE_up_ref(X509_STORE *xs);
/openssl/test/certs/
H A Dbadalt9-key.pem26 1R6SzJ8x8T/2HXsiHLubqbANWfOYxYxlvmfZ7/Bv1GhBIq4d7A8a/Eyz34j9w/xs
/openssl/doc/man7/
H A Dproxy-certificates.pod220 X509 *xs = X509_STORE_CTX_get_current_cert(ctx);
222 if (X509_get_extension_flags(xs) & EXFLAG_PROXY) {
227 X509_get_ext_d2i(xs, NID_proxyCertInfo, NULL, NULL);
282 } else if (!(X509_get_extension_flags(xs) & EXFLAG_CA)) {
294 set_default_rights(xs, rights);
/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl1051 my $xs = ($2 eq "SXTW") ? 1 : 0;
1052 …return &verify_inst($opcode_gather_pred{$mnemonic}|($xs<<22)|$zt|($pg<<10)|($1<<16)|($xn<<5),$inst…
/openssl/
H A DCHANGES.md20028 up and fixed a few little bugs and inconsistencies in OpenSSL.{pm,xs} and
20029 openssl_bio.xs.

Completed in 96 milliseconds