eap-ttls.opt 845 B

1234567891011121314151617181920212223
  1. charon.plugins.eap-ttls.fragment_size = 1024
  2. Maximum size of an EAP-TTLS packet.
  3. charon.plugins.eap-ttls.max_message_count = 32
  4. Maximum number of processed EAP-TTLS packets (0 = no limit).
  5. charon.plugins.eap-ttls.include_length = yes
  6. Include length in non-fragmented EAP-TTLS packets.
  7. charon.plugins.eap-ttls.phase2_method = md5
  8. Phase2 EAP client authentication method.
  9. charon.plugins.eap-ttls.phase2_piggyback = no
  10. Phase2 EAP Identity request piggybacked by server onto TLS Finished message.
  11. charon.plugins.eap-ttls.phase2_tnc = no
  12. Start phase2 EAP TNC protocol after successful client authentication.
  13. charon.plugins.eap-ttls.phase2_tnc_method = pt
  14. Phase2 EAP TNC transport protocol (_pt_ as IETF standard or legacy _tnc_)
  15. charon.plugins.eap-ttls.request_peer_auth = no
  16. Request peer authentication based on a client certificate.