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 poplib #63983

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

No SSL match_hostname() in poplib #63983

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 19784
Nosy @warsaw, @tiran, @bitdancer
Files
  • check_poplib.patch
  • 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:11:45.842>
    created_at = <Date 2013-11-25.23:47:27.165>
    labels = ['type-security', 'library', 'expert-email']
    title = 'No SSL match_hostname() in poplib'
    updated_at = <Date 2013-12-02.19:11:45.841>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2013-12-02.19:11:45.841>
    actor = 'christian.heimes'
    assignee = 'none'
    closed = True
    closed_date = <Date 2013-12-02.19:11:45.842>
    closer = 'christian.heimes'
    components = ['Library (Lib)', 'email']
    creation = <Date 2013-11-25.23:47:27.165>
    creator = 'christian.heimes'
    dependencies = []
    files = ['32847']
    hgrepos = []
    issue_num = 19784
    keywords = ['patch']
    message_count = 2.0
    messages = ['204437', '205042']
    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/issue19784'
    versions = ['Python 3.4']

    @tiran
    Copy link
    Member Author

    tiran commented Nov 25, 2013

    match_hostname patch for poplib (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 1ce752754280 by Christian Heimes in branch 'default':
    Issue bpo-19784: poplib now supports SSLContext.check_hostname and server name
    http://hg.python.org/cpython/rev/1ce752754280

    @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