
| Current Path : /var/www/wsgi/www/api/venv/lib/python3.12/site-packages/pyhanko_certvalidator/revinfo/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/wsgi/www/api/venv/lib/python3.12/site-packages/pyhanko_certvalidator/revinfo/constants.py |
KNOWN_CRL_EXTENSIONS = {
'issuer_alt_name',
'crl_number',
'delta_crl_indicator',
'issuing_distribution_point',
'authority_key_identifier',
'freshest_crl',
'authority_information_access',
}
VALID_REVOCATION_REASONS = {
'key_compromise',
'ca_compromise',
'affiliation_changed',
'superseded',
'cessation_of_operation',
'certificate_hold',
'privilege_withdrawn',
'aa_compromise',
}
KNOWN_CRL_ENTRY_EXTENSIONS = {
'crl_reason',
'hold_instruction_code',
'invalidity_date',
'certificate_issuer',
}