mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* Add PyPolicyDefinition, make accessible via verifiers. * Add python Policy to x509.pyi * Expose PyPolicyDefinition to Python. * Rename PyPolicyDefinition to PyPolicy to match python name. * `test_verification` uses `policy` property. * Add additional PyPolicy tests. * Add back direct getters on verifiers with deprecation warnings. * Correct Policy.subject return type in x509.pyi * Rename x509.verify.py_policy module to x509.verify.policy * x509.verify uses mod.rs convention * Use Optional<SubjectOwner> instead of adding None value to SubjectOwner. * PyPolicy stores original subject + naming changes in Verifiers. |
||
|---|---|---|
| .. | ||
| verification | ||
| __init__.py | ||
| test_name.py | ||
| test_ocsp.py | ||
| test_x509.py | ||
| test_x509_crlbuilder.py | ||
| test_x509_ext.py | ||
| test_x509_revokedcertbuilder.py | ||