transform: Provide Serpent-EAX transform
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jul 2013 17:30:49 +0000 (18:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jul 2013 17:30:49 +0000 (18:30 +0100)
commitb02b720ac62afd3a45c44e7ced37c090e7b39da9
tree6ea465955c65e29e04012cd367aaa86bb37a4eaa
parent0118121ae6578c69527fb80a60294c48663033b7
transform: Provide Serpent-EAX transform

This provides an alternative to the (rather badly broken)
serpent256-cbc transform.

In this patch, there is not yet any algorith negotiation for a smooth
upgrade, nor any changes to the example configurations.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
README
modules.c
secnet.8
secnet.h
transform-eax.c [new file with mode: 0644]