Commit graph

5 commits

Author SHA1 Message Date
Todd Vierling
023e25a43c +RMD160 2005-03-28 13:18:03 +00:00
Todd Vierling
c48800fc55 Only OpenSSL 0.9.6* has the old-style deslib. 0.9.7 is no longer compatible.
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.)
2004-07-31 05:34:40 +00:00
Todd Vierling
0997aef428 Update to 2.9.1. Changes:
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.
2004-01-31 02:52:22 +00:00
Todd Vierling
ba24d12497 Add system-wide keyring locations to mix.cfg, and install (as yet not
completely usable) example configs into share/examples/mixmaster.
2003-08-20 17:31:49 +00:00
Todd Vierling
c4ac732867 Import of Mixmaster 2.9.0, an anonymous remailer client. The remailer
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.
2003-08-18 18:25:03 +00:00