Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -3/+3 |
| | |||||
* | charon-tkm: Drop unneeded nonceg get_id function | Reto Buerki | 2015-05-04 | 1 | -1/+0 |
| | |||||
* | charon-tkm: Migrate tests to our own test runner | Tobias Brunner | 2013-11-27 | 1 | -4/+17 |
| | | | | | | 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. | ||||
* | Add context id getter to TKM nonce generator | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | Introduce TKM specific charon daemon (charon-tkm) | Reto Buerki | 2013-03-19 | 1 | -0/+92 |
Analogous to charon-nm the charon-tkm daemon is a specialized charon instance used in combination with the trusted key manager (TKM) written in Ada. The charon-tkm is basically a copy of the charon-nm code which will register it's own TKM specific plugins. The daemon binary is built using the gprbuild utility. This is needed because it uses the tkm-rpc Ada library and consequently the Ada runtime. gprbuild takes care of the complete binding and linker steps required to properly initialize the Ada runtime. |