Bob Halley

Results 105 comments of Bob Halley

Just an update that I haven't forgotten about this ticket. There is active IETF work in this area, we will see what happens.

I can testify that if you give it bad certificates validation fails :). The answer appears to be number 3 on your list, as aioquic always loads certifi and then...

This is fixed and will be in the next aioquic release.

None of dnspython's I/O methods are intended to be reentrant in this way. If you want to do a "gather" style like in your example, then not specifying the socket...

I agree with Brian that how it is done would matter a lot. We should discuss the idea and see if there is agreement on how best to do it....

I'm not against creating this kind of thing, I just didn't want the regular query API to be altered by supporting this. Take the following as brainstorming for more consideration:...

Brian pointed out that my dictionary scheme above isn't right, as it doesn't work if you don't get a question section in the reply. Also, while my "do it with...

Just an update that I've made some progress on this, though it will still not be in 2.4. I'm not sure I'll get to quite the vision I described, but...

A further update. The UDP solution I mentioned back in July works just fine, and much like the way the Brian described. It's still hard to bring to dnspython, however,...

I tested TLS behavior with httpx and python's native TLS via dnspython's dns.query.https() and dns.query.tls() methods, and they both raise certificate validation failures if I specify a cafile that has...