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, 15 Feb 2020 21:56:52 +0000 (21:56 +0000)
commit79b8d68a8b64c76d929d776570afba963ae44647
tree3a7dba17637d9970a1e125c74bd7ad3a724a906e
parent1c31622d61a1382587f9478d0a36db34cfda8749
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