forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for large system time changes (e.g. due to NTP) (ARMmbe…
…d#2670) - When loading GTKs on startup if there has been large jump on system time do not invalidate GTKs (e.g. due to received NTP time). - On Border Router, if there is large jump on system time after startup do not set GTK lifetime to minimum (minimum is new activation time). - Either of the rules above are used once and do not apply after that (status is stored to NVM). - When above rules are not used, GTK lifetime is decremented as defined by the system timestamp until minimum is reached (minimum is new activation time). - Border Router key storage handling (storing of PMK and PTK) has not been modified so jump in system time will invalidate the values and on next authentication full authentication is made.
- Loading branch information
Mika Leppänen
authored
Aug 26, 2021
1 parent
c94b306
commit 0c5faca
Showing
13 changed files
with
289 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.