aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/systime_fix
Commit message (Collapse)AuthorAgeFilesLines
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-4/+4
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-2/+3
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* systime-fix: Use plugin features to register validatorTobias Brunner2013-06-111-24/+51
|
* systime-fix disables certificate lifetime validation if system time not syncedMartin Willi2013-02-194-0/+326
| | | | | | The system time can be periodically checked. If it gets valid, certificates get rechecked with the current lifetime. If certificates are invalid, associated IKE_SAs can be closed or reauthenticated.
* Add a stub for systime-fix, a plugin handling certificate lifetimes gracefullyMartin Willi2013-02-193-0/+119