Skip to content

Idea: OpenSSL 3.x builds for Gaffer 1.6 #47

@boberfly

Description

@boberfly

Hi GafferHQ devs,

I was just messing with seeing if OpenSSL 3.x could be used with Rocky 8 builds, and indeed it is possible using the EPEL repo:

sudo dnf install openssl3 openssl3-devel --repo epel

Seeing as though on Windows, Python 3.11 uses OpenSSL 3 it should be a good match:
python/cpython@263d8aa

One caveat at least for CMake projects is that the includes are in a non-standard place eg.

OPENSSL_INCLUDE_DIR=/usr/include/openssl3
OPENSSL_CRYPTO_LIBRARY=/usr/lib64/libcrypto.so.3
OPENSSL_SSL_LIBRARY=/usr/lib64/libssl.so.3

So any other libs (Qt6?) would need this specified so that it finds the right OpenSSL v3 and not v1.1.x. As well as find_package(OpenSSL 3) for CMake projects.

Thoughts? I guess the caveat for Rocky 8 users is they will need openssl3 + openssl3-libs installed, but all distros after have a better time of running and not relying on a backport or compatibility package.

-Alex

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