Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | charon-tkm: Reset stale nonce contexts | Reto Buerki | 2015-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | If the nonce generator detects a stale nonce upon destroy(), it resets the context in the TKM and releases associated resources in the ID manager and chunk map. Also, do not acquire the nonce context ID in tkm_nonceg_create function but rather when the nonce is actually created by get_nonce(). The nonces created with get_nonce must also be registered in the chunk map. | ||||
* | diffie-hellman: Add a bool return value to set_other_public_value() | Martin Willi | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | diffie-hellman: Add a bool return value to get_my_public_value() | Martin Willi | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | charon-tkm: Migrate tests to our own test runner | Tobias Brunner | 2013-11-27 | 1 | -4/+14 |
| | | | | | | 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. | ||||
* | Initialize libstrongswan in test_runner main() | Reto Buerki | 2013-03-19 | 1 | -54/+0 |
| | |||||
* | Let tkm_keymat_t extend keymat_v2_t | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -7/+10 |
| | |||||
* | Add test for keymat derive_child_keys operation | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -0/+89 |
| | |||||
* | Use rng to generate local ESP SPIs | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | charon-tkm: Register kernel_netlink_net | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -0/+6 |
| | | | | | | Explicitly register kernel netlink net implementation and avoid loading the whole kernel-netlink plugin since the kernel netlink ipsec part is unwanted. | ||||
* | Add ISA context id getter to TKM keymat | Reto Buerki | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | Add keymat IKE key derivation test case | Reto Buerki | 2013-03-19 | 1 | -0/+103 |