Merge branch 'systime'

Add a systime-fix plugin allowing an embedded system to validate certificates
if the system time has not been synchronized after boot. Certificates of
established tunnels can be re-validated after the system time gets valid.
This commit is contained in:
Martin Willi
2013-03-01 11:33:47 +01:00
9 changed files with 525 additions and 10 deletions
+7
View File
@@ -513,6 +513,13 @@ if MONOLITHIC
endif
endif
if USE_SYSTIME_FIX
SUBDIRS += plugins/systime_fix
if MONOLITHIC
libcharon_la_LIBADD += plugins/systime_fix/libstrongswan-systime-fix.la
endif
endif
if USE_LED
SUBDIRS += plugins/led
if MONOLITHIC