Home
last modified time | relevance | path

Searched refs:trust (Results 1 – 25 of 122) sorted by relevance

12345

/trueos/crypto/openssl/crypto/x509/
HDx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
105 return (*a)->trust - (*b)->trust; in tr_cmp()
108 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, in X509_TRUST_set_default()
112 default_trust = trust; in X509_TRUST_set_default()
151 tmp.trust = id; in X509_TRUST_get_by_id()
160 int X509_TRUST_set(int *t, int trust) in X509_TRUST_set() argument
162 if (X509_TRUST_get_by_id(trust) == -1) { in X509_TRUST_set()
166 *t = trust; in X509_TRUST_set()
[all …]
HDx509_vpm.c77 param->trust = 0; in x509_verify_param_zero()
179 x509_verify_param_copy(trust, 0); in X509_VERIFY_PARAM_inherit()
249 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust() argument
251 return X509_TRUST_set(&param->trust, trust); in X509_VERIFY_PARAM_set_trust()
HDx509_vfy.h171 int trust; /* trust setting to check */ member
442 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
517 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
519 int purpose, int trust);
548 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
HDx509_vfy.c380 if (param->trust > 0) in X509_verify_cert()
676 ok = X509_check_trust(x, ctx->param->trust, 0); in check_trust()
1918 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust() argument
1920 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust); in X509_STORE_CTX_set_trust()
1935 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument
1951 if (ptmp->trust == X509_TRUST_DEFAULT) { in X509_STORE_CTX_purpose_inherit()
1961 if (!trust) in X509_STORE_CTX_purpose_inherit()
1962 trust = ptmp->trust; in X509_STORE_CTX_purpose_inherit()
1964 if (trust) { in X509_STORE_CTX_purpose_inherit()
1965 idx = X509_TRUST_get_by_id(trust); in X509_STORE_CTX_purpose_inherit()
[all …]
/trueos/crypto/openssl/crypto/asn1/
HDx_x509a.c76 ASN1_SEQUENCE_OF_OPT(X509_CERT_AUX, trust, ASN1_OBJECT),
154 if (!aux->trust && !(aux->trust = sk_ASN1_OBJECT_new_null())) in X509_add1_trust_object()
156 return sk_ASN1_OBJECT_push(aux->trust, objtmp); in X509_add1_trust_object()
174 if (x->aux && x->aux->trust) { in X509_trust_clear()
175 sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free); in X509_trust_clear()
176 x->aux->trust = NULL; in X509_trust_clear()
HDt_x509a.c76 if (aux->trust) { in X509_CERT_AUX_print()
79 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) { in X509_CERT_AUX_print()
85 sk_ASN1_OBJECT_value(aux->trust, i), 0); in X509_CERT_AUX_print()
/trueos/contrib/unbound/services/cache/
HDrrset.c138 if( newd->trust > cached->trust ) { in need_to_update_rrset()
150 if( newd->trust == cached->trust && !equal ) { in need_to_update_rrset()
352 if(updata->trust > cachedata->trust) in rrset_update_sec_status()
353 cachedata->trust = updata->trust; in rrset_update_sec_status()
399 if(cachedata->trust > updata->trust) in rrset_check_sec_status()
400 updata->trust = cachedata->trust; in rrset_check_sec_status()
HDdns.c611 newd->trust = rrset_trust_ans_noAA; in synth_dname_msg()
698 if(d->trust != rrset_trust_add_noAA && in dns_cache_lookup()
699 d->trust != rrset_trust_add_AA && in dns_cache_lookup()
701 (d->trust != rrset_trust_auth_noAA in dns_cache_lookup()
702 && d->trust != rrset_trust_auth_AA) )) { in dns_cache_lookup()
/trueos/contrib/ntp/libntp/
HDauthkeys.c199 u_long trust in authtrust() argument
206 printf("authtrust: keyid %08x life %lu\n", keyno, trust); in authtrust()
215 if (sk == 0 && !trust) in authtrust()
224 if (trust > 0) { in authtrust()
226 if (trust > 1) in authtrust()
227 sk->lifetime = current_time + trust; in authtrust()
/trueos/crypto/heimdal/doc/
HDwin2k.texi21 * Inter-Realm keys (trust) between Windows and a Heimdal KDC::
29 @node Configuring Windows to use a Heimdal KDC, Inter-Realm keys (trust) between Windows and a Heim…
86 @node Inter-Realm keys (trust) between Windows and a Heimdal KDC, Create account mappings, Configur…
88 @section Inter-Realm keys (trust) between Windows and a Heimdal KDC
95 By default the trust will be non-transitive. This means that only users
98 can also be used to add the trust between two realms.
112 Add on the appropriate trust windows and enter domain name and
122 netdom trust NT.REALM.EXAMPLE.COM /Domain:EXAMPLE.COM /add /realm /passwordt:TrustPassword
130 understand them. Otherwise, the trust will not works.
140 For Windows 2003RC2, to change the trust encryption type, you have to use the
[all …]
/trueos/contrib/unbound/doc/
HDFEATURES33 RFC 2181: completely, including the trust model, keeping rrsets together.
42 RFC 5011: update of trust anchors with timers.
75 draft-ietf-dnsop-dnssec-trust-anchor(-01): DS records can be configured
76 as trust anchors. Also DNSKEYs are allowed, by the way.
HDexample.conf.in272 # Default on, which insists on dnssec data for trust-anchored zones.
338 # initial file like trust-anchor-file, then it stores metadata.
345 # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
347 # File with DLV trusted keys. Same format as trust-anchor-file.
355 # Note this gets out of date, use auto-trust-anchor-file please.
356 # trust-anchor-file: ""
360 # Note this gets out of date, use auto-trust-anchor-file please.
362 …# trust-anchor: "nlnetlabs.nl. DNSKEY 257 3 5 AQPzzTWMz8qSWIQlfRnPckx2BiVmkVN6LPupO3mbz7FhLSnm26n6…
363 # trust-anchor: "jelte.nlnetlabs.nl. DS 42860 5 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A"
366 # with several entries, one file per entry. Like trust-anchor-file
[all …]
/trueos/contrib/ldns/drill/
HDconfigure.ac180 AC_ARG_WITH(trust-anchor, AC_HELP_STRING([--with-trust-anchor=KEYFILE],
181 [Default location of the trust anchor file. [default=SYSCONFDIR/unbound/root.key]]), [
196 AC_DEFINE_UNQUOTED([LDNS_TRUST_ANCHOR_FILE], ["$LDNS_TRUST_ANCHOR_FILE"], [Default trust anchor fil…
198 AC_MSG_NOTICE([Default trust anchor: $LDNS_TRUST_ANCHOR_FILE])
/trueos/crypto/openssl/apps/
HDx509.c182 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL; in MAIN()
337 if (!trust) in MAIN()
338 trust = sk_ASN1_OBJECT_new_null(); in MAIN()
339 sk_ASN1_OBJECT_push(trust, objtmp); in MAIN()
655 if (trust) { in MAIN()
656 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) { in MAIN()
657 objtmp = sk_ASN1_OBJECT_value(trust, i); in MAIN()
989 sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free); in MAIN()
/trueos/cddl/contrib/dtracetoolkit/Notes/
HDprocsystime_notes.txt10 * Can I trust the elapsed and on-cpu times?
HDdappprof_notes.txt10 * Can I trust the elapsed and on-cpu times?
HDdapptrace_notes.txt10 * Can I trust the elapsed and on-cpu times?
/trueos/contrib/wpa/src/tls/
HDx509v3.c1835 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local
1906 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate()
1907 if (x509_name_compare(&cert->issuer, &trust->subject) in x509_certificate_chain_validate()
1912 if (trust) { in x509_certificate_chain_validate()
1915 if (x509_valid_issuer(trust) < 0) { in x509_certificate_chain_validate()
1920 if (x509_certificate_check_signature(trust, cert) < 0) in x509_certificate_chain_validate()
/trueos/crypto/openssl/crypto/x509v3/
HDv3_purp.c198 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add() argument
240 ptmp->trust = trust; in X509_PURPOSE_add()
297 return xp->trust; in X509_PURPOSE_get_trust()
/trueos/contrib/ntp/ntpdate/
HDntpdate.h23 u_char trust; /* trustability of the filtered data */ member
HDntptimeset.c1056 server->trust <<= 1; in receive()
1058 server->trust |= 1; in receive()
1146 if (server->trust != 0) in receive()
1277 if (server->trust != 0) { in clock_count()
1345 if (server->trust != 0) { in clock_select()
2099 pp->trust);
/trueos/contrib/unbound/daemon/
HDcachedump.c89 (int)d->trust, (int)d->security in dump_rrset()
441 unsigned int rr_count, rrsig_count, trust, security; in load_rrset() local
465 &trust, &security) != 5) { in load_rrset()
476 d->trust = (enum rrset_trust)trust; in load_rrset()
/trueos/crypto/openssl/doc/crypto/
HDX509_VERIFY_PARAM_set_flags.pod17 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
46 X509_VERIFY_PARAM_set_trust() sets the trust setting in B<param> to
47 B<trust>.
/trueos/usr.sbin/timed/timed/
HDCHANGES69 add "-F host,host2,..." to "freerun" or "trust" only some hosts. This
75 "-F localhost" causes `timed` to "trust" only itself.
80 use of -F or -G can cause each gateway to trust only itself and
/trueos/lib/libc/sparc64/gen/
HDfixunsdfsi.S57 .word 0 ! (who me, not trust the assembler?)

12345