yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29535
[Bug 1432441] Re: do away with PROTOCOL_SSLv3
@ToniMueller, we need to fix the code in oslo-incubator first. you are right a quick scan does not show any users of
validate_ssl_version so we need to remove the entire _SSL_PROTOCOLS variable and references from sslutils in oslo-incubator first and then cleanup the copy in nova.
** Also affects: oslo-incubator
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Confirmed
** Changed in: oslo-incubator
Status: New => Confirmed
** Changed in: nova
Importance: Undecided => Low
** Changed in: oslo-incubator
Importance: Undecided => Low
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1432441
Title:
do away with PROTOCOL_SSLv3
Status in OpenStack Compute (Nova):
Confirmed
Status in The Oslo library incubator:
Confirmed
Bug description:
In Debian Testing, Python 2.7 does no longer include the symbols
PROTOCOL_SSLv2 and PROTOCOL_SSLv3. The attached patch fixes this
against Nova trunk.
Unrelated: The following command, run from /opt/stack in a devstack
environment, did not yield any call to the function
validate_ssl_version(), which is the only user of the affected data
structure:
find . -name '*.py' -type f |xargs grep -nF validate_ssl_version
The nova version, according to the PKG-INFO file, is 2015.1.dev70.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1432441/+subscriptions
References