]> git.ipfire.org Git - thirdparty/bind9.git/commit
OpenSSL 4 compatibility fix
authorAram Sargsyan <aram@isc.org>
Thu, 12 Mar 2026 13:10:38 +0000 (13:10 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 16 Mar 2026 10:01:18 +0000 (10:01 +0000)
commit336c523b7980895c8f43cbb758dd21d2176650f8
tree3a73e4b5c15dda08b292190097ddda2c27d54c8e
parent6a94864c623619c024e5458f47cae227442bf44e
OpenSSL 4 compatibility fix

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.
lib/isc/tls.c