You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2021/02/26 00:30:59 UTC

[mynewt-core] branch master updated (9ea6df6 -> c061b58)

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 9ea6df6  sensor_shell: return error in sensor_cmd_notify if no sensor found
     new 05a15a2  crypto: mbedtls: allow EC customizations
     new 656a73f  crypto: mbedtls: allow MPI size customization
     new a56a52b  crypto: mbedtls: allow alt bignum implementation
     new f978147  crypto: mbedtls: default secp256r1 to enabled
     new c061b58  Merge pull request #2478 from utzig/mbedtls-ecp-accel

The 9947 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 | 52 +++++++++++++++++++++++---
 crypto/mbedtls/src/bignum.c                    |  4 ++
 crypto/mbedtls/syscfg.yml                      | 37 ++++++++++++++++--
 3 files changed, 85 insertions(+), 8 deletions(-)