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>
Sat, 7 Dec 2019 21:52:06 +0000 (21:52 +0000)
commitdbd669e93595c7004b2c729eae8923bed23f108c
tree73d67519a858f040a0946c4cd6e1411980089305
parent94513753ada416bb96b2968ab7fc088a733c677d
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