summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet/ipsec (follow)
Commit message (Expand)AuthorAgeFilesLines
* ESP path MTU discovery over IPv6 tunnel has been fixed. Add test.bluhm2021-02-011-6/+76
* Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP.bluhm2021-01-203-17/+75
* Test that IPv4 path MTU discovery works over IPsec in tunnel mode.bluhm2020-12-212-3/+53
* Use regress framework for setup and shorten target names.bluhm2020-12-201-41/+47
* Remove echo headlines.bluhm2020-12-171-27/+1
* Do not create files as dependency of .BEGIN rule. Noticed bybluhm2020-01-151-4/+4
* Rework when tests have to be skipped due to insufficient configurationbluhm2020-01-081-1/+7
* The IPsec policy check for IPComp bundles has been fixed in thebluhm2019-12-201-11/+11
* Always try to build packet reflector on remote machine. It may bebluhm2018-09-281-1/+2
* Make sure that the inetd echo and nonxt protocol reflectors arebluhm2018-05-281-2/+9
* Activate IPv6 no next header protocol over IPsec test. Run thebluhm2018-05-214-28/+112
* Install inetd.conf files and start the daemon on remote machinesbluhm2018-05-191-17/+53
* Additionally send no next header protocol 59 packets through thebluhm2018-05-193-14/+285
* Typo fix, ok bluhm@mpi2018-05-151-4/+4
* Disable counting TCP packets in the test as it does not work reliably.bluhm2018-04-121-23/+4
* Remove useless make depend targets.bluhm2017-07-071-3/+1
* Now that pf looks behind IPv4 authentication headers, disable thebluhm2017-05-281-2/+5
* Do not use reject routes as they prevent path MTU discovery.bluhm2017-05-271-14/+30
* Try to work around a race in the daily test run. Before killingbluhm2017-05-151-1/+2
* Run all IPsec tests with a pf rule that logs everything on the enc0bluhm2017-05-123-15/+69
* Enable IPv6 IPsec transport mode tests for ping and TCP over ESPbluhm2017-05-111-34/+1
* Use the new netcat -W recvlimit feature to speed up the test.bluhm2017-05-111-2/+2
* Run tcpdump(8) on the enc0 device while the test is sending IPsecbluhm2017-05-102-26/+123
* Add IPsec test for manually configured SA bundles. That does ipcomp,bluhm2017-05-042-68/+227
* Make sure these tests print "SKIPPED" if the necessary variables aren't set.kettenis2017-04-161-5/+4
* Add test for IP payload compression. It is sending small and bigbluhm2017-04-142-30/+167
* Add IPsec tests for ipip encapsulation.bluhm2017-02-272-37/+139
* Test IPsec with AH the same way it is already done for ESP.bluhm2017-02-133-155/+376
* Fix IP address schema to make space for AH tests.bluhm2017-02-081-16/+16
* Encrypt UDP and TCP packets in test. Use a sane transport config.bluhm2017-02-083-7/+49
* Ping via IPsec must increment ESP input and output counter by one.bluhm2017-02-061-2/+8
* Test combinations of IPsec tunnel and transport mode on severalbluhm2017-02-064-0/+551