diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-22 00:26:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-22 00:26:02 +0000 |
commit | 722c7bdff46cc17462e4f7fe890774883e304a62 (patch) | |
tree | 7073c0943cca16ff57af599f7d21f8bea8296247 /doc | |
parent | bacbf984cad5acd758c29eb2186005e3fefa0295 (diff) | |
download | tor-722c7bdff46cc17462e4f7fe890774883e304a62.tar.gz tor-722c7bdff46cc17462e4f7fe890774883e304a62.zip |
r15997@catbus: nickm | 2007-10-21 20:25:40 -0400
New code (disabled for now) to use the SSL context's cert store instead of using its "extra chain cert" list to get our identity certificate sent. This is a little close to what OpenSSL expects people to do, and it has the advantage that we should be able to keep the id cert from being sent by setting the NO_CHAIN_CERT bit. I have tried turning new code on, and it seemed to work fine.
svn:r12086
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Things we'd like to do in 0.2.0.x: downloading the certs to check - But don't delay forever. o Make new download types comply with should_delay_dir_fetches() - - When DownloadExtraInfo is turned on for the first time, don't flip + o When DownloadExtraInfo is turned on for the first time, don't flip out and download the ancient history of the universe. o List IP addresses in certificates? o Make the address in votes be an actual IP address. |