History log of /netbsd-current/tests/net/ipsec/t_ipsec_misc.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.25 07-Jan-2022 andvar

s/udpate/update/


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.24 31-Aug-2020 martin

Skip timeout tests, pointing to PR 55632.


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.23 23-Jul-2019 ozaki-r

tests: add tests for getspi and udpate


Revision tags: phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.22 09-Nov-2017 ozaki-r

branches: 1.22.4;
Dedup some checks

And the change a bit optimizes checks of SA expirations, which
may shorten testing time.


# 1.21 09-Nov-2017 ozaki-r

"Mark key_timehandler_ch callout as MP-safe" change needs one more sec to make lifetime tests stable


# 1.20 20-Oct-2017 ozaki-r

Add test cases for one SP with multiple SAs

These are for a bug reported recently which modifies SPs accidentally.


# 1.19 20-Oct-2017 ozaki-r

Fix incomplete SP setups


# 1.18 03-Aug-2017 ozaki-r

Clean up clunky eval strings

- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution

Suggested by kre@


# 1.17 02-Aug-2017 ozaki-r

Add test cases that there are SPs but no relevant SAs


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

branches: 1.11.2;
Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.24 31-Aug-2020 martin

Skip timeout tests, pointing to PR 55632.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.23 23-Jul-2019 ozaki-r

tests: add tests for getspi and udpate


Revision tags: phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.22 09-Nov-2017 ozaki-r

branches: 1.22.4;
Dedup some checks

And the change a bit optimizes checks of SA expirations, which
may shorten testing time.


# 1.21 09-Nov-2017 ozaki-r

"Mark key_timehandler_ch callout as MP-safe" change needs one more sec to make lifetime tests stable


# 1.20 20-Oct-2017 ozaki-r

Add test cases for one SP with multiple SAs

These are for a bug reported recently which modifies SPs accidentally.


# 1.19 20-Oct-2017 ozaki-r

Fix incomplete SP setups


# 1.18 03-Aug-2017 ozaki-r

Clean up clunky eval strings

- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution

Suggested by kre@


# 1.17 02-Aug-2017 ozaki-r

Add test cases that there are SPs but no relevant SAs


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

branches: 1.11.2;
Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.23 23-Jul-2019 ozaki-r

tests: add tests for getspi and udpate


Revision tags: phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.22 09-Nov-2017 ozaki-r

Dedup some checks

And the change a bit optimizes checks of SA expirations, which
may shorten testing time.


# 1.21 09-Nov-2017 ozaki-r

"Mark key_timehandler_ch callout as MP-safe" change needs one more sec to make lifetime tests stable


# 1.20 20-Oct-2017 ozaki-r

Add test cases for one SP with multiple SAs

These are for a bug reported recently which modifies SPs accidentally.


# 1.19 20-Oct-2017 ozaki-r

Fix incomplete SP setups


# 1.18 03-Aug-2017 ozaki-r

Clean up clunky eval strings

- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution

Suggested by kre@


# 1.17 02-Aug-2017 ozaki-r

Add test cases that there are SPs but no relevant SAs


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

branches: 1.11.2;
Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.22 09-Nov-2017 ozaki-r

Dedup some checks

And the change a bit optimizes checks of SA expirations, which
may shorten testing time.


# 1.21 09-Nov-2017 ozaki-r

"Mark key_timehandler_ch callout as MP-safe" change needs one more sec to make lifetime tests stable


# 1.20 20-Oct-2017 ozaki-r

Add test cases for one SP with multiple SAs

These are for a bug reported recently which modifies SPs accidentally.


# 1.19 20-Oct-2017 ozaki-r

Fix incomplete SP setups


# 1.18 03-Aug-2017 ozaki-r

Clean up clunky eval strings

- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution

Suggested by kre@


# 1.17 02-Aug-2017 ozaki-r

Add test cases that there are SPs but no relevant SAs


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

branches: 1.11.2;
Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.20 20-Oct-2017 ozaki-r

Add test cases for one SP with multiple SAs

These are for a bug reported recently which modifies SPs accidentally.


# 1.19 20-Oct-2017 ozaki-r

Fix incomplete SP setups


# 1.18 03-Aug-2017 ozaki-r

Clean up clunky eval strings

- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution

Suggested by kre@


# 1.17 02-Aug-2017 ozaki-r

Add test cases that there are SPs but no relevant SAs


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

branches: 1.11.2;
Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.18 03-Aug-2017 ozaki-r

Clean up clunky eval strings

- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution

Suggested by kre@


# 1.17 02-Aug-2017 ozaki-r

Add test cases that there are SPs but no relevant SAs


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.16 24-Jul-2017 ozaki-r

Skip ipsec_spi_*_*_preferred_new_timeout when running on qemu

Probably due to PR 43997


Revision tags: perseant-stdc-iso10646-base
# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


# 1.11 18-Jul-2017 ozaki-r

Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.15 21-Jul-2017 ozaki-r

Stop setting isr->sav on looking up sav in key_checkrequest


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


Revision tags: perseant-stdc-iso10646-base
# 1.11 18-Jul-2017 ozaki-r

Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.14 20-Jul-2017 ozaki-r

Don't make SAs expired on tests that delete SAs explicitly


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


Revision tags: perseant-stdc-iso10646-base
# 1.11 18-Jul-2017 ozaki-r

Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.13 19-Jul-2017 ozaki-r

Add tests that explicitly delete SAs instead of waiting for expirations


# 1.12 19-Jul-2017 ozaki-r

Make tests more stable

sleep command seems to wait longer than expected on anita so
use polling to wait for a state change.


Revision tags: perseant-stdc-iso10646-base
# 1.11 18-Jul-2017 ozaki-r

Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.11 18-Jul-2017 ozaki-r

Separate test files


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.10 15-Jul-2017 ozaki-r

Fix wrong argument handling


# 1.9 14-Jul-2017 ozaki-r

Add test cases for SAs with different SPIs


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.8 05-Jul-2017 ozaki-r

Add test cases for updating SA/SP

The tests require newly-added udpate command of setkey.


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

branches: 1.6.2;
Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime


# 1.7 19-Jun-2017 ozaki-r

Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address

It reproduces the same panic reported in PR kern/52304
(but not sure that its cause is also same).


Revision tags: netbsd-8-base
# 1.6 01-Jun-2017 ozaki-r

Test TCP communications over IPsec transport mode with ESP or AH

This tests SP caches of PCB.


# 1.5 01-Jun-2017 ozaki-r

Remove a unused local variable


# 1.4 24-May-2017 ozaki-r

Enable DEBUG to know what is happening on anita/sparc


Revision tags: prg-localcount2-base3
# 1.3 18-May-2017 ozaki-r

branches: 1.3.2;
Don't check the existence of SA entries eagerly

They can be expired at that point if their lifetime is very short.
This may fix unexpected failures of tests running on anita.


# 1.2 17-May-2017 ozaki-r

Add test cases of TCP communications with IPsec enabled

The test cases transfer data over TCP by using nc with IPsec just enabled
(no SA/SP is configured) and confirm the commit "Fix diagnostic assertion
failure in ipsec_init_policy" really fixes the issue.


# 1.1 15-May-2017 ozaki-r

Add test cases for SA lifetime