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.
Increased TLS queue size, corrected EUI-64 read and added traces
Increased TLS queue size to three for now (thus disabling it in most cases). The randomization caused by EAP-TLS initial negotiation (identity / TLS start) with ongoing EAP-TLS limit of three, should be enough to limit resources used by TLS calculations on border router. Previous small TLS queue size resulted that failing TLS negotiation prevented other nodes to authenticate for a long time. Corrected null pointer read on border router traces, and added traces to TLS library failure cases.
- Loading branch information
Mika Leppänen
committed
May 16, 2019
1 parent
67bb748
commit e5f1627
Showing
3 changed files
with
23 additions
and
11 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