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 ignoring of incoming security messages and improved EAP-TLS sta…
…rtup If supplicant authentication is not ongoing (during bootstrap or re-authentication), supplicant now ignores incoming security protocol messages. This results that e.g. if initial EAPOL-key message results mac TX failure, but authenticator has received the message (ack is lost), and authenticator starts EAP-TLS after the supplicant has returned to discover state, supplicant does not start EAP-TLS negotiation. Improved authenticator functionality on EAP-TLS identity request state. If supplicant has not received or has ignored the EAP-TLS identity request (e.g. because of mac TX failure) and authenticator receives initial EAPOL-key message from supplicant, authenticator now re-sends the the EAP-TLS identity request right away.
- Loading branch information
Mika Leppänen
committed
Jan 10, 2020
1 parent
7350634
commit d8dd18d
Showing
4 changed files
with
92 additions
and
5 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
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