[tor-bugs] #4822 [Tor Client]: Avoid vulnerability CVE-2011-4576 : Disable SSL3?
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Thu Jan 5 06:30:09 UTC 2012
#4822: Avoid vulnerability CVE-2011-4576 : Disable SSL3?
------------------------+---------------------------------------------------
Reporter: nickm | Owner:
Type: defect | Status: needs_review
Priority: critical | Milestone: Tor: 0.2.1.x-final
Component: Tor Client | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
Comment(by nickm):
Replying to [comment:23 rransom]:
> Replying to [comment:22 nickm]:
> > For logging version numbers, prefer OPENSSL_VERSION_TEXT
>
> OK.
>
> > and SSLeay_version(SSLEAY_VERSION), I think.
>
> No.
> {{{
> char *SSLeay_version(t)
> int t;
> {
> if (t == SSLEAY_VERSION)
> return("SSLeay 0.9.1a 06-Jul-1998");
> }}}
>
> That is impressively bogus.
>
Weird; what openssl version are you looking at? Mine have
{{{
crypto/cversion.c: if (t == SSLEAY_VERSION)
crypto/cversion.c- return OPENSSL_VERSION_TEXT;
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4822#comment:26>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list