From: Arаm Sаrgsyаn Date: Mon, 16 Mar 2026 10:01:32 +0000 (+0000) Subject: fix: dev: Fix OpenSSL 4 compatibility issue when calling X509_get_subject_name() X-Git-Tag: v9.21.21~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247a2df572001e4aef2b947fe8f6507d9f816247;p=thirdparty%2Fbind9.git fix: dev: Fix OpenSSL 4 compatibility issue when calling X509_get_subject_name() Starting from OpenSSL 4 the the X509_get_subject_name() function returns a 'const' pointer to a name instead of a regular pointer. Duplicate the name before operating on it, then free it. Closes #5807 Merge branch '5807-openssl-4-X509_get_subject_name-compat-fix' into 'main' See merge request isc-projects/bind9!11676 --- 247a2df572001e4aef2b947fe8f6507d9f816247