This is an automated email from the ASF dual-hosted git repository.
mgorecki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from e77638680 tinyusb/dfu: Add runtime DFU support
new 2583ef5c1 crypto/mbedtls: Upgrade to v3.6.5
new f69738b3b crypto/mbedtls: Fix gcm_mynewt coding style
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
crypto/mbedtls/include/mbedtls/config_mynewt.h | 1 +
crypto/mbedtls/include/mbedtls/gcm_mynewt.h | 34 +--
crypto/mbedtls/pkg.yml | 2 +-
crypto/mbedtls/selftest/src/mbedtls_test.c | 14 --
crypto/mbedtls/selftest/src/mbedtls_test.h | 6 -
crypto/mbedtls/selftest/src/testcases/arc4_test.c | 27 ---
.../selftest/src/testcases/gcm_mynewt_test.c | 24 +-
crypto/mbedtls/selftest/src/testcases/md2_test.c | 27 ---
crypto/mbedtls/selftest/src/testcases/md4_test.c | 27 ---
.../mbedtls/selftest/src/testcases/timing_test.c | 27 ---
crypto/mbedtls/selftest/src/testcases/x509_test.c | 27 ---
crypto/mbedtls/selftest/src/testcases/xtea_test.c | 27 ---
crypto/mbedtls/src/gcm_mynewt.c | 253 ++++++++-------------
13 files changed, 119 insertions(+), 377 deletions(-)
delete mode 100644 crypto/mbedtls/selftest/src/testcases/arc4_test.c
delete mode 100644 crypto/mbedtls/selftest/src/testcases/md2_test.c
delete mode 100644 crypto/mbedtls/selftest/src/testcases/md4_test.c
delete mode 100644 crypto/mbedtls/selftest/src/testcases/timing_test.c
delete mode 100644 crypto/mbedtls/selftest/src/testcases/x509_test.c
delete mode 100644 crypto/mbedtls/selftest/src/testcases/xtea_test.c