index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dnssec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolver,validator: provide more EDE codes.
menakite
2024-09-06
1
-8
/
+18
*
Merge 'origin/master' into 6.0 - last merge before rename
Oto Šťáva
2024-05-14
1
-1
/
+1
|
\
|
*
Silence Clang-Tidy
Oto Šťáva
2024-05-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into 6.0
Oto Šťáva
2024-03-22
1
-5
/
+8
|
\
|
|
*
lib/dnssec: rename 'check_crypto_limit' to 'account_crypto_limit'
Oto Šťáva
2024-03-05
1
-4
/
+7
|
*
lib/dnssec: fix imprecise assertion
Vladimír Čunát
2024-02-23
1
-1
/
+1
*
|
lib/dnssec nit: reverse order of validating a DNSKEY set
Vladimír Čunát
2024-03-05
1
-2
/
+6
*
|
lib/dnssec: refactor kr_dnssec_key_*
Vladimír Čunát
2024-03-05
1
-19
/
+9
|
/
*
mitigate KeyTrap DoS = CVE-2023-50387
Vladimír Čunát
2024-02-13
1
-3
/
+4
*
mitigate KeyTrap DoS = CVE-2023-50387
Vladimír Čunát
2024-02-13
1
-0
/
+28
*
lib/dnssec kr_rrset_validate_with_key(): deduplicate cleanup
Vladimír Čunát
2024-02-13
1
-6
/
+5
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-1
/
+1
*
TTL bounds: improve the logic
Vladimír Čunát
2022-12-13
1
-8
/
+16
*
daemon/zimport: better failure logging
Vladimír Čunát
2021-12-22
1
-1
/
+4
*
logging: remove QVERBOSE in favor of kr_log_q
Tomas Krizek
2021-12-21
1
-1
/
+1
*
lib/dnssec: add a simple validator API
Vladimír Čunát
2021-11-03
1
-0
/
+61
*
lib/dnssec: make kr_dnskeys_trusted() cleaner
Vladimír Čunát
2021-11-03
1
-21
/
+18
*
lib/dnssec: add a simpler version of kr_rrset_validate_with_key()
Vladimír Čunát
2021-11-03
1
-0
/
+57
*
lib/dnssec: factor out trim_ttl()
Vladimír Čunát
2021-11-03
1
-24
/
+24
*
lib/dnssec refactor: struct dseckey -> struct dnssec_key
Vladimír Čunát
2021-11-03
1
-15
/
+15
*
lib/dnssec.c: refactor validate_rrsig_rr()
Vladimír Čunát
2021-11-03
1
-19
/
+18
*
treewide: replace VERBOSE_STATUS, WITH_VERBOSE, etc.
Vladimír Čunát
2021-07-29
1
-1
/
+1
*
validate: add kr_rrset_validation_ctx_t::log_qry
Vladimír Čunát
2021-07-29
1
-1
/
+1
*
log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
log: add level prefix to each message
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
1
-5
/
+5
*
lib/dnssec.c: replace asserts
Tomas Krizek
2021-05-25
1
-13
/
+11
*
treewide: remove duplicate contrib/wire.h
Vladimír Čunát
2021-04-14
1
-5
/
+4
*
validator: avoid using RRSIG from a different packet
Vladimír Čunát
2020-10-07
1
-6
/
+7
*
validator: use rank BOGUS where appropriate instead of MISSING
Petr Špaček
2020-04-15
1
-0
/
+2
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
iterate: better efficiency on huge RRsets
Vladimír Čunát
2019-12-04
1
-0
/
+1
*
validator: trim TTLs by RRSIG's expiration and original TTL
Vladimír Čunát
2019-09-20
1
-8
/
+26
*
validate nitpick fix: unsupported algo edge case
Vladimír Čunát
2019-04-08
1
-7
/
+3
*
treewide nitpick: fix -Wshadow
Vladimír Čunát
2019-01-08
1
-5
/
+5
*
dnssec: improve bogus logging to give more info
Petr Špaček
2018-12-20
1
-2
/
+13
*
knot_dname_in(): replace
Vladimír Čunát
2018-08-14
1
-1
/
+1
*
removal of pos from parameters
Vladimír Čunát
2018-08-14
1
-29
/
+32
*
knot_rdata_t field rename
Vladimír Čunát
2018-08-14
1
-2
/
+2
*
knot_rdataset_t field renames
Vladimír Čunát
2018-08-14
1
-8
/
+8
*
DNSSEC_OUT_OF_RANGE -> KNOT_ERANGE
Vladimír Čunát
2018-08-14
1
-1
/
+1
*
knot_rdata_* changes
Vladimír Čunát
2018-08-14
1
-4
/
+4
*
simple include fixes
Vladimír Čunát
2018-08-14
1
-5
/
+5
*
treewide: remove branches supporting old knot
Vladimír Čunát
2018-05-11
1
-35
/
+0
*
lib: fixed minor linter issues in lib
Marek Vavruša
2018-01-12
1
-1
/
+1
*
dnssec: make a function static (unused outside)
Vladimír Čunát
2017-08-04
1
-1
/
+14
*
dnssec: guard against out-of-bailiwick signatures
Vladimír Čunát
2017-08-04
1
-0
/
+8
*
layer/validate: handle unknown algorithms
Vladimír Čunát
2017-07-24
1
-2
/
+58
*
lib: forwarding, some improvements in zone cut detection algorythm
Grigorii Demidov
2017-06-01
1
-0
/
+32
*
lib/dnssec: bugfix; libdnssec data structure was prematurely released after u...
Grigorii Demidov
2017-04-28
1
-1
/
+0
[next]