Skip to content

Specify OpenSSL versions for conf-libssl #27165

Open
@liyishuai

Description

@liyishuai
  1. async_ssl v0.16.0 requires SSL_set1_groups_list.
  2. SSL_set1_groups_list was first introduced in OpenSSL 1.1.1.
  3. The current conf-libssl package picks openssl-devel on Fedora:
    ["openssl-devel"] {os-distribution = "centos"}
    ["openssl-devel"] {os-distribution = "ol"}
    ["openssl-devel"] {os-distribution = "fedora" | os-family = "fedora"}
  4. CentOS 7 provides openssl-devel with version 1.0.2k.
  5. The proper way to get OpenSSL 1.1 is via the openssl11-devel package on EPEL 7.

The current conf-libssl package doesn't provide any version guarantee for OpenSSL, so it doesn't guarantee successful compilation of dependants.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions