aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/systime_fix
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.
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* 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