You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Michael Heimpold 268b5bec80 mbedtls: Kconfig option to enable/disable debug functions
This introduces a new Kconfig option to switch on/off mbedtls' support
for debug functions.

The idea behind is to inspect TLS traffic with Wireshark for debug
purposes. At the moment, there is no native or 'nice' support for
this, but at
68aea15833
an example implementation can be found which uses the debug functions
of the library. However, this requires to have this debug stuff enabled
in the library, but at the moment it is staticly patched out.

So this patch removes the static part from the configuration patch
and introduces a dynamic config file editing during build.

When enabled, this heavily increases the library size, so I added
a warning in the Kconfig help section.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years ago
..
base-files base-files: sysupgrade: support additional mtd options 5 years ago
boot uboot-imx6: Bump to 2019.01 5 years ago
devel perf: replace libelf1 dependency with libelf 5 years ago
firmware ipq-wifi: add support for Linksys EA6350v3 5 years ago
kernel kernel: add kmod-usb-gadget-cdc-composite 5 years ago
libs mbedtls: Kconfig option to enable/disable debug functions 5 years ago
network ppp: update to version 2.4.7.git-2018-06-23 5 years ago
system mtd: add logic for TP-Link ramips recovery magic 5 years ago
utils e2fsprogs: Update to 1.44.5 5 years ago
Makefile build: add ABI_VERSION to binary package names 5 years ago