Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl version in windows builds does not support renegotiation #59754

Closed
corymintz mannequin opened this issue Aug 3, 2012 · 2 comments
Closed

openssl version in windows builds does not support renegotiation #59754

corymintz mannequin opened this issue Aug 3, 2012 · 2 comments
Labels
OS-windows type-feature A feature request or enhancement

Comments

@corymintz
Copy link
Mannequin

corymintz mannequin commented Aug 3, 2012

BPO 15549
Nosy @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2014-07-03.08:27:35.583>
created_at = <Date 2012-08-03.15:09:35.734>
labels = ['type-feature', 'OS-windows']
title = 'openssl version in windows builds does not support renegotiation'
updated_at = <Date 2014-07-03.08:27:35.581>
user = 'https://bugs.python.org/corymintz'

bugs.python.org fields:

activity = <Date 2014-07-03.08:27:35.581>
actor = 'ned.deily'
assignee = 'none'
closed = True
closed_date = <Date 2014-07-03.08:27:35.583>
closer = 'ned.deily'
components = ['Windows']
creation = <Date 2012-08-03.15:09:35.734>
creator = 'cory.mintz'
dependencies = []
files = []
hgrepos = []
issue_num = 15549
keywords = []
message_count = 2.0
messages = ['167336', '222134']
nosy_count = 3.0
nosy_names = ['loewis', 'BreamoreBoy', 'cory.mintz']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue15549'
versions = ['Python 2.7']

@corymintz
Copy link
Mannequin Author

corymintz mannequin commented Aug 3, 2012

The Python 2.7.3 and 2.6.8 Windows builds are both built against "OpenSSL 0.9.8l 5 Nov 2009".

This specific version of OpenSSL had renegotiation removed due a security vulnerability. Except from http://svn.python.org/projects/external/openssl-0.9.8x/NEWS.

Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:
...
o Support for RFC5746 TLS renegotiation extension.
...
Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l:

  o Temporary work around for CVE-2009-3555: disable renegotiation.

Can the OpenSSL version be updated to at least OpenSSL 0.9.8m so renegotiation is supported?

@corymintz corymintz mannequin added OS-windows type-feature A feature request or enhancement labels Aug 3, 2012
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Jul 2, 2014

@cory the latest version of openssl is 1.0.1g for Python 2.7.7. Please see PEP-466 and bpo-21462

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant