You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/08/29 10:27:10 UTC

[mynewt-core] 01/01: Merge pull request #503 from sjanc/tc

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 df3c88c53f1ad5888c284eab22d3dfca450d9604
Merge: 0f1498f d5d0082
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Tue Aug 29 12:27:07 2017 +0200

    Merge pull request #503 from sjanc/tc
    
    Update TinyCrypt to 0.2.7

 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                      |  211 ++--
 crypto/tinycrypt/src/ecc_dsa.c                     |  294 ++++-
 crypto/tinycrypt/src/ecc_platform_specific.c       |  105 ++
 crypto/tinycrypt/src/hmac.c                        |   40 +-
 crypto/tinycrypt/src/hmac_prng.c                   |   40 +-
 crypto/tinycrypt/src/sha256.c                      |   48 +-
 crypto/tinycrypt/src/utils.c                       |   20 +-
 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 +-
 38 files changed, 2560 insertions(+), 1221 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.