summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-11in the magical language gcc, adding brackets allows correct code to compile.Theo de Raadt
2018-11-11make all the setsockopt calls consistent.David Gwynne
2018-11-11Sometimes autoindenting is too helpful.Kenneth R Westerback
2018-11-11As get_hw_address() is called early and unconditionally setsKenneth R Westerback
2018-11-11Reorganize libssl interop tests. Move netcat tests into separateAlexander Bluhm
2018-11-11Mention the default address (0.0.0.0) and port (6653) that switchd(8)akoshibe
2018-11-10let -D work on ping6 too.David Gwynne
2018-11-10Unbreak `-D macro=value' (r1.686 regression)kn
2018-11-10use the LFPRINTF() debug macro consistently; ok mpi@anton
2018-11-10Use tick_msg(INT64_MAX) when LLADDR changes.Kenneth R Westerback
2018-11-10If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time)Kenneth R Westerback
2018-11-10Eliminate use of sbrk (was only used to print a diagnostic).Daniel Dickman
2018-11-10remove mention of sbrk.Daniel Dickman
2018-11-10the default for triggered-updates is no.remi
2018-11-10Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.Alexander Bluhm
2018-11-10Eliminate single use variables 'tickstop' that confuse ticking andKenneth R Westerback
2018-11-10Fix vnetid rangekn
2018-11-10free(9) sizes for endpoints array.Martin Pieuchot
2018-11-10Pass free(9) sizes for port arrays.Martin Pieuchot
2018-11-10Pass free(9) sizes for the tx descriptors.Martin Pieuchot
2018-11-10Stop passing value+3 as the start time for tick_msg(). Just #defineKenneth R Westerback
2018-11-10The tick messages ("no link...", "no lease...") have had a hardKenneth R Westerback
2018-11-10Remove the strong hysteresis filter.Ulf Brosziewski
2018-11-10add tests covering negative lengths and positive overflowsanton
2018-11-10Conform to POSIX-2001 in which the behavior of passing a negative length usinganton
2018-11-10fix error message when querying a non-existent tabledenis
2018-11-10unbreak VLAN filteringdenis
2018-11-10Remove dead codeBob Beck
2018-11-10SpelingBob Beck
2018-11-10Regress client and server can do session reuse now. Test this withAlexander Bluhm
2018-11-10Tweak and improve the TLSv1.3 state machine.Joel Sing
2018-11-10Make sure the interop test happen last (since they take a long time)Bob Beck
2018-11-10add support for setting the traffic class on ipv6 packets.David Gwynne
2018-11-10Clean up and free objects at the completion of the regress test.Joel Sing
2018-11-10fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)Theo Buehler
2018-11-10Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.Theo Buehler
2018-11-10fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)Theo Buehler
2018-11-10Avoid a double allocation and memory leak.Joel Sing
2018-11-10Stop keeping track of sigalgs by guessing it from digest and pkey,Bob Beck
2018-11-10More regress all the way to exporter_masterBob Beck
2018-11-10Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}.Theo Buehler
2018-11-10Fix last of the empty hash nonsenseBob Beck
2018-11-09Update key schedule regress to match API changes.Joel Sing
2018-11-09Fix the TLSv1.3 key schedule implementation.Joel Sing
2018-11-09Use "send" and "recv" consistently instead of mixing them with "read"Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09The Botan library from ports an be configured to use OpenSSL orAlexander Bluhm
2018-11-09Avoid dereferencing eckey before checking it for NULL.Theo Buehler
2018-11-09Document interactions of rad(8), carp(4), and SOII:Stefan Sperling