chiark / gitweb /
make-secnet-sites: Handle `pub rsa1' properties specially
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Dec 2019 16:47:36 +0000 (16:47 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 13:15:50 +0000 (13:15 +0000)
commit968913fb66652fba7dc995012b9ae2166b564c9a
tree904617db8f377c6fb61cc185835fa92bdc611728
parentd9e90350c571b6f291903465f6603da75c1424c7
make-secnet-sites: Handle `pub rsa1' properties specially

We construct these as a special kind of `rsakey' object, rather than
`pubkey' objects.  This means they will be written out to sites files
the way rsa1 keys are: ie in v1, using `pubkey' rather than `pub' in
sites files and using the rsa-public verb rather than make-public.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
make-secnet-sites