diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-01 03:14:27 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-01 03:14:27 +0000 |
commit | 42a08cb6e89c9cffc1080b6308c5326e33f9160b (patch) | |
tree | 1d6d496435b99bb5db3c7f1297d047ac3a09789d /regress/sbin/ipsecctl/sa17.in | |
parent | 6bc69582668960aaf85fec8a4dced1e3d2299b55 (diff) |
prepare some more tests for v6
Diffstat (limited to 'regress/sbin/ipsecctl/sa17.in')
-rw-r--r-- | regress/sbin/ipsecctl/sa17.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/sa17.in b/regress/sbin/ipsecctl/sa17.in new file mode 100644 index 00000000000..758bfceeebc --- /dev/null +++ b/regress/sbin/ipsecctl/sa17.in @@ -0,0 +1,14 @@ +ah from 3ffe::1 to 3ffe::8 spi 0x1eadbeef:0xbeef1ead \ + authkey file "DIR/ak256:DIR/ak256" +ah from 3ffe::2 to 3ffe::8 spi 0x2eadbeef:0xbeef2ead auth hmac-md5 \ + authkey file "DIR/ak128:DIR/ak128" +ah from 3ffe::3 to 3ffe::8 spi 0x3eadbeef:0xbeef3ead auth hmac-ripemd160 \ + authkey file "DIR/ak160:DIR/ak160" +ah from 3ffe::4 to 3ffe::8 spi 0x4eadbeef:0xbeef4ead auth hmac-sha1 \ + authkey file "DIR/ak160:DIR/ak160" +ah from 3ffe::5 to 3ffe::8 spi 0x5eadbeef:0xbeef5ead auth hmac-sha2-256 \ + authkey file "DIR/ak256:DIR/ak256" +ah from 3ffe::6 to 3ffe::8 spi 0x6eadbeef:0xbeef6ead auth hmac-sha2-384 \ + authkey file "DIR/ak384:DIR/ak384" +ah from 3ffe::7 to 3ffe::8 spi 0x7eadbeef:0xbeef7ead auth hmac-sha2-512 \ + authkey file "DIR/ak512:DIR/ak512" |