The Reliable Event Logging Protocol library
Go to file
Cropi d2886fda66 backport: fix SSL_CONF_cmd/SSL_new ordering in OpenSSL client connect path
relpTcpConnectTLSInit_ossl() called SSL_new() before applying
tls.tlscfgcmd via relpTcpSetSslConfCmd_ossl(), so the SSL object
inherited the default group list from SSL_CTX instead of the
administrator-configured one.  Move sslState = osslClient and
relpTcpSetSslConfCmd_ossl() to before SSL_new() so the SSL object
snapshots the correctly configured SSL_CTX.

Backport: 9bf89ca142

Resolves: RHEL-192631
Signed-off-by: Cropi <alakatos@redhat.com>
2026-07-15 09:16:38 +02:00
.fmf Enable RHEL CI for c9s 2025-02-06 16:07:23 +01:00
.gitignore Merged update from upstream sources 2021-03-19 10:30:34 +00:00
ci_tests.fmf Enable RHEL CI for c9s 2025-02-06 16:07:23 +01:00
fix-openssl-fd-double-close.patch backport: fix OpenSSL fd double-close in TLS teardown 2026-07-09 13:09:41 +02:00
gating.yaml Enable RHEL CI for c9s 2025-02-06 16:07:23 +01:00
librelp-1.10.0-crypto-compliance.patch Enable openssl 2021-08-17 10:39:03 +02:00
librelp-1.10.0-rhbz1972067-relpEngineSetTLSLibByName.patch Enable openssl 2021-08-17 10:39:03 +02:00
librelp.spec backport: fix SSL_CONF_cmd/SSL_new ordering in OpenSSL client connect path 2026-07-15 09:16:38 +02:00
RHEL-192631-fix-ossl-ssl-new-ordering.patch backport: fix SSL_CONF_cmd/SSL_new ordering in OpenSSL client connect path 2026-07-15 09:16:38 +02:00
sources Merged update from upstream sources 2021-03-19 10:30:34 +00:00