summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingTheo Buehler
this factored into a separate function.
2021-01-10tweak a commentTheo Buehler
2021-01-10Link shared ciphers test to buildTheo Buehler
2021-01-10Add a regress for SSL_get_shared_ciphers() for the change of returnedTheo Buehler
ciphers in ssl_lib.c r1.240 and TLSv1.3 support in tls13_server.c r1.69. requested by jsing
2021-01-09Test that local UDP broadcast packets to 255.255.255.255 are handledAlexander Bluhm
correctly by socket splicing. They generate an ELOOP error.
2021-01-09whitespaceTheo Buehler
2021-01-09Adjust kexfuzz to addr.c/addrmatch.c split.Darren Tucker
2021-01-09Update unittests for addr.c/addrmatch.c split.Darren Tucker
2021-01-04Regress from martijn@.rob
2021-01-04Adjust to new sort order of roa-set.Claudio Jeker
2021-01-04Fix linking of regress tests after 'bgpctl show sets' addition.Theo Buehler
ok claudio
2021-01-03Increase file descriptor limit to allow long chains of splicedAlexander Bluhm
sockets in one test process.
2021-01-02Create chains and loops of spliced tcp and udp sockets. Send dataAlexander Bluhm
through them and check that MAXLOOP is triggered in kernel.
2020-12-31Remove unused categories in re_guts; they are written to but never read.Todd C. Miller
From miod@, OK tb@
2020-12-30py3-scapy is now scapykn
OK bluhm sthen
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
before accessing anything in ifa_addr. ok claudio@
2020-12-29Add another rde_trie_test to the unit tests.Claudio Jeker
2020-12-29Adjut the roa-set unittest to the new way roas are added into a trie.Claudio Jeker
2020-12-29Adjust the roa-set config test. Overlapping ROAs are no longer merged byClaudio Jeker
the parser so more ROAs are visible in the config printed.
2020-12-29Adapt to replacement of sntrup4591761x25519-sha512@tinyssh.org withDamien Miller
sntrup761x25519-sha512@openssh.com. Also test sntrup761x25519-sha512@openssh.com in unittests/kex
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
an OOR2 operator. Also includes a regress test for the issue. From FreeBSD via miod@
2020-12-27Link disklabel and newfs regress to build.Alexander Bluhm
2020-12-27Ensure that a sufficient part of the remote log file has beenAlexander Bluhm
transferred before the local side greps for the spliced keyword. Fixes a race seen on the arm64 regress machine.
2020-12-27Use GBR that adheres to the restricted vcard profile defined in RFC 6493job
2020-12-26Include expat_config.h to run regress with matching set of ifdefs.Alexander Bluhm
2020-12-26Start each regress run from scratch with new keys and CA database.Alexander Bluhm
2020-12-26Timing on slow armv7 machine is different. Instead of a brokenAlexander Bluhm
pipe error we may also receive a TLS alert.
2020-12-26Convert CA regress implementation from shell script to make file.Alexander Bluhm
Ensure that it works with obj directory and link regress to build.
2020-12-26Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits.Alexander Bluhm
2020-12-26Wrap long lines.Alexander Bluhm
2020-12-25Send fragment that reaches beyond max packet length. pf ignoresAlexander Bluhm
it, but stack somehow puts it into the fragment queue.
2020-12-25Wrap long lines.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Link pktinfo_addr and srcaddr regress to build.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Missed a python2 in previous commit.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-25Add to *FLAGS and *ADD rather than overwriting themTheo Buehler
This makes CFLAGS pick up -O2, which shaves a few seconds runtime off these very slow tests.
2020-12-25Fix test after change of wmesg.Visa Hankala
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-24Switch to scapy with python 3.Alexander Bluhm
2020-12-24Switch to scapy with python 3.Alexander Bluhm
2020-12-22more detail for failing testsDamien Miller
2020-12-22regress test for KnownHostsCommandDamien Miller