Lines Matching refs:cert
31 #define DEFAULT_DAYS 30 /* default cert validity period in days */
38 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
65 {"passin", OPT_PASSIN, 's', "Private key and cert file pass-phrase source"},
85 "No cert output (except for requested printing)"},
125 "Check whether cert expires in the next arg seconds"},
156 {"CAform", OPT_CAFORM, 'F', "CA cert format (PEM/DER/P12); has no effect"},
193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names)
195 const STACK_OF(X509_EXTENSION) *cert_exts = X509_get0_extensions(cert);
200 X509_REQ *req = X509_to_X509_REQ(cert, NULL, NULL);
238 static int self_signed(X509_STORE *ctx, X509 *cert)
243 if (xsc == NULL || !X509_STORE_CTX_init(xsc, ctx, cert, NULL)) {
830 /* prepare fallback for AKID, but only if issuer cert equals subject cert */
1160 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt)
1167 idret = X509_check_purpose(cert, id, i);