Skip to content

tls-uses-pqc: use already-loaded libssl instead - #429

Merged
omajid merged 1 commit into
redhat-developer:mainfrom
omajid:pqc-libssl-lookup
Jul 21, 2026
Merged

tls-uses-pqc: use already-loaded libssl instead#429
omajid merged 1 commit into
redhat-developer:mainfrom
omajid:pqc-libssl-lookup

Conversation

@omajid

@omajid omajid commented Jul 21, 2026

Copy link
Copy Markdown
Member

Preferring a fixed libssl.so.4 (OpenSSL 4) or .so.3 may not match with
what the runtime is using. Always use the one already picked by the
runtime.

As a concrete example, the source-built SDK on Fedora Rawhide is
currently non-portably linked against OpenSSL 3, but the test was
calling the function in libssl.so.4, which was not working.

@omajid
omajid force-pushed the pqc-libssl-lookup branch 2 times, most recently from 8923a3c to 715e2f2 Compare July 21, 2026 14:25
Preferring a fixed libssl.so.4 (OpenSSL 4) or .so.3 may not match with
what the runtime is using. Always use the one already picked by the
runtime.

As a concrete example, the source-built SDK on Fedora Rawhide is
currently non-portably linked against OpenSSL 3, but the test was
calling the function in libssl.so.4, which was not working.
@omajid
omajid force-pushed the pqc-libssl-lookup branch from 715e2f2 to aade20d Compare July 21, 2026 15:04
@omajid
omajid merged commit 03cf084 into redhat-developer:main Jul 21, 2026
16 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant