Searched refs:p7s (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/apps/
H A Dcrl2p7.c96 PKCS7_SIGNED *p7s = NULL; local
209 if ((p7s = PKCS7_SIGNED_new()) == NULL)
212 p7->d.sign = p7s;
213 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data);
215 if (!ASN1_INTEGER_set(p7s->version, 1))
219 p7s->crl = crl_stack;
227 p7s->cert = cert_stack;
/freebsd-10.1-release/contrib/unbound/smallapp/
H A Dunbound-anchor.c81 * root-anchors.p7s via SSL. The HTTPS certificate can be logged but is
85 * then checks the p7s signature.
108 * intermediate CAs are included in the p7s file that was downloaded. (the
144 /** path on HTTPS server to p7s file */
145 #define P7SNAME "root-anchors/root-anchors.p7s"
189 printf("-s path pathname to p7s in url, default %s\n", P7SNAME);
1720 * (the p7s) */
1737 verify_p7sig(BIO* data, BIO* p7s, STACK_OF(X509)* trust, const char* p7signer) argument
1767 (void)BIO_reset(p7s);
1770 /* convert p7s t
1867 verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s, STACK_OF(X509)* cert, const char* p7signer) argument
1903 BIO *xml, *p7s; local
[all...]

Completed in 65 milliseconds