eap-peap: Initiate Phase 2 immediately for TLS 1.3
Before TLS 1.3, the server sent the last handshake message and had the option to piggyback the EAP-Identity request directly onto the packet with the TLS Finished message, or wait for the empty message by the client that acknowledges the completion of the handshake. With TLS 1.3, the client finishes the handshake after the server. So this option is irrelevant there and we immediately start with Phase 2.
This commit is contained in:
@@ -11,7 +11,8 @@ charon.plugins.eap-peap.phase2_method = mschapv2
|
||||
Phase2 EAP client authentication method.
|
||||
|
||||
charon.plugins.eap-peap.phase2_piggyback = no
|
||||
Phase2 EAP Identity request piggybacked by server onto TLS Finished message.
|
||||
Phase2 EAP Identity request piggybacked by server onto TLS Finished message,
|
||||
relevant only if TLS 1.2 or earlier is negotiated.
|
||||
|
||||
charon.plugins.eap-peap.phase2_tnc = no
|
||||
Start phase2 EAP TNC protocol after successful client authentication.
|
||||
|
||||
Reference in New Issue
Block a user