ARCHITECTURE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
docs/api.md
docs/card-protocol.md
docs/cookbook.md
docs/development.md
docs/opensc-backend.md
docs/security-invariants.md
docs/trust-anchors.md
docs/usage.md
scripts/dev-softhsm-setup.sh
src/firmauy/__init__.py
src/firmauy/__main__.py
src/firmauy/_shared.py
src/firmauy/api.py
src/firmauy/appearance.py
src/firmauy/card_reader.py
src/firmauy/cert_utils.py
src/firmauy/ci.py
src/firmauy/cli.py
src/firmauy/cms_sign.py
src/firmauy/cms_verify.py
src/firmauy/constants.py
src/firmauy/errors.py
src/firmauy/national_ca.py
src/firmauy/native_card.py
src/firmauy/pdf_verify.py
src/firmauy/pin.py
src/firmauy/pkcs11_utils.py
src/firmauy/signing.py
src/firmauy/verify_common.py
src/firmauy/xml_sign.py
src/firmauy/xml_verify.py
src/firmauy.egg-info/PKG-INFO
src/firmauy.egg-info/SOURCES.txt
src/firmauy.egg-info/dependency_links.txt
src/firmauy.egg-info/entry_points.txt
src/firmauy.egg-info/requires.txt
src/firmauy.egg-info/top_level.txt
src/firmauy/data/PROVENANCE.md
src/firmauy/data/acrn.pem
src/firmauy/data/mica.pem
tests/conftest.py
tests/test_api.py
tests/test_appearance.py
tests/test_card_reader.py
tests/test_cert_utils.py
tests/test_ci.py
tests/test_cli.py
tests/test_cms.py
tests/test_errors.py
tests/test_integration_cms.py
tests/test_integration_pkcs11.py
tests/test_integration_xades.py
tests/test_national_ca.py
tests/test_native_card.py
tests/test_pin.py
tests/test_pkcs11_utils.py
tests/test_properties_timestamp.py
tests/test_sweep_tstinfo.py
tests/test_timestamp_status.py
tests/test_tsa.py
tests/test_verify_quiet.py
tests/test_xades_t.py
tests/test_xml_verify.py