mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Cedar: add "DisableIPsecAggressiveMode" option
Setting it to "true" mitigates CVE-2002-1623.
This commit is contained in:
committed by
Davide Beatrici
parent
4acd7ab98e
commit
76c330e74b
@ -193,6 +193,7 @@ struct SERVER
|
||||
bool NoMoreSave; // Do not save any more
|
||||
bool EnableConditionalAccept; // Apply the Conditional Accept the Listener
|
||||
bool EnableLegacySSL; // Enable Legacy SSL
|
||||
bool DisableIPsecAggressiveMode; // Disable IPsec's aggressive mode
|
||||
|
||||
volatile bool Halt; // Halting flag
|
||||
LOCK *lock; // Lock
|
||||
|
Reference in New Issue
Block a user