Home
last modified time | relevance | path

Searched refs:policies (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-9-stable/crypto/openssl/crypto/x509/
Dx509_vpm.c81 if (param->policies) { in x509_verify_param_zero()
82 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); in x509_verify_param_zero()
83 param->policies = NULL; in x509_verify_param_zero()
188 if (test_x509_verify_param_copy(policies, NULL)) { in X509_VERIFY_PARAM_inherit()
189 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies)) in X509_VERIFY_PARAM_inherit()
261 if (!param->policies) { in X509_VERIFY_PARAM_add0_policy()
262 param->policies = sk_ASN1_OBJECT_new_null(); in X509_VERIFY_PARAM_add0_policy()
263 if (!param->policies) in X509_VERIFY_PARAM_add0_policy()
266 if (!sk_ASN1_OBJECT_push(param->policies, policy)) in X509_VERIFY_PARAM_add0_policy()
272 STACK_OF(ASN1_OBJECT) *policies) in X509_VERIFY_PARAM_set1_policies()
[all …]
Dx509_vfy.h171 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
515 STACK_OF(ASN1_OBJECT) *policies);
Dx509_vfy.c834 ctx->param->policies, ctx->param->flags); in check_policy()
/freebsd-9-stable/usr.sbin/nscd/
Dcachelib.c244 destroy_cache_fifo_policy(common_entry->policies[0]); in destroy_cache_entry()
247 destroy_cache_lru_policy(common_entry->policies[1]); in destroy_cache_entry()
250 destroy_cache_lfu_policy(common_entry->policies[1]); in destroy_cache_entry()
255 free(common_entry->policies); in destroy_cache_entry()
313 policy = common_entry->policies[i]; in clear_cache_entry()
436 policy = common_entry->policies[0]; in flush_cache_entry()
438 connected_policy = common_entry->policies[1]; in flush_cache_entry()
451 policy = common_entry->policies[1]; in flush_cache_entry()
452 connected_policy = common_entry->policies[0]; in flush_cache_entry()
454 policy = common_entry->policies[0]; in flush_cache_entry()
[all …]
Dcachelib.h145 struct cache_policy_ **policies; member
/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dpcy_cache.c76 CERTIFICATEPOLICIES *policies, int crit) in policy_cache_create() argument
83 if (sk_POLICYINFO_num(policies) == 0) in policy_cache_create()
88 for (i = 0; i < sk_POLICYINFO_num(policies); i++) { in policy_cache_create()
89 policy = sk_POLICYINFO_value(policies, i); in policy_cache_create()
115 sk_POLICYINFO_pop_free(policies, POLICYINFO_free); in policy_cache_create()
/freebsd-9-stable/contrib/openpam/
DRELNOTES17 - A test application (pamtest) which can be used to test policies and
DHISTORY70 OpenPAM's behavior when several policies exist for the same
94 - ENHANCE: added pamtest(1), a tool for testing modules and policies.
/freebsd-9-stable/contrib/cvs/
DDEVEL-CVS3 This file, DEVEL-CVS, contains the policies by which the CVS
/freebsd-9-stable/tools/tools/sysdoc/
Dtunables.mdoc1800 Enforce MAC policies for file system accesses.
1806 Enforce MAC policies on
1813 Enforce MAC policies on network interfaces.
1819 Enforce MAC policies on pipes.
1825 Enforce MAC policies between system processes
1834 Enforce MAC policies on sockets.
1840 Enforce MAC policies on system-related items
1850 Enforce MAC policies on
1961 NOTE: MAC security policies may not override other security system policies
/freebsd-9-stable/contrib/libcxxrt/
DLICENSE14 …e of the authors and should not be interpreted as representing official policies, either expressed…
/freebsd-9-stable/contrib/opie/
DCOPYRIGHT.NRL65 official policies, either expressed or implied, of the US Naval
/freebsd-9-stable/crypto/heimdal/tests/ldap/
Dsamba.schema76 ## Password timestamps & policies
209 ## Password timestamps & policies
/freebsd-9-stable/crypto/openssl/doc/HOWTO/
Dproxy_certificates.txt122 name. This is useful for policies that are large
157 The basic way to interpret proxy policies is to prepare some default
Dcertificates.txt45 according to their policies). A certificate request can then be sent
/freebsd-9-stable/contrib/wpa/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml15 file that lists all accepted networks and security policies,
/freebsd-9-stable/
DCOPYRIGHT93 policies, either expressed or implied, of the Regents of the University
/freebsd-9-stable/contrib/binutils/binutils/
DMAINTAINERS192 policies, all patches applied to such a branch must come from people
/freebsd-9-stable/crypto/openssl/crypto/objects/
Dobjects.txt752 !Cname certificate-policies
755 certificate-policies 0 : anyPolicy : X509v3 Any Policy
/freebsd-9-stable/crypto/openssl/doc/apps/
Dx509v3_config.pod52 policies extension for an example.
/freebsd-9-stable/crypto/heimdal/doc/
Dsetup.texi422 policies = external-check builtin:minimum-length module:policyname
427 In @samp{[password_quality]policies} the module name is optional if
476 policies, see the manual page @manpage{kadm5_pwcheck,3}.
/freebsd-9-stable/crypto/openssl/doc/
Dopenssl.txt155 policies extension for an example.
421 The certificate policies extension will rarely be used in practice: few
/freebsd-9-stable/contrib/openbsm/
DNEWS279 arguments as these policies are now set via the configuration file. If a
/freebsd-9-stable/crypto/openssl/
DNEWS605 o Thawte SXNet, certificate policies and CRL distribution points
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
DREADME574 networks and security policies, including pre-shared keys. See

12