]> git.ipfire.org Git - thirdparty/dnspython.git/commit
allow ssl.SSLContext type in the verify= argument of dns.query.https() (#1173)
authorThomas Steen Rasmussen <thomas@gibfest.dk>
Sun, 30 Mar 2025 19:26:32 +0000 (21:26 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Mar 2025 19:26:32 +0000 (12:26 -0700)
commita397f0077d11f317b943d41dd79d5b9a8220894f
tree9e095c98376aa059bb95bdedeac9d0bf8ebc640b
parentac9e39551099b238245245565c556ddcc155b937
allow ssl.SSLContext type in the verify= argument of dns.query.https() (#1173)

allow ssl.SSLContext type in the verify= argument of dns.query.https() and dns.asyncquery.https()
dns/asyncquery.py
dns/query.py