Something went wrong on our end
-
Zbigniew Bodek authored
C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Small footprint - suitable for embedded systems. Adding another Softbus requirement. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
Zbigniew Bodek authoredC library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Small footprint - suitable for embedded systems. Adding another Softbus requirement. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mbedtls_git.bb 439 B
SUMMARY = "Mbed TLS"
DESCRIPTION = "C library for X.509 certificate manipulation and the SSL/TLS and DTLS"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=302d50a6369f5f22efdb674db908167a"
SRC_URI = "git://gitee.com/openharmony/third_party_mbedtls.git;protocol=https"
PV = "1.0+git${SRCPV}"
SRCREV = "43547c1c8a8ab35694acefb7c8b26323dd71eafa"
S = "${WORKDIR}/git"
DEPENDS = "zlib"
inherit cmake perlnative python3native