chiark / gitweb /
support repo signing with a key on a smartcard
authorHans-Christoph Steiner <hans@eds.org>
Fri, 4 Apr 2014 04:05:22 +0000 (00:05 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 7 Apr 2014 20:00:18 +0000 (16:00 -0400)
commit3829d37d341433c9e30c9069928e3fe6b4d824c1
tree81fe04c58778e6f6384d7551fb49944cff6293cc
parent9945045f1bb1b6ffccb2bbcb50df35f155d60bd0
support repo signing with a key on a smartcard

This assumes that the smartcard is already setup with a signing key.  init
does not generate a key on the smartcard, and skips genkey() if things are
configured to use a smartcard.

This also does not touch APK signing because that is a much more elaborate
question, since each app is signed by its own key.
examples/opensc-fdroid.cfg [new file with mode: 0644]
fdroidserver/init.py
fdroidserver/update.py
setup.py
tests/run-tests.sh