diff options
author | Jouni Malinen <j@w1.fi> | 2015-03-18 22:31:36 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-03-18 22:31:36 +0200 |
commit | 6784168d0785c3212fa21cf3b3a6e14293eda637 (patch) | |
tree | 1a8e4642f89847e62f2ecd6722de6edd4c71c15b /hostapd/Android.mk | |
parent | 0b08f25445caacb502c394e917a292d7fa595447 (diff) | |
download | hostap-6784168d0785c3212fa21cf3b3a6e14293eda637.tar.gz |
Remove SChannel support
SChannel/CryptoAPI as a TLS/crypto library alternative was never
completed. Critical functionality is missing and there are bugs in this
implementation. Since there are no known plans of completing this
support, it is better to remove this code.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'hostapd/Android.mk')
-rw-r--r-- | hostapd/Android.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 6fcefdd14..5c69bd1e9 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -558,17 +558,6 @@ CONFIG_INTERNAL_RC4=y CONFIG_INTERNAL_DH_GROUP5=y endif -ifeq ($(CONFIG_TLS), schannel) -ifdef TLS_FUNCS -OBJS += src/crypto/tls_schannel.c -endif -OBJS += src/crypto/crypto_cryptoapi.c -OBJS_p += src/crypto/crypto_cryptoapi.c -CONFIG_INTERNAL_SHA256=y -CONFIG_INTERNAL_RC4=y -CONFIG_INTERNAL_DH_GROUP5=y -endif - ifeq ($(CONFIG_TLS), internal) ifndef CONFIG_CRYPTO CONFIG_CRYPTO=internal |