Searched refs:trusted (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/share/keys/pkg/
H A DMakefile3 SUBDIR= trusted
/freebsd-11.0-release/share/keys/pkg/trusted/
H A DMakefile1 # $FreeBSD: releng/11.0/share/keys/pkg/trusted/Makefile 291347 2015-11-26 01:14:27Z bdrewery $
5 FILESDIR= ${SHAREDIR}/keys/pkg/trusted
/freebsd-11.0-release/crypto/openssl/apps/
H A Dverify.c86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
130 } else if (strcmp(*argv, "-trusted") == 0) {
202 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
203 NULL, e, "trusted certificates");
204 if (!trusted)
219 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
223 if (1 != check(cert_ctx, argv[i], untrusted, trusted, crls, e))
252 sk_X509_pop_free(trusted, X509_free);
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dx509v3.h115 int x509_certificate_chain_validate(struct x509_certificate *trusted,
H A Dx509v3.c1833 * @trusted: List of trusted certificates
1839 int x509_certificate_chain_validate(struct x509_certificate *trusted, argument
1916 for (trust = trusted; trust; trust = trust->next) {
1924 "list of trusted certificates");
1946 "from the list of trusted certificates");
1947 if (trusted) {
/freebsd-11.0-release/usr.sbin/pkg/
H A Dpkg.c65 bool trusted; member in struct:sig_cert
731 struct fingerprint_list *trusted, *revoked; local
741 trusted = revoked = NULL;
750 snprintf(path, MAXPATHLEN, "%s/trusted", fingerprints);
751 if ((trusted = load_fingerprints(path, &trusted_count)) == NULL) {
752 warnx("Error loading trusted certificates");
756 if (trusted_count == 0 || trusted == NULL) {
757 fprintf(stderr, "No trusted certificates found.\n");
772 /* Explicitly mark as non-trusted until proven otherwise. */
773 sc->trusted
[all...]
/freebsd-11.0-release/sbin/ldconfig/
H A Delfhints.c59 add_dir(const char *hintsfile, const char *name, int trusted) argument
65 if (!trusted && !insecure) {
/freebsd-11.0-release/contrib/ldns/drill/
H A Dsecuretrace.c20 /* See if there is a key/ds in trusted that matches
24 ds_key_match(ldns_rr_list *ds, ldns_rr_list *trusted)
31 if (!trusted || !ds) {
41 if (!ds || !trusted) {
45 for (i = 0; i < ldns_rr_list_rr_count(trusted); i++) {
46 rr_i = ldns_rr_list_rr(trusted, i);
205 /* Add all preset trusted DS signatures to the list of trusted DS RRs. */
434 if they match an already trusted DS, or if one of the
435 keys used to sign these is trusted, ad
[all...]
/freebsd-11.0-release/targets/pseudo/userland/share/
H A DMakefile.depend130 share/keys/pkg/trusted \
/freebsd-11.0-release/crypto/openssh/
H A Dclientloop.c306 u_int trusted, u_int timeout, char **_proto, char **_data)
348 if (trusted == 0) {
401 if (trusted || generated) {
424 if (!trusted && !got_data) {
305 client_x11_get_proto(const char *display, const char *xauth_path, u_int trusted, u_int timeout, char **_proto, char **_data) argument
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c761 ib_net16_t query_id, ib_net16_t attr_offset, int trusted)
764 trusted ? smkey : 0);
760 get_all_records(osm_bind_handle_t h, ib_net16_t query_id, ib_net16_t attr_offset, int trusted) argument

Completed in 210 milliseconds