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

SSL match_hostname does not accept IP Address #74375

Closed
emeve89 mannequin opened this issue Apr 27, 2017 · 2 comments
Closed

SSL match_hostname does not accept IP Address #74375

emeve89 mannequin opened this issue Apr 27, 2017 · 2 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@emeve89
Copy link
Mannequin

emeve89 mannequin commented Apr 27, 2017

BPO 30189
Nosy @tiran, @emeve89

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 2017-04-27.18:32:07.617>
created_at = <Date 2017-04-27.18:16:08.509>
labels = ['extension-modules', 'type-feature']
title = 'SSL match_hostname does not accept IP Address'
updated_at = <Date 2017-04-27.18:32:07.615>
user = 'https://github.com/emeve89'

bugs.python.org fields:

activity = <Date 2017-04-27.18:32:07.615>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2017-04-27.18:32:07.617>
closer = 'christian.heimes'
components = ['Extension Modules']
creation = <Date 2017-04-27.18:16:08.509>
creator = 'emeve89'
dependencies = []
files = []
hgrepos = []
issue_num = 30189
keywords = []
message_count = 2.0
messages = ['292468', '292470']
nosy_count = 2.0
nosy_names = ['christian.heimes', 'emeve89']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue30189'
versions = ['Python 2.7']

@emeve89
Copy link
Mannequin Author

emeve89 mannequin commented Apr 27, 2017

I need this patch to be available in python 2.7.13
https://bugs.python.org/issue23239

@emeve89 emeve89 mannequin added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Apr 27, 2017
@tiran
Copy link
Member

tiran commented Apr 27, 2017

In general we don't backport features. https://www.python.org/dev/peps/pep-0466/ allows backports of network security enhancements. However IP address validation is not a security enhancement. You can either update to a new version of Python or role your own verification code.

@tiran tiran closed this as completed Apr 27, 2017
@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
extension-modules C modules in the Modules dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant