mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-15 20:40:20 +00:00
* make x509.name.NameAttribute use Generic to overload get_attributes_for_oid * reformat code using ruff format (not only ruff check) * use subtypes of ObjectIdentifier to allow type detection in get_attributes_for_oid * add missing overloads for test cases * revert most changes to achieve base plate * ruff format * try typing.Union for python 3.9 * add return_string to get_attributes_for_oid for overload * fix documentation link and flake8 * fixup docs * docs: add versionadded for param return_string * add test case * Revert "add return_string to get_attributes_for_oid for overload" This reverts commit c4a2a5f0273ea8e60f3d5425a015b0563586b67a. * Revert "fix documentation link and flake8" This reverts commit b79a4ecf73f1425bd9304aefd2eaf8a89329610b. * make NameAttributeValueType covariant |
||
|---|---|---|
| .. | ||
| bench | ||
| hazmat | ||
| wycheproof | ||
| x509 | ||
| __init__.py | ||
| conftest.py | ||
| deprecated_module.py | ||
| doubles.py | ||
| test_cryptography_utils.py | ||
| test_fernet.py | ||
| test_meta.py | ||
| test_utils.py | ||
| test_warnings.py | ||
| utils.py | ||