Re: reg-test failures on FreeBSD, how to best adapt/skip some tests?

2018-10-18 Thread PiBa-NL
Hi Frederic, Do you have a little time to take a look at (the idea of) the script? Thanks in advance :). Op 3-10-2018 om 21:52 schreef PiBa-NL: Hi Frederic, Made a little script (attached).. What do you think ? Could this work for current 'requirements'? Regards, PiBa-NL (Pieter)

Re: sample/fetch support for TLS extensions

2018-10-18 Thread Lukas Tribus
Hello Alexey, On Tue, 16 Oct 2018 at 14:18, Alexey Elymanov wrote: > > I would like to propose a little patch, based on current ssl_capture > (ssl_sock.c) scheme. > Purpose is to be able to sample/fetch TLS extensions, it could be useful for > debugging or fingerprinting purposes (for

[PATCH] MINOR: dns: Set maximum DNS udp payload at 65507

2018-10-18 Thread Anthonin Bonnefoy
From: Anthonin Bonnefoy With EDNS, DNS packets can have a maximum size of 65507. This will allow to have a bigger accepted_payload_size which is useful when we have more than 100 SRV records. --- include/types/dns.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git