[openssh-commits] [openssh] 04/04: Add OpenSSL 3.x ABI cross-compatibility test.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Sep 20 16:28:05 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 67b3ed101a18348b564507f55e3ed4b7e0d23ff9
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Sep 20 15:07:36 2025 +1000

    Add OpenSSL 3.x ABI cross-compatibility test.
---
 .github/run_test.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/run_test.sh b/.github/run_test.sh
index bd6fb7b7b..bf3f3c951 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -41,6 +41,17 @@ else
     ${env} make ${TEST_TARGET} SKIP_LTESTS="${SKIP_LTESTS}" LTESTS="${LTESTS}"
 fi
 
+# Replace our self-built with the distro-provided one before running the tests
+# again.
+case "$1" in
+    openssl-3.*)
+	${SUDO} cp /lib/x86_64-linux-gnu/libcrypto.so.3 /opt/openssl/lib64/libcrypto.so.3
+	if [ -z "${TEST_SSH_SSHD_CONFOPTS}" ]; then
+		SSHD_CONFOPTS=AcceptEnv=OpenSSL3_ABI_Test
+	fi
+	;;
+esac
+
 if [ ! -z "${SSHD_CONFOPTS}" ]; then
     echo "rerunning t-exec with TEST_SSH_SSHD_CONFOPTS='${SSHD_CONFOPTS}'"
     if [ -z "${LTESTS}" ]; then

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list