chiark / gitweb /
Make `tripe' be the default key type.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 21:00:59 +0000 (22:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 21:43:18 +0000 (22:43 +0100)
commitfc5f482398c76a2d1e81f88f2ce3e750ad029c19
tree10850fe4cbd268490559e2cb58669f8c1fec5b1f
parentc7211b0d98a2485c859133b2dc129cdfd93eb67f
Make `tripe' be the default key type.

Rather than using the key type to tell us which key-exchange group type
to use, read it out of an attribute on the key.  This makes the whole
finding keys thing much simpler to explain (although the code becomes
slightly more complicated).  Fall back to the old behaviour of parsing
the group type out of the key type if there's no attribute.

Reorganize the tripe(8) manual page somewhat.  Remove the tutorial-ish
part, which is now out of place and not very useful; there's a proper
Texinfo manual coming soon.
keys/tripe-keys.in
server/keymgmt.c
server/tripe.8.in
server/tripe.c