Implemented PT-EAP protocol (RFC 7171)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
charon {
|
||||
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac socket-default kernel-netlink stroke eap-identity eap-ttls eap-md5 eap-tnc tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
|
||||
|
||||
plugins {
|
||||
eap-ttls {
|
||||
phase2_method = md5
|
||||
@@ -10,7 +11,6 @@ charon {
|
||||
max_message_count = 0
|
||||
}
|
||||
eap-tnc {
|
||||
protocol = tnccs-2.0
|
||||
max_message_count = 20
|
||||
}
|
||||
tnc-pdp {
|
||||
|
||||
@@ -8,7 +8,6 @@ charon {
|
||||
max_message_count = 0
|
||||
}
|
||||
eap-tnc {
|
||||
protocol = tnccs-2.0
|
||||
max_message_count = 20
|
||||
}
|
||||
tnccs-20 {
|
||||
|
||||
@@ -8,7 +8,6 @@ charon {
|
||||
max_message_count = 0
|
||||
}
|
||||
eap-tnc {
|
||||
protocol = tnccs-2.0
|
||||
max_message_count = 20
|
||||
}
|
||||
tnccs-20 {
|
||||
|
||||
Reference in New Issue
Block a user