Home | History | Annotate | Download | only in apps

Lines Matching refs:cert

117 	X509 *cert = NULL, *recip = NULL, *signer = NULL;
593 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
654 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
725 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM,
728 sk_X509_push(encerts, cert);
729 cert = NULL;
1214 X509_free(cert);