[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Still problems with TLS negotiation
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: Still problems with TLS negotiation
- From: grarpamp <grarpamp@xxxxxxxxx>
- Date: Sat, 2 Jan 2010 16:02:23 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Sat, 02 Jan 2010 16:02:26 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5saCq7Iiq7DgP3wtwto5XwnSX+CZ/Jwiu2JUyihdefU=; b=Wt63dqc4sJ4UGlsSHqb+sDktb8m4i6zPuc0JB5IimjbU8vG6PhO+gHinXxjDji8qrS Nmf/TkJjqf0XqXolpMvzBhcN8zbDG++IeLUA2s9CoCo/3gTxxPEt10WSfIURH5HR6fBv pFTDd/piWqLbevTdiBWLrhGSe5rulhOm6EO38=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cjxKB36wMVoJcPmK2wbtI6WOU19uPFlrT7y5OreSqEDAbOXm9pCrr+LUACoXEScs8S RmxqN/kjW1vM60+57C47qwCOtKljTXdYqneU7Gk4aD6eo9cIATDq81UPF6f4aMlTE1sD BZJGWJO8AzExECEbtFpIi7oP2P/c4gCO3KIWw=
- In-reply-to: <4B3F960F.70802@xxxxxxxxx>
- References: <4B3F960F.70802@xxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
FreeBSD RELENG_8 20091229T1432 works fine from current sources:
openssl version -v -p
OpenSSL 0.9.8k 25 Mar 2009
platform: FreeBSD-i386
mkdir tor ; cd tor
tar -xf /.../openssl-0.9.8l.tar.gz
tar -xf /.../libevent-1.4.13-stable.tar.gz
tar -xf /.../tor-0.2.1.21.tar.gz
c () { /usr/bin/env - PATH=/usr/bin:/bin:/usr/sbin:/sbin /bin/sh -c "$1" ; }
cd openssl-0.9.8l
c './config --prefix=$(realpath ..) no-sse2 shared enable-camellia'
c 'make depend ; make ; make install_docs install_sw'
cd ..
cd libevent-1.4.13-stable
c './configure --prefix=$(realpath ..) ; make ; make install'
cd ..
cd tor-0.2.1.21
c 'CPPFLAGS=-static LDFLAGS=-static ./configure --prefix=$(realpath
..) --with-openssl-dir=$(realpath ..) --with-libevent-dir=$(realpath
..)'
c 'make ; make install'
cd ..
./bin/tor <args>
...
Jan 02 xx:xx:xx.xxx [notice] Bootstrapped 100%: Done.
Tor should be made to emit both the libevent and openssl version
strings upon startup.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk in the body. http://archives.seul.org/or/talk/