Implemented PT-EAP protocol (RFC 7171)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
charon.plugins.eap-tnc.max_message_count = 10
|
||||
Maximum number of processed EAP-TNC packets (0 = no limit).
|
||||
|
||||
charon.plugins.eap-tnc.protocol = tnccs-1.1
|
||||
charon.plugins.eap-tnc.protocol = tnccs-2.0
|
||||
IF-TNCCS protocol version to be used (_tnccs-1.1_, _tnccs-2.0_,
|
||||
_tnccs-dynamic_).
|
||||
|
||||
@@ -16,5 +16,8 @@ charon.plugins.eap-ttls.phase2_piggyback = no
|
||||
charon.plugins.eap-ttls.phase2_tnc = no
|
||||
Start phase2 EAP TNC protocol after successful client authentication.
|
||||
|
||||
charon.plugins.eap-ttls.phase2_tnc_method = pt
|
||||
Phase2 EAP TNC transport protocol (_pt_ as IETF standard or legacy _tnc_)
|
||||
|
||||
charon.plugins.eap-ttls.request_peer_auth = no
|
||||
Request peer authentication based on a client certificate.
|
||||
|
||||
Reference in New Issue
Block a user