Skip to content

Use OpenSSL's HMAC API #84825

Closed
Closed
@tiran

Description

@tiran
BPO 40645
Nosy @gpshead, @vstinner, @tiran, @encukou, @pablogsal, @miss-islington, @erlend-aasland
PRs
  • bpo-40645: Implement HMAC in C (GH-20129) #20129
  • bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) #20132
  • bpo-40645: restrict HMAC key len to INT_MAX #20238
  • [3.9] bpo-40645: restrict HMAC key len to INT_MAX (GH-20238) #20245
  • bpo-40645: use C implementation of HMAC #24920
  • bpo-40645: Fix reference leak in the _hashopenssl extension #25063
  • bpo-40645: Fix reference leak in the _hashopenssl extension #26072
  • bpo-40645: Fix ref leaks in _hashopenssl #26079
  • [3.10] bpo-40645: Fix ref leaks in _hashopenssl (GH-26079) #26082
  • 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 2021-10-20.14:44:16.885>
    created_at = <Date 2020-05-16.15:01:31.309>
    labels = ['extension-modules', 'type-feature', '3.9', '3.10']
    title = "Use OpenSSL's HMAC API"
    updated_at = <Date 2021-10-20.14:44:16.884>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2021-10-20.14:44:16.884>
    actor = 'christian.heimes'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2021-10-20.14:44:16.885>
    closer = 'christian.heimes'
    components = ['Extension Modules']
    creation = <Date 2020-05-16.15:01:31.309>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40645
    keywords = ['patch']
    message_count = 14.0
    messages = ['369050', '369079', '369104', '369114', '369375', '369388', '369403', '369404', '389027', '389601', '389682', '389684', '389701', '393542']
    nosy_count = 7.0
    nosy_names = ['gregory.p.smith', 'vstinner', 'christian.heimes', 'petr.viktorin', 'pablogsal', 'miss-islington', 'erlendaasland']
    pr_nums = ['20129', '20132', '20238', '20245', '24920', '25063', '26072', '26079', '26082']
    priority = 'critical'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue40645'
    versions = ['Python 3.9', 'Python 3.10']

    Metadata

    Metadata

    Assignees

    Labels

    3.10only security fixes3.9only security fixesextension-modulesC modules in the Modules dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions