Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Return status from process_message() | Tobias Brunner | 2016-06-17 | 1 | -2/+3 |
| | |||||
* | unit-tests: Provide a wrapper around bus_t::add_listener and unregister them ↵ | Tobias Brunner | 2016-06-17 | 1 | -0/+12 |
| | | | | | | | | during cleanup In case listeners on the stack are triggered while cleaning up after a test failed (e.g. via ike_sa_manager_t::flush) remaining listeners defined on the stack would cause a segmentation fault. | ||||
* | unit-tests: Make IKE and ESP proposals configurable | Tobias Brunner | 2016-06-17 | 1 | -1/+16 |
| | |||||
* | unit-tests: Register nonce generator and make first nonce byte configurable | Tobias Brunner | 2016-06-17 | 1 | -0/+6 |
| | |||||
* | unit-tests: Call methods on IKE_SAs in their context | Tobias Brunner | 2016-06-17 | 1 | -0/+10 |
| | |||||
* | unit-tests: Add helper class/object to test IKE exchanges | Tobias Brunner | 2016-06-17 | 1 | -0/+84 |