]> git.ipfire.org Git - thirdparty/openwrt.git/commit
adb: Switch to mbedtls 18819/head
authorAntti Seppälä <a.seppala@gmail.com>
Fri, 16 May 2025 17:18:54 +0000 (20:18 +0300)
committerRobert Marko <robimarko@gmail.com>
Sat, 24 May 2025 19:32:25 +0000 (21:32 +0200)
commitc70f842da3303237d0adb25e69bf43830ef1d2c8
tree3a444bd758b8720086ea31c45b6af8c687725f0b
parentcd808d999739fdf65c5cfd19cd04a8a02e1c0089
adb: Switch to mbedtls

Currently adb uses libopenssl for certain authentication tasks between
the host and the target device such as certificate generation, hashing,
base64 encoding and pki signatures.

Add a patch to use functionalities available in mbedtls instead.

Also switch package makefile and dependency to libmbedtls and drop
patches and references to lib{crypto,openssl} as they are no longer
required.

This conserves considerable amount of space on the device as openwrt
ships with libmbedtls by default.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18819
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/utils/adb/Makefile
package/utils/adb/patches/001-create_Makefile.patch
package/utils/adb/patches/010-mbedtls.patch [new file with mode: 0644]
package/utils/adb/patches/010-openssl-1.1.patch [deleted file]