aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/tests/utils/mock_ipsec.c
Commit message (Collapse)AuthorAgeFilesLines
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-11/+19
| | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback.
* unit-tests: Migrate cached IPsec SAs to new IKE_SAs during rekeyingTobias Brunner2017-05-231-0/+42
|
* unit-tests: Keep track of installed IPsec SAs in mock kernel_ipsec_t ↵Tobias Brunner2017-05-231-2/+127
| | | | implementation
* unit-tests: Add mock kernel_ipsec_t implementation for unit testsTobias Brunner2016-06-171-0/+128
Provides predictable sequential SPIs.