strongswan/src/charon-tkm
Reto Buerki 559fe48c50 Introduce TKM specific charon daemon (charon-tkm)
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.
2013-03-19 15:23:45 +01:00
..
src Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
tests Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
.gitignore Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
Makefile.am Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
build_charon.gpr Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
build_common.gpr Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00
build_tests.gpr Introduce TKM specific charon daemon (charon-tkm) 2013-03-19 15:23:45 +01:00