]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Initial DoQ support.
authorBob Halley <halley@dnspython.org>
Sat, 1 Oct 2022 22:24:13 +0000 (15:24 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 9 Oct 2022 21:34:10 +0000 (14:34 -0700)
commit948d5a6a2b3eb08647acaf2a67df92e9bcc2979a
treeb0a423383efbff8a314a09492d45a5de610d92b9
parent2fe1a285f883e4b47892e58d6e1affd5b5e95bac
Initial DoQ support.
16 files changed:
dns/__init__.py
dns/asyncquery.py
dns/dnssec.py
dns/query.py
dns/quic/__init__.py [new file with mode: 0644]
dns/quic/_asyncio.py [new file with mode: 0644]
dns/quic/_common.py [new file with mode: 0644]
dns/quic/_sync.py [new file with mode: 0644]
dns/quic/_trio.py [new file with mode: 0644]
examples/doq.py [new file with mode: 0644]
pyproject.toml
tests/nanoquic.py [new file with mode: 0644]
tests/test_doq.py [new file with mode: 0644]
tests/tls/ca.crt [new file with mode: 0644]
tests/tls/private.pem [new file with mode: 0644]
tests/tls/public.crt [new file with mode: 0644]