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

Need openssl 1.1.1 support on Windows for ARM and ARM64 #80107

Closed
paulmon mannequin opened this issue Feb 7, 2019 · 4 comments
Closed

Need openssl 1.1.1 support on Windows for ARM and ARM64 #80107

paulmon mannequin opened this issue Feb 7, 2019 · 4 comments
Assignees
Labels
3.8 only security fixes OS-windows topic-SSL type-feature A feature request or enhancement

Comments

@paulmon
Copy link
Mannequin

paulmon mannequin commented Feb 7, 2019

BPO 35926
Nosy @pfmoore, @tiran, @tjguk, @zware, @zooba, @paulmon
PRs
  • bpo-35926: Add support for OpenSSL 1.1.1b on Windows #11779
  • bpo-35926: Add support for OpenSSL 1.1.1b on Windows #11779
  • bpo-35926: Add support for OpenSSL 1.1.1b on Windows #11779
  • bpo-35926: Add support for OpenSSL 1.1.1b on Windows #11779
  • bpo-35926: Update Windows build to OpenSSL 1.1.1b #13323
  • [3.7] bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) #13350
  • 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 2019-05-17.20:51:33.647>
    created_at = <Date 2019-02-07.02:53:23.060>
    labels = ['expert-SSL', 'type-feature', '3.8', 'OS-windows']
    title = 'Need openssl 1.1.1 support on Windows for ARM and ARM64'
    updated_at = <Date 2019-05-17.20:51:33.646>
    user = 'https://github.com/paulmon'

    bugs.python.org fields:

    activity = <Date 2019-05-17.20:51:33.646>
    actor = 'steve.dower'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2019-05-17.20:51:33.647>
    closer = 'steve.dower'
    components = ['Windows', 'SSL']
    creation = <Date 2019-02-07.02:53:23.060>
    creator = 'Paul Monson'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35926
    keywords = ['patch', 'patch', 'patch', 'patch']
    message_count = 4.0
    messages = ['334998', '342489', '342608', '342662']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'christian.heimes', 'tim.golden', 'zach.ware', 'steve.dower', 'Paul Monson']
    pr_nums = ['11779', '11779', '11779', '11779', '13323', '13350']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35926'
    versions = ['Python 3.8']

    @paulmon
    Copy link
    Mannequin Author

    paulmon mannequin commented Feb 7, 2019

    Need code and test changes to match https://bugs.python.org/issue35740

    @paulmon paulmon mannequin added the 3.8 only security fixes label Feb 7, 2019
    @paulmon paulmon mannequin assigned tiran Feb 7, 2019
    @paulmon paulmon mannequin added OS-windows topic-SSL type-feature A feature request or enhancement labels Feb 7, 2019
    @zooba
    Copy link
    Member

    zooba commented May 14, 2019

    This PR has stalled because of errors raised by TLS 1.3

    It seems that there may be a difference between sockets on Windows being non-blocking by default and other platforms being blocking by default. However, we think that is probably just causes TLS 1.3/OpenSSL 1.1.1b errors to show up in different places.

    Has anyone figured out the TLS 1.3 issues yet?

    Also, does anyone know why we default to different sockets on Windows?

    @zooba
    Copy link
    Member

    zooba commented May 15, 2019

    New changeset fb7e750 by Steve Dower (Paul Monson) in branch 'master':
    bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
    fb7e750

    @zooba
    Copy link
    Member

    zooba commented May 16, 2019

    New changeset aa73841 by Steve Dower in branch '3.7':
    bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
    aa73841

    @zooba zooba closed this as completed May 17, 2019
    @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
    3.8 only security fixes OS-windows topic-SSL type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants