]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isctest.query.tls() function
authorMichal Nowak <mnowak@isc.org>
Wed, 17 Jan 2024 19:47:42 +0000 (20:47 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Jan 2025 08:56:36 +0000 (08:56 +0000)
commit9f356962ecce1d57fb06ad97ddd86bb2cd3abb20
treea815e0447b605bf4fbc974910b33639ad5ce5b5a
parent1a4fb0550b2bbed7c8645d82092a3e27d3a7e628
Add isctest.query.tls() function

When explicitly set to True, the "verify" argument lets dnspython verify
certificates used for the connection. As most certificates in the system
test will inevitably be self-signed, the "verify" argument defaults to
False.

The "verify" argument is present in dnspython since the version 2.5.0.

(cherry picked from commit df8c419058e1e43265928b59f4ae54293f9a32de)
bin/tests/system/isctest/query.py