summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing quic files to setup.py cythonize [#887].2.3Bob Halley2023-01-181-1/+2
| | | | (cherry picked from commit 211419bb0df840bab4696be3f6d9544d57df6603)
* 2.3.0 versionv2.3.0Bob Halley2023-01-154-5/+5
|
* Add deprecation note about the Resolver nameserver attribute.Bob Halley2023-01-152-7/+11
|
* Use 'https' instead of 'http' for dnspython.org (#883)Rafael Guterres Jeffman2023-01-135-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. (cherry picked from commit 24f0687ebbfc7499d32f47810c6fac2b9b87a63b)
* Make Coverity happier [#882].Bob Halley2023-01-131-0/+4
| | | | (cherry picked from commit c2bdb14ee486fe402196c4cbe41534b10b2bd4fd)
* remove obsolete lgtm linkBob Halley2023-01-021-1/+0
|
* Remove obsolete comment (#873)sblondon2023-01-021-7/+1
| | | | (cherry picked from commit 6ba30da01c3c9ae704090ef0691f03054ed2013d)
* 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> (cherry picked from commit 67809b4a4d69ae88ad1e6c77a21e9c7a4a081e03)
* update whatsnewBob Halley2022-12-281-0/+5
|
* update github actionv2.3.0rc1Bob Halley2022-12-271-4/+2
|
* Update versions for 2.3.0rc1Bob Halley2022-12-275-6/+6
|
* 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