]> git.ipfire.org Git - thirdparty/bind9.git/commit
move openssl error reporting to isc/ossl_wrap
authorAydın Mercan <aydin@isc.org>
Mon, 1 Dec 2025 10:49:46 +0000 (13:49 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 2 Feb 2026 08:50:14 +0000 (11:50 +0300)
commitf21d237374cf2ada5da109ea11465f5b306c4722
tree45d174972b1ab95123fe7ad16e6a8ade59f553c1
parentc4a25e633c2ef5f6b6c68e5146d80f1055328f6f
move openssl error reporting to isc/ossl_wrap

While being the best place at the time, the tlserr2result doesn't belong
inside TLS code since it is generic to OpenSSL and mostly used in the
dst interface. The newly created ossl_wrap interface is the idea place
for flushing the OpenSSL thread error queue.
lib/dns/dst_openssl.h
lib/isc/crypto/ossl1_1.c
lib/isc/crypto/ossl3.c
lib/isc/include/isc/ossl_wrap.h
lib/isc/include/isc/tls.h
lib/isc/ossl_wrap/ossl_common.c
lib/isc/tls.c