mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Increase SPN clock skew tolerance to better support devices with skewed clock
This commit is contained in:
parent
c68aff5a9b
commit
5215e41624
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var (
|
|||
Remove(jess.Integrity) // Only applies to decryption.
|
||||
// SenderAuthentication provides pre-decryption integrity. That is all we need.
|
||||
|
||||
clockSkewTolerance = 1 * time.Hour
|
||||
clockSkewTolerance = 12 * time.Hour
|
||||
)
|
||||
|
||||
// SignHubMsg signs the given serialized hub msg with the given configuration.
|
||||
|
|
Loading…
Add table
Reference in a new issue