From: Ian Jackson Date: Thu, 21 Jun 2012 01:12:43 +0000 (+0100) Subject: site: Generalise deletion and timeout of keys X-Git-Tag: debian/0.3.0_beta1~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/1d38856958136dc28a9d16f58a55f75867cdc57d?ds=inline;hp=1d38856958136dc28a9d16f58a55f75867cdc57d site: Generalise deletion and timeout of keys Introduce delete_one_key, and rename delete_key to delete_keys. We distinguish, now, between deleting a single key, and deleting all the keys for this site. The expiry check calls delete_one_key rather than delete_keys, and is likewise done with a helper function. No functional change other than to the key expiry log message. Signed-off-by: Ian Jackson ---