Lines Matching full:trusted
20 /* 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);
194 /* Add all preset trusted DS signatures to the list of trusted DS RRs. */ in do_secure_trace()
430 if they match an already trusted DS, or if one of the in do_secure_trace()
431 keys used to sign these is trusted, add the keys to in do_secure_trace()
432 the trusted list */ in do_secure_trace()
447 * by a trusted keys. if so, these in do_secure_trace()
448 * keys are also trusted */ in do_secure_trace()
459 /* also all keys are trusted if one of the current correct keys is trusted */ in do_secure_trace()
477 printf(";; Signature ok but no chain to a trusted key or ds record\n"); in do_secure_trace()
561 /* if the ds is signed by a trusted key and a key from correct keys in do_secure_trace()
562 matches that ds, add that key to the trusted keys */ in do_secure_trace()
565 printf("Checking if signing key is trusted:\n"); in do_secure_trace()
580 printf("Key is now trusted!\n"); in do_secure_trace()
696 printf("trusted keys at %p:\n", trusted_keys); in do_secure_trace()
777 printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted; " UNSIGNED " unsigned\n"); in do_secure_trace()
779 printf("Trusted keys:\n"); in do_secure_trace()
781 printf("trusted dss:\n"); in do_secure_trace()