Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a06729a

Browse files
donghengdongheng
authored andcommitted
feat(ssl): remove AX-TLS
Also open source, we recommend that customers use mbedTLS.
1 parent 1b42f75 commit a06729a

36 files changed

+0
-13611
lines changed

components/ssl/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ set(COMPONENT_SRCDIRS
1919
mbedtls/port/openssl/source/platform
2020
mbedtls/mbedtls/library
2121
mbedtls/port/esp8266)
22-
else()
23-
set(COMPONENT_ADD_INCLUDEDIRS axtls/include)
24-
25-
set(COMPONENT_SRCDIRS axtls/source/ssl axtls/source/crypto)
2622
endif()
2723
endif()
2824

components/ssl/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ choice SSL_LIBRARY_CHOOSE
1010

1111
config SSL_USING_MBEDTLS
1212
bool "mbedTLS"
13-
config SSL_USING_AXTLS
14-
bool "axTLS"
1513
config SSL_USING_WOLFSSL
1614
bool "wolfSSL (License info in wolfssl subdirectory README)"
1715
endchoice

components/ssl/axtls/include/ssl/ssl_bigint.h

Lines changed: 0 additions & 99 deletions
This file was deleted.

components/ssl/axtls/include/ssl/ssl_bigint_impl.h

Lines changed: 0 additions & 131 deletions
This file was deleted.

components/ssl/axtls/include/ssl/ssl_compat-1.0.h

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)