chiark / gitweb /
make-secnet-sites: Prepare for multiple public key types
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 9 Nov 2019 00:03:49 +0000 (00:03 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 21:52:06 +0000 (21:52 +0000)
commitc3902059d6ecab30cf0b1d81bd28567c8b7e600f
treeafa0b215d5b8cecc26259cb7c488f2e51a818d0b
parente99cbbe24d699d7155a72406a11cd650a7f13848
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 <ijackson@chiark.greenend.org.uk>
make-secnet-sites