mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Revert "android: Enable the eap-ttls and eap-peap plugins"
This reverts commit 064c97afaeabc341f98577eae67073641b1591db. 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:
parent
b2363b3678
commit
ba9255b358
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user