Lines Matching refs:issuer
43 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer,
46 X509 *x, X509 *issuer);
68 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
142 component of I<ctx> that has a subject name matching the issuer name of I<x>
144 On success it assigns to I<*issuer> the first match that has a suitable validity
146 If the function returns 1 the caller is responsible for freeing I<*issuer>.
150 to get the "best" candidate issuer certificate of the given certificate I<x>.
152 to I<*issuer> and then return 1.
158 certificate I<x> is issued by the issuer certificate I<issuer>.
160 been issued with I<issuer>) and 1 on success.
161 I<If no function to get the issuer is provided, the internal default
169 I<If no function to get the issuer is provided, the internal default
176 I<If no function to get the issuer is provided, the internal default
182 I<If no function to get the issuer is provided, the internal default
188 I<If no function to get the issuer is provided, the internal default
194 I<If no function to get the issuer is provided, the internal default
203 I<If no function to get the issuer is provided, the internal default
209 I<If no function to get the issuer is provided, the internal default