This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit a0ec64040156fe3d916be05d875aad8ebfe8f8fe Merge: 2464de7 6a06403 Author: Szymon Janc <szymon.j...@codecoup.pl> AuthorDate: Fri Sep 29 10:37:45 2017 +0200 Merge pull request #578 from sjanc/tc Update TinyCrypt to 0.2.8 boot/bootutil/src/image_ec256.c | 40 +- crypto/tinycrypt/AUTHORS | 15 + crypto/tinycrypt/LICENSE | 5 +- crypto/tinycrypt/README | 4 +- crypto/tinycrypt/VERSION | 2 +- crypto/tinycrypt/documentation/tinycrypt.rst | 352 ++++++ crypto/tinycrypt/include/tinycrypt/aes.h | 25 +- crypto/tinycrypt/include/tinycrypt/cbc_mode.h | 16 +- crypto/tinycrypt/include/tinycrypt/ccm_mode.h | 36 +- crypto/tinycrypt/include/tinycrypt/cmac_mode.h | 20 +- crypto/tinycrypt/include/tinycrypt/constants.h | 10 +- crypto/tinycrypt/include/tinycrypt/ctr_mode.h | 8 +- crypto/tinycrypt/include/tinycrypt/ctr_prng.h | 35 +- crypto/tinycrypt/include/tinycrypt/ecc.h | 595 +++++++--- crypto/tinycrypt/include/tinycrypt/ecc_dh.h | 77 +- crypto/tinycrypt/include/tinycrypt/ecc_dsa.h | 78 +- .../include/tinycrypt/ecc_platform_specific.h | 81 ++ crypto/tinycrypt/include/tinycrypt/hmac.h | 19 +- crypto/tinycrypt/include/tinycrypt/hmac_prng.h | 24 +- crypto/tinycrypt/include/tinycrypt/sha256.h | 14 +- crypto/tinycrypt/include/tinycrypt/utils.h | 12 +- crypto/tinycrypt/src/aes_decrypt.c | 22 +- crypto/tinycrypt/src/aes_encrypt.c | 36 +- crypto/tinycrypt/src/cbc_mode.c | 15 +- crypto/tinycrypt/src/ccm_mode.c | 66 +- crypto/tinycrypt/src/cmac_mode.c | 18 +- crypto/tinycrypt/src/ctr_mode.c | 10 +- crypto/tinycrypt/src/ctr_prng.c | 129 +-- crypto/tinycrypt/src/ecc.c | 1204 +++++++++++++------- crypto/tinycrypt/src/ecc_dh.c | 221 ++-- crypto/tinycrypt/src/ecc_dsa.c | 294 ++++- crypto/tinycrypt/src/ecc_platform_specific.c | 105 ++ crypto/tinycrypt/src/hmac.c | 31 +- crypto/tinycrypt/src/hmac_prng.c | 40 +- crypto/tinycrypt/src/sha256.c | 44 +- crypto/tinycrypt/src/utils.c | 20 +- net/nimble/host/mesh/src/glue.c | 2 +- net/nimble/host/src/ble_sm_alg.c | 57 +- net/nimble/host/src/ble_sm_priv.h | 4 +- net/nimble/host/src/ble_sm_sc.c | 34 +- 40 files changed, 2580 insertions(+), 1240 deletions(-) -- To stop receiving notification emails like this one, please contact "commits@mynewt.apache.org" <commits@mynewt.apache.org>.