r16215@tombo: nickm | 2008-06-12 18:39:03 -0400
commit617843988cc7dc6ed51c4ac409abe26f5ead5ccf
authorNick Mathewson <nickm@torproject.org>
Thu, 12 Jun 2008 22:39:13 +0000 (12 22:39 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 Jun 2008 22:39:13 +0000 (12 22:39 +0000)
tree12bc840334fec69dcaf2de89df8d1f48787b7e8e
parent555450ba735e5ea108226e332bf530acfefffdca
 r16215@tombo:  nickm | 2008-06-12 18:39:03 -0400
 Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers.  This is a bit of a kludge, but it is at least decently well commented.

svn:r15173
ChangeLog
doc/TODO
doc/spec/tor-spec.txt
src/common/Makefile.am
src/common/ciphers.inc [new file with mode: 0644]
src/common/tortls.c