So, instead, use security/libdes to get this functionality, which is
uniform regardless of OpenSSL version in use.
(Fixes build on NetBSD 2.0 without breaking 1.6.)
Some Install script fixes.
Fixed a problem in blockrequest() where a buffer
could have been used after it was free()'d which
resulted in segfaults.
Check that feedback buffer is not null before
operating on it in chain_select().
Closes#631353, thanks Sami Farin.
Make sure DH/DSA param file is actually opened
before writing to it. Fixes a segfault in
case it is not.
Handle a pool we cannot read correctly: don't close
the NULL dir handle (segfaults on *BSD). We also
print a warning in that case now.
Minor stats fix (gmtime vs localtime).
Fix pool stats bug.
server code is part of the "mix" binary, but not yet fully usable.
(I'm still working on the server example configs, which are normally
generated using an automated process rather than being supplied in
example form and edited by hand.)
=====
From the README:
This program consists of
* a remailer client:
The remailer client supports sending anonymous mail using Cypherpunk
and Mixmaster remailers, managing pseudonyms at Newnym nym servers
and receiving mail anonymously from Cypherpunk remailers. It supports
OpenPGP encryption (compatible with PGP 2, PGP 5 and up, and GnuPG).
The client can be used with a menu-based user interface and with
command line options.
* a remailer:
The remailer supports the Cypherpunk and Mixmaster message formats.
It can be integrated with the mail delivery system of Unix-based
computers or use the POP3 and SMTP protocols for mail transfer.
Mixmaster includes an automated abuse-handling system.