.coveragerc
API.md
LICENSE
MANIFEST.in
Makefile
README
README.md
custodia.conf
setup.cfg
setup.py
tox.ini
bin/custodia
bin/custodia-cli
contrib/config/README.txt
contrib/config/custodia/custodia.conf
contrib/config/custodia/ipa.conf
contrib/config/systemd/system/custodia@.service
contrib/config/systemd/system/custodia@.socket
contrib/config/tmpfiles.d/custodia.conf
contrib/docker/Dockerfile
contrib/docker/demo.conf
docs/Makefile
docs/source/api.rst
docs/source/commands.rst
docs/source/conf.py
docs/source/config.rst
docs/source/container.rst
docs/source/index.rst
docs/source/quick.rst
docs/source/readme.rst
docs/source/examples/cfgparser.py
docs/source/examples/cfgparser.rst
docs/source/examples/index.rst
docs/source/examples/misc.rst
docs/source/examples/yaml.rst
docs/source/examples/yaml_ext.py
docs/source/plugins/authenticators.rst
docs/source/plugins/authorizers.rst
docs/source/plugins/baseclasses.rst
docs/source/plugins/clients.rst
docs/source/plugins/consumers.rst
docs/source/plugins/index.rst
docs/source/plugins/ipa.rst
docs/source/plugins/stores.rst
docs/source/quick/quick.conf
docs/source/quick/quick.conf.d/00-sak.conf
docs/source/quick/quick.conf.d/10-namespace.conf
docs/source/quick/quick.conf.d/20-encrypted.conf
examples/client_enc.key
examples/enclite.db
examples/enclite.sample.key
man/custodia.7
src/custodia/__about__.py
src/custodia/__init__.py
src/custodia/client.py
src/custodia/compat.py
src/custodia/forwarder.py
src/custodia/log.py
src/custodia/plugin.py
src/custodia/root.py
src/custodia/secrets.py
src/custodia.egg-info/PKG-INFO
src/custodia.egg-info/SOURCES.txt
src/custodia.egg-info/dependency_links.txt
src/custodia.egg-info/entry_points.txt
src/custodia.egg-info/namespace_packages.txt
src/custodia.egg-info/requires.txt
src/custodia.egg-info/top_level.txt
src/custodia/cli/__init__.py
src/custodia/cli/__main__.py
src/custodia/httpd/__init__.py
src/custodia/httpd/authenticators.py
src/custodia/httpd/authorizers.py
src/custodia/httpd/consumer.py
src/custodia/httpd/server.py
src/custodia/ipa/__init__.py
src/custodia/ipa/certrequest.py
src/custodia/ipa/interface.py
src/custodia/ipa/vault.py
src/custodia/message/__init__.py
src/custodia/message/common.py
src/custodia/message/formats.py
src/custodia/message/kem.py
src/custodia/message/simple.py
src/custodia/server/__init__.py
src/custodia/server/__main__.py
src/custodia/server/args.py
src/custodia/server/config.py
src/custodia/store/__init__.py
src/custodia/store/encgen.py
src/custodia/store/enclite.py
src/custodia/store/interface.py
src/custodia/store/sqlite.py
tests/conftest.py
tests/empty.conf
tests/test_authenticators.py
tests/test_cli.py
tests/test_custodia.py
tests/test_httpd.py
tests/test_ipa.py
tests/test_message_kem.py
tests/test_misc.py
tests/test_plugins.py
tests/test_secrets.py
tests/test_server.py
tests/test_store.py
tests/test_store_sqlite.py
tests/ca/custodia-ca.conf
tests/ca/custodia-ca.key
tests/ca/custodia-ca.pem
tests/ca/custodia-ca.sh
tests/ca/custodia-client.conf
tests/ca/custodia-client.key
tests/ca/custodia-client.pem
tests/ca/custodia-server.conf
tests/ca/custodia-server.key
tests/ca/custodia-server.pem
tests/empty.conf.d/root.conf
tests/functional/__init__.py
tests/functional/base.py
tests/functional/test_basics.py
tests/functional/test_container.py
tests/functional/test_key.py
tests/functional/conf/template_simple.conf