aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/systime_fix/systime_fix_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* systime-fix: Add timeout option to stop waiting for valid system timeTobias Brunner2017-11-081-10/+42
| | | | | A certificate check is forced once the timeout is reached even if the system time appears to be invalid.
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-4/+4
|
* 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-191-0/+193
| | | | | | 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-191-0/+63