-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce new Level - [1] Low - Security setting for client-connect
| [0] Lowest - Allow all valid TLS-AUTH/Crypt/V2 keys to connect. | ALL TLS-Crypt-V2 key extended tests are NOT peformed. *New* | [1] Low - Functionally equivalent to [0] Low - Allow all.. | Except, ALL TLS-Crypt-V2 key extended tests are peformed. | Same as default [2], except hwaddr-mismatches are IGNORED. *Bumped* from [1] | [2] Default - Do not require clients to push a hwaddr. | TLS-Crypt-V2 keys with a hwaddr mismatch will be disconnected. | TLS-Crypt-V2 keys without a hwaddr can connect. | TLS Auth and Crypt-v1 keys can connect. Bumps all higher levels up by one. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
e844371
commit 41e4699
Showing
1 changed file
with
22 additions
and
18 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
41e4699
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#229