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

Update ssl data #67437

Closed
pitrou opened this issue Jan 16, 2015 · 3 comments
Closed

Update ssl data #67437

pitrou opened this issue Jan 16, 2015 · 3 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Jan 16, 2015

BPO 23248
Nosy @pitrou, @giampaolo, @tiran, @alex, @dstufft
Files
  • update_ssl_data.patch
  • update_ssl_data2.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 2015-01-18.16:42:50.849>
    created_at = <Date 2015-01-16.08:17:01.811>
    labels = ['type-bug', 'library']
    title = 'Update ssl data'
    updated_at = <Date 2015-01-18.16:42:50.848>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2015-01-18.16:42:50.848>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-01-18.16:42:50.849>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2015-01-16.08:17:01.811>
    creator = 'pitrou'
    dependencies = []
    files = ['37722', '37748']
    hgrepos = []
    issue_num = 23248
    keywords = ['patch']
    message_count = 3.0
    messages = ['234114', '234194', '234258']
    nosy_count = 7.0
    nosy_names = ['janssen', 'pitrou', 'giampaolo.rodola', 'christian.heimes', 'alex', 'python-dev', 'dstufft']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue23248'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @pitrou
    Copy link
    Member Author

    pitrou commented Jan 16, 2015

    Amusingly OpenSSL has removed some error codes, so perhaps we should only apply this to the default branch.

    @pitrou pitrou added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jan 16, 2015
    @pitrou
    Copy link
    Member Author

    pitrou commented Jan 17, 2015

    New patch merges in the old codes.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 18, 2015

    New changeset 2eea364c2863 by Antoine Pitrou in branch '3.4':
    Issue bpo-23248: Update ssl error codes from latest OpenSSL git master.
    https://hg.python.org/cpython/rev/2eea364c2863

    New changeset 15f46b850257 by Antoine Pitrou in branch 'default':
    Issue bpo-23248: Update ssl error codes from latest OpenSSL git master.
    https://hg.python.org/cpython/rev/15f46b850257

    New changeset 6e03c18f5447 by Antoine Pitrou in branch '2.7':
    Issue bpo-23248: Update ssl error codes from latest OpenSSL git master.
    https://hg.python.org/cpython/rev/6e03c18f5447

    @pitrou pitrou closed this as completed Jan 18, 2015
    @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 type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant