The dktest program

dktest exercises the domainkeys library.

Interface

     dktest opts

opts is a series of getopt-style options.

Both signing and verification merely print out the DK header. They do not keep a copy of the input file. You will need to do something like this:

(./dktest -s /etc/domainkeys/dog </tmp/testmsg; cat /tmp/testmsg) | ./dktest -v

Here are the options: