implemented the RFC 5792 PA-TNC protocol and an example IMC/IMV pair

This commit is contained in:
Andreas Steffen
2011-05-30 21:30:09 +02:00
parent 61420db66c
commit 510f37abd4
27 changed files with 3089 additions and 1 deletions
+4
View File
@@ -16,6 +16,10 @@ if USE_TLS
SUBDIRS += libtls
endif
if USE_IMCV
SUBDIRS += libimcv
endif
if USE_LIBCHARON
SUBDIRS += libcharon
endif