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 retries and multiple sockets to RADIUS client (ARMm…
…bed#2426) * Added support for retries and multiple sockets to RADIUS client - RADIUS EAP-TLS and client now supports retries - RADIUS client now allocates message identifiers from a poll - Message identifiers on the poll are freed for re-use based in timer - If message identifier space runs out (255) a new socket is created - Maximum number of sockets is 3 - Added shared component support to security protocols to allow creation of message identifier pools - Improved peer message deletion by adding peer delete callback to security protocols
- Loading branch information
Mika Leppänen
authored
Sep 1, 2020
1 parent
89e0ae0
commit 684b714
Showing
11 changed files
with
788 additions
and
113 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
Oops, something went wrong.