Home
last modified time | relevance | path

Searched refs:p7s (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/dports/dns/getdns/getdns-1.5.2/src/tls/
H A Danchor-internal.c141 _getdns_verify_p7sig(BIO* data, BIO* p7s, X509_STORE *store, const char* p7signer) in _getdns_verify_p7sig() argument
159 (void)BIO_reset(p7s); in _getdns_verify_p7sig()
163 p7 = d2i_PKCS7_bio(p7s, NULL); in _getdns_verify_p7sig()
196 BIO *xml = NULL, *p7s = NULL, *crt = NULL; in _getdns_tas_validate() local
205 else if (!(p7s = BIO_new_mem_buf(p7s_bd->data, p7s_bd->size))) in _getdns_tas_validate()
225 else if (_getdns_verify_p7sig(xml, p7s, store, p7signer)) { in _getdns_tas_validate()
260 if (p7s) BIO_free(p7s); in _getdns_tas_validate()
274 BIO *xml = NULL, *p7s = NULL, *crt = NULL; in _getdns_context_equip_with_anchor() local
312 else if (!(p7s = BIO_new_mem_buf(p7s_data, p7s_len))) in _getdns_context_equip_with_anchor()
332 else if (_getdns_verify_p7sig(xml, p7s, store, verify_email)) { in _getdns_context_equip_with_anchor()
[all …]
/dports/dns/unbound/unbound-1.14.0/testdata/10-unbound-anchor.tdir/
H A D10-unbound-anchor.test38 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
50 $PRE/unbound-anchor -F -x "root.xml" -s "root.p7s" $OPTS
60 $PRE/unbound-anchor -x "root.xml" -s "root.p7s" $OPTS
67 # cert fails (bad p7s).
70 $PRE/unbound-anchor -F -x "bad.xml" -s "bad.p7s" $OPTS
85 $PRE/unbound-anchor -F -x "bad.xml" -s "bad.p7s" $OPTS -n "not-it"
101 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
119 $PRE/unbound-anchor -x "root.xml" -s "root.p7s" $OPTS
128 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
137 $PRE/unbound-anchor -F -x "no_more_keys.xml" -s "no_more_keys.p7s" $OPTS
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
127 p7s->crl = crl_stack; in crl2pkcs7_main()
135 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
127 p7s->crl = crl_stack; in crl2pkcs7_main()
135 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
127 p7s->crl = crl_stack; in crl2pkcs7_main()
135 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
127 p7s->crl = crl_stack; in crl2pkcs7_main()
135 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
127 p7s->crl = crl_stack; in crl2pkcs7_main()
135 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/security/openssl-static/openssl-1.1.1l/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
127 p7s->crl = crl_stack; in crl2pkcs7_main()
135 p7s->cert = cert_stack; in crl2pkcs7_main()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dcrl2p7.c45 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
115 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
118 p7->d.sign = p7s; in crl2pkcs7_main()
119 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
121 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
125 p7s->crl = crl_stack; in crl2pkcs7_main()
133 p7s->cert = cert_stack; in crl2pkcs7_main()

12345678910>>...22