| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
After 04207850a9b9 it is required that key length is not zero.
Add some key to avoid error.
Reported by: markj
MFC after: 1 week
|
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
|
| |
The tunnel mode tests use VNET jails and reuse jail names. Until this
is addressed, serialize them.
MFC after: 1 week
|
| |
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D37181
|
| |
|
|
|
|
|
| |
MFC-with: r368045
Notes:
svn path=/head/; revision=368046
|
| |
|
|
|
|
|
|
| |
PR: 246737
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=361623
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
sys.netipsec.tunnel.aes_cbc_128_hmac_sha1.v4
sys.netipsec.tunnel.aes_cbc_256_hmac_sha2_256.v4
sys.netipsec.tunnel.aesni_aes_cbc_128_hmac_sha1.v4
sys.netipsec.tunnel.aesni_aes_cbc_256_hmac_sha2_256.v4
PR: 246737
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=361497
|
| |
|
|
|
|
|
|
| |
PR: 245832
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=360626
|
| |
|
|
|
|
|
|
| |
PR: 245832
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=360204
|
| |
|
|
|
|
|
|
|
|
| |
As of r347410 IPSec is no longer built into GENERIC. The ipsec.ko module must
be loaded before we can execute the IPSec tests.
Check this, and skip the tests if IPSec is not available.
Notes:
svn path=/head/; revision=347641
|
| |
|
|
|
|
|
|
|
|
|
| |
The netipsec and pf tests have a number of common test functions. These
used to be duplicated, but it makes more sense for them to re-use the
common functions.
PR: 236223
Notes:
svn path=/head/; revision=344764
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Originally, these tests accidentally used broadcast addresses when they
should've used unicast addresses. That the tests passed prior to r337736
was accidental.
Submitted by: ae
Reviewed by: olivier
MFC after: 2 weeks
Notes:
svn path=/head/; revision=337984
|
| |
|
|
|
|
|
|
|
|
|
|
| |
These tests were fixed by r335584
PR: 228094
PR: 201447
MFC after: 2 weeks
X-MFC-With: 335584
Notes:
svn path=/head/; revision=336586
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We can't kldunload in the test head as Kyua interprets any output from
them. This would lead to syntax errors and skipping the entire file.
Move the kld commands into the test case bodies.
Pointed out by: asomers@
Notes:
svn path=/head/; revision=326500
|
|
|
Some IPSec in tunnel mode allowing to test multiple IPSec
configurations. These tests are reusing the jail/vnet scripts from pf
tests for generating complex network.
Submitted by: olivier@
Differential Revision: https://reviews.freebsd.org/D13017
Notes:
svn path=/head/; revision=326497
|