Lines Matching refs:names
85 # Mapping of constant values to names (in the event these ever get changed to
377 # usage of IDNs (international domain names).
2569 "require-names":
2570 if not self.__properties.get("signature-required-names",
2574 "the signature-required-names policy."))
2694 # Relative names are a feature in X509 certs which allow to
2698 # Full names are absolute locations but can be in different
2711 # we don't support relative names
2846 # names, remove it.
2860 # Remove any required names found in the
2863 # If there are more names to check for
2885 # anchor or more names need to be found, continue
3011 if policy_name == "require-names":
3015 # signature-required-names was
3020 "signature-required-names", [])
3022 "signature-required-names"].extend(
3026 "signature-required-names"] = \
3036 if name == "signature-required-names":
3082 # 'signature-required-names'.
3111 names = self.properties.get("signature-required-names", [])
3112 self.__sig_policy = sigpolicy.Policy.policy_factory(txt, names)