[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [or-cvs] src/or
- To: or-dev@freehaven.net
- Subject: Re: [or-cvs] src/or
- From: Nick Mathewson <nickm@alum.mit.edu>
- Date: 30 Jul 2003 15:15:58 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: or-dev-outgoing@seul.org
- Delivered-to: or-dev@seul.org
- Delivery-date: Wed, 30 Jul 2003 15:16:05 -0400
- In-reply-to: <20030730191205.5318133B65@moria.seul.org>
- References: <20030730191205.5318133B65@moria.seul.org>
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-dev@freehaven.net
On Wed, 2003-07-30 at 15:12, Nick Mathewson wrote:
> Modified Files:
> circuit.c connection.c connection_or.c onion.c or.h routers.c
> Log Message:
> src/or
Eeek, I meant "commit src/or", not "commit -m src/or"!
Here's the missing log message:
* Switch all ciphers to use AES counter mode.
* Instead of referring to 3DES in some places and DEFAULT_CIPHER in
others, make symbolic constants for CIRCUIT_CIPHER, ONION_CIPHER, and
CIRCUIT_CIPHER.
* Use new interface to crypto_dh_compute_secret.
* Change learn_my_address to give a warning if you get localhost without
asking for it.
--
Nick