]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
WIP padding module padding-flag 818/head
authorIvana Krumlová <ivana.krumlova@nic.cz>
Fri, 12 Jul 2019 13:16:52 +0000 (15:16 +0200)
committerIvana Krumlová <ivana.krumlova@nic.cz>
Fri, 12 Jul 2019 13:25:04 +0000 (15:25 +0200)
commit6d2886e04b78e45c543137029a8237903a1c8142
tree36dad1baa23df0f86963c49757892f42f2c6f711
parentd12d15b5f7aa7edcda187c9b4366302b9692f795
WIP padding module

- in .begin sets PADDING_REQUIRED flag for tls requests
- function add_padding is moved from resolve.c but .answer_finalize is
too early and .finish too late to aply it
lib/resolve.c
modules/meson.build
modules/padding/meson.build [new file with mode: 0644]
modules/padding/padding.c [new file with mode: 0644]