chiark / gitweb /
catacomb/__init__.py: Add printing for more key types.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 5 May 2017 00:06:24 +0000 (01:06 +0100)
commitbbd945586f38db721dd0476796085c303578e935
tree512ce49a25863638d53d5e78d9e025bcfa3c31dc
parent652e16eac3aa90b7b21d867b8f5fc8ca34c135c7
catacomb/__init__.py: Add printing for more key types.

Now that we have secret suppression, it's not an attractive nuisance to
print key material for public keys like RSA, DSA, KCDSA, and XDH.  So do
that.

Digging key material out of symmetric crypto objects is really hard, so
we don't try to do that.
catacomb/__init__.py