.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
justfile
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/integration-test.yml
compat/ssh_keygen.py
contrib/sshsig_criterion.py
docs/index.md
docs/reference.md
docs/related.md
docs/howto/check_commit.md
docs/tutorial/check_signature.md
integration/run-on-distro
integration/test-all
integration/jobs/build-docs
integration/jobs/test-on-centos-9
integration/jobs/test-on-debian-12
integration/jobs/test-on-fedora
integration/jobs/test-on-ubuntu-24
sshsig/__init__.py
sshsig/_version.py
sshsig/allowed_signers.py
sshsig/binary_io.py
sshsig/py.typed
sshsig/ssh_public_key.py
sshsig/sshsig.py
sshsig/unexceptional.py
sshsig.egg-info/PKG-INFO
sshsig.egg-info/SOURCES.txt
sshsig.egg-info/dependency_links.txt
sshsig.egg-info/requires.txt
sshsig.egg-info/top_level.txt
testdata/hola.txt
testdata/hola.txt.sig
testdata/lost-key.pub
testdata/only_lost_allowed_signer
testdata/rsa_key
testdata/rsa_key.pub
testdata/sshsig/0/allowed_signers
testdata/sshsig/0/message
testdata/sshsig/0/message.sig
tests/__init__.py
tests/reject-with-real-ssh-keygen.sh
tests/test_allowed_signers.py
tests/test_cli.py
tests/test_sshsig.py
tests/verify-with-real-ssh-keygen.sh