Revert "android: Enable the eap-ttls and eap-peap plugins"

This reverts commit 064c97afae.

We have to make this optional and more configurable.  It seems some
commercial VPN providers use self-signed certificates for their AAA
servers.
This commit is contained in:
Tobias Brunner 2018-07-04 19:35:55 +02:00
parent b2363b3678
commit ba9255b358
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ strongswan_USE_BYOD := true
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
chapoly curve25519 pkcs1 pkcs8 pem xcbc hmac socket-default revocation \
eap-identity eap-mschapv2 eap-md5 eap-gtc eap-tls eap-ttls eap-peap x509
eap-identity eap-mschapv2 eap-md5 eap-gtc eap-tls x509
ifneq ($(strongswan_USE_BYOD),)
strongswan_BYOD_PLUGINS := eap-tnc tnc-imc tnc-tnccs tnccs-20
strongswan_BYOD_PLUGINS := eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20
endif
strongswan_PLUGINS := $(strongswan_CHARON_PLUGINS) \