From: Ian Jackson Date: Sat, 9 Nov 2019 00:03:49 +0000 (+0000) Subject: make-secnet-sites: Prepare for multiple public key types X-Git-Tag: v0.6.0~102 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=79b8d68a8b64c76d929d776570afba963ae44647;hp=79b8d68a8b64c76d929d776570afba963ae44647;p=secnet.git make-secnet-sites: Prepare for multiple public key types * Introduce a general base typee for public keys. * Indirect public key object construction through a function which is suitable for passing to listof(), and which will despatch appropriately. This allows a heterogenous list. Signed-off-by: Ian Jackson ---