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

No SSL match_hostname() in smtplib #63984

Closed
tiran opened this issue Nov 25, 2013 · 2 comments
Closed

No SSL match_hostname() in smtplib #63984

tiran opened this issue Nov 25, 2013 · 2 comments
Labels
stdlib Python modules in the Lib dir topic-email type-security A security issue

Comments

@tiran
Copy link
Member

tiran commented Nov 25, 2013

BPO 19785
Nosy @warsaw, @tiran, @bitdancer

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 2013-12-02.19:45:11.693>
created_at = <Date 2013-11-25.23:47:59.711>
labels = ['type-security', 'library', 'expert-email']
title = 'No SSL match_hostname() in smtplib'
updated_at = <Date 2013-12-02.19:45:11.693>
user = 'https://github.com/tiran'

bugs.python.org fields:

activity = <Date 2013-12-02.19:45:11.693>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2013-12-02.19:45:11.693>
closer = 'christian.heimes'
components = ['Library (Lib)', 'email']
creation = <Date 2013-11-25.23:47:59.711>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 19785
keywords = []
message_count = 2.0
messages = ['204438', '205047']
nosy_count = 5.0
nosy_names = ['barry', 'christian.heimes', 'Arfrever', 'r.david.murray', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'security'
url = 'https://bugs.python.org/issue19785'
versions = ['Python 3.4']

@tiran
Copy link
Member Author

tiran commented Nov 25, 2013

match_hostname patch for smtplib (see bpo-19509). The patch doesn't have tests yet.

@tiran tiran added stdlib Python modules in the Lib dir type-security A security issue labels Nov 25, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 2, 2013

New changeset c0079358e791 by Christian Heimes in branch 'default':
Issue bpo-19785: smtplib now supports SSLContext.check_hostname and server name
http://hg.python.org/cpython/rev/c0079358e791

@tiran tiran closed this as completed Dec 2, 2013
@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
stdlib Python modules in the Lib dir topic-email type-security A security issue
Projects
None yet
Development

No branches or pull requests

2 participants