index
:
delta/python-packages/dnspython.git
2.2
2.3
absolute_origin_zone_txn_fix
async
cache_stats
canonical_name
cmp_fix
cname-and-other-data
comments
constants
constants2
continue_on_error
dependabot/pip/coverage-tw-6.0
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
dependabot/pip/mypy-tw-0.781
dependabot/pip/mypy-tw-0.782
dependabot/pip/mypy-tw-0.790
dependabot/pip/mypy-tw-0.800
dependabot/pip/mypy-tw-0.812
dependabot/pip/mypy-tw-0.920
dependabot/pip/pytest-cov-tw-3.0.0
dependabot/pip/pytest-tw-6.0.0
dependabot/pip/trio-gte-0.14-and-lt-0.18
dependabot/pip/trio-gte-0.14-and-lt-0.19
dependabot/pip/wheel-tw-0.35.0
full_match
httpx_if_possible
legacy-v1
lifetime_timeout
master
message
more-immut
nanonameserver
new-unversioned-zone-txn
parser
proc-order
processing_order_fix
python3
quic-899
resolve_chaining
resrefactor
revert-193-pylint
rrset-reader
soa_interval_fix
svcb
transaction
txn-names
win32util
windows_asyncio_fix
wrap
xfr
zone-refactor
github.com: rthalley/dnspython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dns
/
dnssec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lint
Bob Halley
2020-06-30
1
-1
/
+1
*
Add more dnssec coverage testing.
Brian Wellington
2020-06-30
1
-1
/
+1
*
improve coverage
Bob Halley
2020-06-19
1
-2
/
+3
*
Improvements to dns.rdata.to_wire().
Brian Wellington
2020-06-01
1
-10
/
+3
*
flake8 linting
Bob Halley
2020-05-20
1
-18
/
+18
*
Enum refactoring.
Brian Wellington
2020-05-19
1
-12
/
+18
*
Convert opcode, rcode, dnssec constants to enums.
Brian Wellington
2020-05-18
1
-68
/
+28
*
indentation lint
Bob Halley
2020-05-16
1
-1
/
+1
*
Improve consistency in DNSSEC code.
Brian Wellington
2020-05-15
1
-11
/
+35
*
flake8 linting
Bob Halley
2020-05-15
1
-3
/
+6
*
Improve nsec3_hash() docs.
Brian Wellington
2020-05-11
1
-3
/
+3
*
Improve validate() docs.
Brian Wellington
2020-05-11
1
-2
/
+2
*
fix quoting, again!
Bob Halley
2020-05-11
1
-1
/
+1
*
fix quoting
Bob Halley
2020-05-11
1
-4
/
+4
*
Document validate() and validate_rrsig().
Bob Halley
2020-05-11
1
-54
/
+53
*
Fix nsec3_hash() when passed a dns.name.Name.
Brian Wellington
2020-05-11
1
-2
/
+2
*
Fix nsec3_hash() with salt==None.
Brian Wellington
2020-05-11
1
-1
/
+3
*
Fix documentation formatting.
Brian Wellington
2020-05-11
1
-4
/
+4
*
Reharmonize doc style as I think it looks better
Bob Halley
2020-05-10
1
-43
/
+42
*
fix doco nits
Bob Halley
2020-05-10
1
-6
/
+6
*
more things to make mypy happier
Bob Halley
2020-05-03
1
-2
/
+2
*
In library code, replace from io import BytesIO (or StringIO) with import io
Bob Halley
2020-05-01
1
-2
/
+2
*
Remove redundant check.
Brian Wellington
2020-04-21
1
-3
/
+0
*
cryptography delint
Bob Halley
2020-04-08
1
-2
/
+1
*
Use python cryptography for DNSSEC
Simo Sorce
2020-04-07
1
-83
/
+81
*
delint
Bob Halley
2020-04-02
1
-1
/
+2
*
NSEC3 hash implementation and tests
Fabian Hauck
2020-03-21
1
-0
/
+42
*
Add support for SHA-384 DS records.
Brian Wellington
2020-03-20
1
-0
/
+3
*
Set _have_ecpy=False if pycryptodome isn't found.
Brian Wellington
2020-03-16
1
-0
/
+1
*
Merge pull request #424 from bwelling/master
Bob Halley
2020-03-11
1
-1
/
+37
|
\
|
*
Require Python 3.6 for EdDSA.
Brian Wellington
2020-03-11
1
-2
/
+3
|
*
Add support for EdDSA DNSSEC algorithms.
Brian Wellington
2020-03-11
1
-1
/
+36
*
|
delint
Bob Halley
2020-03-11
1
-13
/
+31
|
/
*
Use PyCryptodome for ECDSA.
Brian Wellington
2020-03-10
1
-49
/
+15
*
dns/dnssec: add missing DNSSEC algorithms
Tomas Krizek
2020-03-10
1
-3
/
+24
*
dns/dnssec: remove unused function _make_algorithm_id()
Tomas Krizek
2020-03-10
1
-19
/
+0
*
Raises import error that doesn't get swallowed on missing dependency for edcs...
timothy
2020-02-25
1
-2
/
+4
*
refactoring of dnssec documentation
Emanuel Moser
2020-01-07
1
-47
/
+59
*
Merge pull request #346 from tomaskrizek/dnssec-make-ds
Bob Halley
2019-01-12
1
-6
/
+7
|
\
|
*
dnssec: use hashlib in make_ds()
Tomas Krizek
2019-01-02
1
-6
/
+7
*
|
remove bytearray() wrapping used for python 2 compatibility
Bob Halley
2019-01-05
1
-1
/
+0
|
/
*
Remove _compat module.
Bob Halley
2018-12-09
1
-5
/
+3
*
update copyright
Bob Halley
2018-12-01
1
-0
/
+2
*
Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade
Hugo
2018-09-06
1
-1
/
+1
*
Initial type signatures
Janus
2018-07-31
1
-1
/
+1
*
dns/dnssec: remove redundant return
Tomas Krizek
2018-07-20
1
-3
/
+1
*
dns/dnssec: support both pycryptodome and pycryptodomex
Tomas Krizek
2018-07-20
1
-37
/
+47
*
dns/dnssec: keep algorithm names for backwards compatibility
Tomas Krizek
2018-07-20
1
-36
/
+36
*
dns/dnssec: add missing rrsigname
Tomas Krizek
2018-07-20
1
-0
/
+2
*
Update DNSSEC code to use pycryptodome instead of pycrypto. These changes
Daniel Robbins
2018-07-20
1
-77
/
+84
[next]