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

Test ECDSA and dual mode context #76783

Closed
tiran opened this issue Jan 19, 2018 · 2 comments
Closed

Test ECDSA and dual mode context #76783

tiran opened this issue Jan 19, 2018 · 2 comments
Assignees
Labels
tests Tests in the Lib/test dir topic-SSL type-feature A feature request or enhancement

Comments

@tiran
Copy link
Member

tiran commented Jan 19, 2018

BPO 32602
Nosy @tiran
PRs
  • bpo-32602: Test ECDSA certs #5247
  • 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 = 'https://github.com/tiran'
    closed_at = <Date 2018-01-20.14:19:28.958>
    created_at = <Date 2018-01-19.19:46:32.355>
    labels = ['expert-SSL', 'type-feature', 'tests']
    title = 'Test ECDSA and dual mode context'
    updated_at = <Date 2018-01-20.14:19:28.957>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2018-01-20.14:19:28.957>
    actor = 'christian.heimes'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2018-01-20.14:19:28.958>
    closer = 'christian.heimes'
    components = ['Tests', 'SSL']
    creation = <Date 2018-01-19.19:46:32.355>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32602
    keywords = ['patch']
    message_count = 2.0
    messages = ['310284', '310347']
    nosy_count = 1.0
    nosy_names = ['christian.heimes']
    pr_nums = ['5247']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32602'
    versions = []

    @tiran
    Copy link
    Member Author

    tiran commented Jan 19, 2018

    OpenSSL supports ECDSA certs and dual EC/RSA mode context, e.g. a context a RSA and an ECDSA key/cert pair loaded at the same time. Python shoulkd verify that ECDSA certs are working properly.

    @tiran tiran self-assigned this Jan 19, 2018
    @tiran tiran added tests Tests in the Lib/test dir topic-SSL type-feature A feature request or enhancement labels Jan 19, 2018
    @tiran
    Copy link
    Member Author

    tiran commented Jan 20, 2018

    New changeset bd5c7d2 by Christian Heimes in branch 'master':
    bpo-32602: Test ECDSA certs (bpo-5247)
    bd5c7d2

    @tiran tiran closed this as completed Jan 20, 2018
    @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
    tests Tests in the Lib/test dir topic-SSL type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant