#
b41539d5 |
| 09-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: generate random number to display for SC with PK_RESP_INPUT generation mode
|
#
2e6217a0 |
| 09-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: fix ec key generation and logging
|
#
0b8af2a5 |
| 09-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: fix legacy pairing trigger user response as responder
|
#
a83a0544 |
| 09-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: use correct ec test key, reduce memory to 1500 bytes
|
#
d7748d9c |
| 03-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: increase buffer for ec key generation
|
#
df86eb96 |
| 03-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: add sm_use_fixed_ec_keypair, ENABLE_FIXED_LE_EC_KEY skips EC key generation saving 4400 bytes
|
#
68437d83 |
| 03-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: use custom memory allocator for mbedtls if not HAVE_MALLOC
|
#
e722521a |
| 01-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: split mbedtls keypair into group. point, and value
|
#
05299751 |
| 01-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: cache local ec key
|
#
d3bd9600 |
| 01-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: use mbedtls's memory allocator with 5k buffer if HAVE_MALLOC is not defined
|
#
6643eff8 |
| 01-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: track calloc/free in mbedtls
|
#
891bb64a |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: call mbedtls_x_free functions
|
#
3764b551 |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: use LK from LE Device DB for SC in initiator role
|
#
7dbe5dcf |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: release setup context after sending LTK negative reply
|
#
cfd5ff74 |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: don't send encryption info for SC
|
#
bbf8db22 |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: don't generate rand and LTK in SC
|
#
5829ebe2 |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: use LTK from LE Device DB for SC in responder role
|
#
1f9d84e9 |
| 31-May-2016 |
Matthias Ringwald <[email protected]> |
sm: fix transition to calculate local confirm in responder role
|
#
07036a04 |
| 30-May-2016 |
Matthias Ringwald <[email protected]> |
sm: wait for passkey entry if neccessarry
|
#
b35a3de2 |
| 29-May-2016 |
Matthias Ringwald <[email protected]> |
sm: use LE Random for local nonce before confirmation calculation
|
#
f1c1783e |
| 29-May-2016 |
Matthias Ringwald <[email protected]> |
sm: use LE Random for initiator/jw_nk
|
#
945888f5 |
| 29-May-2016 |
Matthias Ringwald <[email protected]> |
sm: fix local nonce generation
|
#
1c516d8f |
| 29-May-2016 |
Matthias Ringwald <[email protected]> |
sm: use fresh nonce for each passkey round
|
#
2886623d |
| 29-May-2016 |
Matthias Ringwald <[email protected]> |
sm: fix sc passkey entry in responder role
|
#
7df18c15 |
| 29-May-2016 |
Matthias Ringwald <[email protected]> |
sm: use LE Random command to generate EC keypair
|