summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove extra whitespace.Brian Wellington2020-05-151-2/+0
* Improve consistency in DNSSEC code.Brian Wellington2020-05-152-6/+37
* Allow resolver-level control over the defaulting of search (default False).Bob Halley2020-05-151-1/+17
* Add resolver resolve(), deprecate query().Bob Halley2020-05-152-1/+20
* Add more nsec3_hash() tests.Brian Wellington2020-05-111-1/+17
* lintBob Halley2020-05-091-1/+0
* remove send_https() as the send/receive split is too hard for HTTPS and it is...Bob Halley2020-05-081-12/+0
* Improve TXT records in example zone.Brian Wellington2020-05-044-11/+19
* Add an ignore_scope option to dns.ipv6.inet_aton().Bob Halley2020-05-041-0/+17
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-034-0/+101
* Add IDNA codec support to tokenizer and dns.rdata.from_text()Bob Halley2020-05-031-0/+13
* finish commentBob Halley2020-05-031-1/+2
* Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]Bob Halley2020-05-032-2/+29
* fix lingering unguarded requests importsBob Halley2020-05-011-3/+4
* Merge pull request #460 from bwelling/remove-futureBob Halley2020-05-014-8/+0
|\
| * Remove "from __future__ import" statements.Brian Wellington2020-05-014-8/+0
* | also use skipUnless for tests that require IDNA2008Daniel Lenski2020-04-301-29/+31
* | make DOH an extra feature (to avoid requests as hard dependency)Daniel Lenski2020-04-301-0/+2
|/
* Add alternate origin support to dns.reversename.Brian Wellington2020-04-291-0/+26
* Add dns.rdata.Rdata.to_generic()Brian Wellington2020-04-211-0/+13
* cryptography delintBob Halley2020-04-081-1/+0
* Use python cryptography for DNSSECSimo Sorce2020-04-071-18/+2
* Merge pull request #445 from kimbo/kl/resolv-conf-optionsBob Halley2020-04-031-0/+15
|\
| * tests for reading resolvconf optionskimbo2020-04-021-0/+15
* | Merge pull request #443 from bwelling/rdata-replaceBob Halley2020-04-031-0/+17
|\ \ | |/ |/|
| * Add dns.rdata.Rdata.replace()Brian Wellington2020-04-021-0/+17
* | Update Set tests.Brian Wellington2020-04-021-8/+24
|/
* python 3.5 compatibilityBob Halley2020-04-021-1/+1
* delintBob Halley2020-04-021-1/+1
* fix tests broken by immutable rdata conversion (lists became tuples)Bob Halley2020-04-023-4/+4
* NSEC3 hash implementation and testsFabian Hauck2020-03-211-0/+56
* Merge pull request #432 from bwelling/ds-sha384Bob Halley2020-03-201-0/+7
|\
| * Add support for SHA-384 DS records.Brian Wellington2020-03-201-0/+7
* | zone.to_text() should return a string.Brian Wellington2020-03-201-2/+2
|/
* Remove choose_relativity() from zone.from_xfr()Brian Wellington2020-03-181-0/+33
* Improve assertion checking.Brian Wellington2020-03-1818-269/+284
* Merge pull request #424 from bwelling/masterBob Halley2020-03-111-0/+87
|\
| * Check for Python 3.6 in tests.Brian Wellington2020-03-111-0/+9
| * Add support for EdDSA DNSSEC algorithms.Brian Wellington2020-03-111-0/+78
* | delintBob Halley2020-03-111-1/+3
|/
* Use PyCryptodome for ECDSA.Brian Wellington2020-03-101-8/+0
* DoH cleanup.Brian Wellington2020-01-071-5/+11
* Merge pull request #405 from kimbo/kl/doh-improvementsBob Halley2020-01-071-0/+83
|\
| * send_https() and test for itkimbo2019-12-301-0/+11
| * added bootstrap address option to https()kimbo2019-12-301-0/+13
| * req'd session param to https() for connection reusekimbo2019-12-301-4/+10
| * cleaned up query.py and test_dohkimbo2019-12-231-13/+2
| * improvements to dns.query.httpskimbo2019-12-191-0/+64
* | only allow Resolver.nameservers to be a listkimbo2020-01-061-11/+1
* | change nameserver to nameserverskimbo2019-12-301-4/+4