Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charon-tkm: Add get_dst_host getter to SAD | Reto Buerki | 2015-02-20 | 1 | -0/+28 |
| | | | | | This function returns the destination host of an SAD entry for given reqid, spi and protocol arguments or NULL if not found. | ||||
* | charon-tkm: Store reqid in SAD | Reto Buerki | 2015-02-20 | 1 | -6/+6 |
| | |||||
* | charon-tkm: Migrate tests to our own test runner | Tobias Brunner | 2013-11-27 | 1 | -4/+19 |
| | | | | | | Due to problems with the external libraries tkm_init/deinit can't be called for each test case. Because of this leak detective has to be disabled for these tests. | ||||
* | Implement TKM kernel SA database (SAD) | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -0/+122 |
The TKM kernel SAD (security association database) stores information about CHILD SAs. |