| /NextBSD/crypto/openssl/crypto/x509/ |
| HD | x509_trs.c | 67 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() 159 tmp.trust = id; in X509_TRUST_get_by_id() 168 int X509_TRUST_set(int *t, int trust) in X509_TRUST_set() argument 170 if (X509_TRUST_get_by_id(trust) == -1) { in X509_TRUST_set() 174 *t = trust; in X509_TRUST_set() [all …]
|
| HD | x509_vpm.c | 140 param->trust = 0; in x509_verify_param_zero() 284 x509_verify_param_copy(trust, 0); in X509_VERIFY_PARAM_inherit() 403 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust() argument 405 return X509_TRUST_set(¶m->trust, trust); in X509_VERIFY_PARAM_set_trust()
|
| HD | x509_vfy.h | 173 int trust; /* trust setting to check */ member 469 int X509_STORE_set_trust(X509_STORE *ctx, int trust); 551 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust); 553 int purpose, int trust); 582 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
|
| HD | x509_vfy.c | 797 ok = X509_check_trust(x, ctx->param->trust, 0); in check_trust() 2181 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust() argument 2183 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust); in X509_STORE_CTX_set_trust() 2198 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument 2214 if (ptmp->trust == X509_TRUST_DEFAULT) { in X509_STORE_CTX_purpose_inherit() 2224 if (!trust) in X509_STORE_CTX_purpose_inherit() 2225 trust = ptmp->trust; in X509_STORE_CTX_purpose_inherit() 2227 if (trust) { in X509_STORE_CTX_purpose_inherit() 2228 idx = X509_TRUST_get_by_id(trust); in X509_STORE_CTX_purpose_inherit() 2238 if (trust && !ctx->param->trust) in X509_STORE_CTX_purpose_inherit() [all …]
|
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | x_x509a.c | 76 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() 177 if (x->aux && x->aux->trust) { in X509_trust_clear() 178 sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free); in X509_trust_clear() 179 x->aux->trust = NULL; in X509_trust_clear()
|
| HD | t_x509a.c | 76 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()
|
| /NextBSD/contrib/unbound/services/cache/ |
| HD | rrset.c | 138 if( newd->trust > cached->trust ) { in need_to_update_rrset() 150 if( newd->trust == cached->trust && !equal ) { in need_to_update_rrset() 354 if(updata->trust > cachedata->trust) in rrset_update_sec_status() 355 cachedata->trust = updata->trust; in rrset_update_sec_status() 401 if(cachedata->trust > updata->trust) in rrset_check_sec_status() 402 updata->trust = cachedata->trust; in rrset_check_sec_status()
|
| HD | dns.c | 635 newd->trust = rrset_trust_ans_noAA; in synth_dname_msg() 675 if(d->trust == rrset_trust_add_noAA || in fill_any() 676 d->trust == rrset_trust_auth_noAA || in fill_any() 677 d->trust == rrset_trust_add_AA || in fill_any() 678 d->trust == rrset_trust_auth_AA) { in fill_any() 775 if(d->trust != rrset_trust_add_noAA && in dns_cache_lookup() 776 d->trust != rrset_trust_add_AA && in dns_cache_lookup() 778 (d->trust != rrset_trust_auth_noAA in dns_cache_lookup() 779 && d->trust != rrset_trust_auth_AA) )) { in dns_cache_lookup()
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | authkeys.c | 426 u_long trust in authtrust() argument 442 if (!trust && NULL == sk) in authtrust() 460 if (trust > 0) { in authtrust() 462 if (trust > 1) in authtrust() 463 sk->lifetime = current_time + trust; in authtrust() 478 if (trust > 1) { in authtrust() 479 lifetime = current_time + trust; in authtrust()
|
| /NextBSD/crypto/heimdal/doc/ |
| HD | win2k.texi | 21 * 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 …]
|
| /NextBSD/contrib/unbound/doc/ |
| HD | FEATURES | 33 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.
|
| HD | example.conf.in | 282 # Default on, which insists on dnssec data for trust-anchored zones. 363 # initial file like trust-anchor-file, then it stores metadata. 370 # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" 372 # File with DLV trusted keys. Same format as trust-anchor-file. 380 # Note this gets out of date, use auto-trust-anchor-file please. 381 # trust-anchor-file: "" 385 # Note this gets out of date, use auto-trust-anchor-file please. 387 …# trust-anchor: "nlnetlabs.nl. DNSKEY 257 3 5 AQPzzTWMz8qSWIQlfRnPckx2BiVmkVN6LPupO3mbz7FhLSnm26n6… 388 # trust-anchor: "jelte.nlnetlabs.nl. DS 42860 5 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A" 391 # with several entries, one file per entry. Like trust-anchor-file [all …]
|
| /NextBSD/contrib/ldns/drill/ |
| HD | configure.ac | 180 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])
|
| /NextBSD/crypto/openssl/apps/ |
| HD | x509.c | 188 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL; in MAIN() 359 if (!trust) in MAIN() 360 trust = sk_ASN1_OBJECT_new_null(); in MAIN() 361 sk_ASN1_OBJECT_push(trust, objtmp); in MAIN() 701 if (trust) { in MAIN() 702 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) { in MAIN() 703 objtmp = sk_ASN1_OBJECT_value(trust, i); in MAIN() 1041 sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free); in MAIN()
|
| /NextBSD/contrib/wpa/src/tls/ |
| HD | x509v3.c | 1845 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local 1916 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate() 1917 if (x509_name_compare(&cert->issuer, &trust->subject) in x509_certificate_chain_validate() 1922 if (trust) { in x509_certificate_chain_validate() 1925 if (x509_valid_issuer(trust) < 0) { in x509_certificate_chain_validate() 1930 if (x509_certificate_check_signature(trust, cert) < 0) in x509_certificate_chain_validate()
|
| /NextBSD/cddl/contrib/dtracetoolkit/Notes/ |
| HD | procsystime_notes.txt | 10 * Can I trust the elapsed and on-cpu times?
|
| HD | dappprof_notes.txt | 10 * Can I trust the elapsed and on-cpu times?
|
| HD | dapptrace_notes.txt | 10 * Can I trust the elapsed and on-cpu times?
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_purp.c | 198 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()
|
| /NextBSD/contrib/ntp/ntpdate/ |
| HD | ntpdate.h | 23 u_char trust; /* trustability of the filtered data */ member
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | cachedump.c | 89 (int)d->trust, (int)d->security in dump_rrset() 443 unsigned int rr_count, rrsig_count, trust, security; in load_rrset() local 467 &trust, &security) != 5) { in load_rrset() 482 d->trust = (enum rrset_trust)trust; in load_rrset()
|
| /NextBSD/usr.sbin/timed/timed/ |
| HD | CHANGES | 69 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
|
| /NextBSD/lib/libc/sparc64/gen/ |
| HD | fixunsdfsi.S | 57 .word 0 ! (who me, not trust the assembler?)
|
| /NextBSD/contrib/unbound/util/data/ |
| HD | packed_rrset.h | 229 enum rrset_trust trust; member
|
| /NextBSD/crypto/openssl/crypto/rc2/ |
| HD | version | 17 far I trust it. It is about the same speed as IDEA and DES.
|