aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-tkm/build_common.gpr
Commit message (Collapse)AuthorAgeFilesLines
* charon-tkm: Build C code with debug informationTobias Brunner2016-09-201-1/+2
|
* charon-tkm: Support for out-of-tree build addedTobias Brunner2013-11-271-1/+1
|
* Implement Ada exception processingReto Buerki2013-03-191-0/+3
| | | | | Register a global exception action with the Ada runtime to log uncaught exceptions to the daemon log and terminate.
* Implement Esa Event Service (EES)Reto Buerki2013-03-191-2/+14
| | | | | | The Esa Event Service can be used to trigger ESP SA (ESA) events such as acquire or expire. The incoming events are forwarded to the hydra kernel interface for processing.
* Introduce TKM specific charon daemon (charon-tkm)Reto Buerki2013-03-191-0/+10
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.