summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing quic files to setup.py cythonize [#887].Bob Halley2023-01-181-1/+2
|
* Add deprecation note about the Resolver nameserver attribute.Bob Halley2023-01-152-3/+15
|
* Make Coverity happier [#882].Bob Halley2023-01-121-0/+4
|
* Use 'https' instead of 'http' for dnspython.org (#883)Rafael Guterres Jeffman2023-01-115-8/+8
| | | | | | | | These days, 'https' should be used instead of 'http' for almost anything, and Coverity is warning that dnspython.org URL in 'setup.cfg' uses 'http'. This patch changes the use of 'http' to 'https' on setup.cfg and documentation, where it does not affect module code, tests or examples.
* remove obsolete lgtm linkBob Halley2023-01-021-1/+0
|
* Remove obsolete comment (#873)sblondon2023-01-021-7/+1
|
* Update cryptography requirement from >=2.6,<39.0 to >=2.6,<40.0 (#878)dependabot[bot]2023-01-021-1/+1
| | | | | | | | | | | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...39.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update SECURITY.md to 2.3.xBob Halley2022-12-271-1/+1
|
* Update versions and CI post 2.3 branch.Bob Halley2022-12-276-6/+7
|
* update whatsnewBob Halley2022-12-231-1/+3
|
* lintBob Halley2022-12-231-3/+5
|
* DNSSEC doco fixes.Bob Halley2022-12-232-5/+11
|
* CDS/CDNSKEY utilities (#872)Jakob Schlyter2022-12-232-11/+349
| | | | | | | | | | | Add CDS and CDNSKEY utilities: make_cdnskey() make_cds() make_ds_rdataset() cds_rdataset_to_ds_rdataset() dnskey_rdataset_to_cds_rdataset() dnskey_rdataset_to_cdnskey_rdataset()
* Update pocov Makefile rule for coverage 7.0.0.Bob Halley2022-12-201-2/+2
|
* Update coverage requirement from ^6.0 to ^7.0 (#874)dependabot[bot]2022-12-201-1/+1
| | | | | | | | | | | | | | | | | Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.0...7.0.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix async quic() doco.Bob Halley2022-12-161-1/+1
|
* Properly pass source and source_port to connect() in the sync version of quic().Bob Halley2022-12-161-3/+3
|
* Fix misc. lint.Bob Halley2022-12-167-13/+22
|
* Remove unsupported python case (#871)sblondon2022-12-161-4/+1
|
* DNSSEC policy. (#869)Bob Halley2022-12-153-28/+199
|
* add DNSSEC sign() to whatsnewBob Halley2022-12-131-0/+2
|
* add sign and make_dnskey functions (#868)Jakob Schlyter2022-12-131-2/+3
|
* Improve DNSSEC _doco, minor DNSSEC and typing tweaks.Bob Halley2022-12-125-36/+25
|
* DNSSEC signer (#866)Jakob Schlyter2022-12-123-39/+685
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * first cut at key_to_dnskey * update docs * typo * use real test vectors for DNSKEY * comment * split * add test for large exponent size * rename to make_dnskey * no default algorithm * rename and add comment * split out function to create rrsig signature data * docs * add type for public key * more typing * make RSA exponent key test easier to read * work in progress for dns.dnssec.sign * better docs * docs * simplify * add test with RSASHA1 * initial support for DSA * update docs * clean up DSA, t still not clear * allow inception/expiration to be specified as datetime, string, float or in * allow rrset to be specified as a tuple * calculate dsa_t * reformat * more rrset tuple fixes * support DSA * improve exception handling * fix return type error * fix typing issue to silence mypy * make test case more verbose * ensure UTC and use sigtime_to_posixtime to convert text to timestamp
* Add NSEC3 RFC to doco.Bob Halley2022-12-091-0/+3
|
* Add more DNSSEC RFCs.Bob Halley2022-12-071-0/+6
|
* One more RFC text tweak.Bob Halley2022-11-301-1/+1
|
* More RFC updates.Bob Halley2022-11-301-2/+10
|
* More whatsnew updates.Bob Halley2022-11-301-0/+13
|
* Merge pull request #863 from rbrins/masterBob Halley2022-11-301-1/+1
|\ | | | | changed docs dns.resolver.Answer response to QueryMessage
| * changed docs dns.resolver.Answer response to QueryMessageRussell2022-11-291-1/+1
|/
* Basic SVCB and HTTPS doco.Bob Halley2022-11-272-1/+113
|
* Add some more RFCs.Bob Halley2022-11-271-4/+22
|
* Improve AMTRELAY doco.Bob Halley2022-11-271-0/+16
|
* Add doco for AMTRELAY, L32, L64, LP, and NID.Bob Halley2022-11-271-13/+60
|
* Make generate-rdatatype-doc.py work properly again.Bob Halley2022-11-271-1/+1
|
* Test on 3.10 still for windows as aioquic does not build without openssl source.Bob Halley2022-11-241-1/+1
|
* DoQ packing and testing tweaksBob Halley2022-11-244-4/+9
|
* Fix type lint from latest mypy.Bob Halley2022-11-244-4/+4
|
* Merge pull request #842 from rthalley/quicBob Halley2022-11-2416-1/+1356
|\ | | | | Initial DoQ support.
| * fix doco typoBob Halley2022-10-121-1/+1
| |
| * add missing skip marksBob Halley2022-10-091-0/+2
| |
| * Initial DoQ support.Bob Halley2022-10-0916-1/+1354
| |
* | Merge pull request #858 from rthalley/dependabot/pip/sphinx-rtd-theme-1.1.1Bob Halley2022-11-071-1/+1
|\ \ | | | | | | Bump sphinx-rtd-theme from 1.1.0 to 1.1.1
| * | Bump sphinx-rtd-theme from 1.1.0 to 1.1.1dependabot[bot]2022-11-071-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #856 from GlennChia/docs/fix-typo-examplesBob Halley2022-11-071-1/+1
|\ \ | | | | | | docs: programs typo
| * | docs: programs typoGlenn2022-11-071-1/+1
|/ /
* | Merge pull request #852 from rthalley/dependabot/pip/sphinx-rtd-theme-1.1.0Bob Halley2022-11-051-1/+1
|\ \ | | | | | | Bump sphinx-rtd-theme from 1.0.0 to 1.1.0
| * | Bump sphinx-rtd-theme from 1.0.0 to 1.1.0dependabot[bot]2022-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #855 from rthalley/dependabot/pip/wheel-tw-0.38.1Bob Halley2022-11-051-1/+1
|\ \ \ | | | | | | | | Update wheel requirement from ^0.37.1 to ^0.38.1