You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/12/13 03:08:48 UTC

[9/9] incubator-mynewt-core git commit: This closes #130. Merge remote-tracking branch 'andrzej-kaczmarek/nimble-fixing' into develop

This closes #130.
Merge remote-tracking branch 'andrzej-kaczmarek/nimble-fixing' into develop

* andrzej-kaczmarek/nimble-fixing:
  bletiny: Add characteristic with auth required permission
  nimble/sm: Fix obvious array size mismatch
  nimble/sm: Use proper key size for encryption
  nimble/sm: Improve pairing req/rsp validation
  nimble/sm: Fix AuthReq/KeyDist validation in pairing req/rsp
  nimble/test: Remove invalid SM test cases
  nimble/test: Fix expected error for key size lower than minimum
  nimble/test: Fix expected value in ble_sm_test_util_us_fail_inval


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/7c218f67
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7c218f67
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7c218f67

Branch: refs/heads/develop
Commit: 7c218f67ee8dcec6dd8fe755198793747bc282f4
Parents: 33bc18e 6ef7197
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Dec 12 19:07:04 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Dec 12 19:07:04 2016 -0800

----------------------------------------------------------------------
 apps/bletiny/src/gatt_svr.c                 |  14 +-
 net/nimble/host/src/ble_sm.c                |  24 +-
 net/nimble/host/src/ble_sm_cmd.c            |  33 ---
 net/nimble/host/src/ble_sm_lgcy.c           |  11 +-
 net/nimble/host/src/ble_sm_priv.h           |   1 +
 net/nimble/host/src/ble_sm_sc.c             |   9 +-
 net/nimble/host/test/src/ble_sm_test.c      | 268 +----------------------
 net/nimble/host/test/src/ble_sm_test_util.c |   2 +-
 8 files changed, 52 insertions(+), 310 deletions(-)
----------------------------------------------------------------------