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

Travis: Test with OpenSSL 1.1.0 #76730

Closed
tiran opened this issue Jan 14, 2018 · 3 comments
Closed

Travis: Test with OpenSSL 1.1.0 #76730

tiran opened this issue Jan 14, 2018 · 3 comments
Labels
3.7 (EOL) end of life type-feature A feature request or enhancement

Comments

@tiran
Copy link
Member

tiran commented Jan 14, 2018

BPO 32549
Nosy @tiran, @iritkatriel
PRs
  • bpo-32549: Compile OpenSSL 1.1.0 on Travis CI #5180
  • 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 2020-10-21.16:33:09.641>
    created_at = <Date 2018-01-14.10:39:47.645>
    labels = ['type-feature', '3.7']
    title = 'Travis: Test with OpenSSL 1.1.0'
    updated_at = <Date 2020-10-21.16:33:09.640>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2020-10-21.16:33:09.640>
    actor = 'christian.heimes'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-21.16:33:09.641>
    closer = 'christian.heimes'
    components = []
    creation = <Date 2018-01-14.10:39:47.645>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32549
    keywords = ['patch']
    message_count = 3.0
    messages = ['309916', '310112', '378730']
    nosy_count = 2.0
    nosy_names = ['christian.heimes', 'iritkatriel']
    pr_nums = ['5180']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32549'
    versions = ['Python 3.7']

    @tiran
    Copy link
    Member Author

    tiran commented Jan 14, 2018

    For several planned features and security improvements, at least OpenSSL 1.0.2 is required. OpenSSL 1.1.0 is preferred to test all new features. See discussion https://mail.python.org/pipermail/python-dev/2018-January/151718.html . However Travis CI uses Ubuntu 14.04 LTS, which comes with OpenSSL 1.0.1.

    To address the problem, CPython has either to compile and install a local copy of OpenSSL, move to container-based testing or use a different CI provider with more recent infrastructure.

    I have created a PR that uses an improved version of my multissl test helper to compile and install the latest copy of OpenSSL 1.1.0. The build is cached by Travis. I *think* it is necessary to build OpenSSL in master so PRs can use the cache. A daily Travis cron job on master should do the trick.

    @tiran tiran added 3.7 (EOL) end of life type-feature A feature request or enhancement labels Jan 14, 2018
    @tiran
    Copy link
    Member Author

    tiran commented Jan 16, 2018

    New changeset ced9cb5 by Christian Heimes in branch 'master':
    bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (bpo-5180)
    ced9cb5

    @iritkatriel
    Copy link
    Member

    This seems complete, can it be closed?

    @tiran tiran closed this as completed Oct 21, 2020
    @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.7 (EOL) end of life type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants