SomberNight
|
f60f690ca9
|
change many str(e) to repr(e) as some exceptions were cryptic
it's often valuable to see the type of the exception
(especially as for some exceptions str(e) == '')
|
6 years ago |
SomberNight
|
3385a94753
|
logging: basics
|
6 years ago |
SomberNight
|
60f8cf665e
|
dnssec: trivial clean-up
|
6 years ago |
Janus
|
097ac144d9
|
file reorganization with top-level module
|
7 years ago |
SomberNight
|
7b50790584
|
do not raise BaseException
|
7 years ago |
Justin Turner Arthur
|
857eb4ac1d
|
Remove unused imports. Explicitly import a few deep imports.
|
7 years ago |
Justin Turner Arthur
|
9a0aa9b478
|
Remove Python 2 support imports.
|
7 years ago |
ThomasV
|
216e9403be
|
cleanup six (no python2 support)
|
8 years ago |
Dmitry Sorokin
|
5be78950ca
|
py3
|
8 years ago |
Johann Bauer
|
6f06d8eca9
|
Add KSK-2017 to trust anchors and accept either of the two
|
8 years ago |
ThomasV
|
305843999e
|
Relicensing
|
9 years ago |
ThomasV
|
e8d30129ea
|
replace TLSLite dependency with minimal RSA implementation
|
10 years ago |
ThomasV
|
963ec4ca3e
|
dnssec: don't call get_default_resolver
|
10 years ago |
ThomasV
|
2ec19e7528
|
fix bugs with ecdsa/dnssec
|
10 years ago |
ThomasV
|
348a9b0e21
|
fix imports, cleanup
|
10 years ago |
ThomasV
|
e96a0945ca
|
do not use pycrypto for DNSSEC validation
|
10 years ago |
ThomasV
|
71243c2a57
|
dnssec: fix hash, and skip SOA
|
10 years ago |
ThomasV
|
094ce2e4b3
|
add DNSSEC chain validation
|
10 years ago |