Lines Matching refs:subject
5 # The contents of this file are subject to the terms of the
1267 # A dictionary to story the mapping for subject -> certificate
2364 # Note that while we store certs by their subject hashes,
2366 # for the subject hash and other crypto frameworks have been
2369 cert.subject)).hexdigest()
2434 """Rebuild subject hash metadata."""
2436 # clean up the old subject hash files to prevent
2456 with that name as a subject."""
2476 # file. We try harder to rebuild the subject's metadata
2506 c.subject)).hexdigest()
2605 The 'ca_dict' is a dictionary which maps subject hashes to
2676 The 'ca_dict' is a dictionary which maps subject hashes to
2789 The 'ca_dict' parameter is a dictionary which maps subject
2828 in cert.subject.get_attributes_for_oid(
2870 # If the subject and issuer for this certificate are
2875 cert.subject)).hexdigest() == issuer_hash: