329 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
5426b086dd add provision to send l2cap connection parameters update request 2014-01-10 16:57:44 +00:00
matthias.ringwald@gmail.com
c23729bbfd use address of 2013 macbook air 2014-01-10 16:57:02 +00:00
matthias.ringwald@gmail.com
431d68e3ef split out dummy central_device_db code into extra file 2014-01-09 20:45:43 +00:00
matthias.ringwald@gmail.com
510d4cc19a fix spelling of sm_set_encryption_key_size_range 2014-01-08 13:08:41 +00:00
matthias.ringwald@gmail.com
ef8a41e1e4 added a minimal security manager that just denies security requests 2014-01-08 12:04:11 +00:00
matthias.ringwald@gmail.com
5930fba261 disable request security again 2014-01-08 08:44:04 +00:00
matthias.ringwald@gmail.com
e76314ab4b request security 2014-01-08 08:21:13 +00:00
matthias.ringwald@gmail.com
79907ab439 fix buffer size as suggested in #359 2014-01-07 19:38:13 +00:00
matthias.ringwald@gmail.com
0d0bcdceb3 don't use Master Identification Information to replace addr_type and address, sort security check order 2014-01-07 18:24:50 +00:00
matthias.ringwald@gmail.com
f30cb1ae00 fix io cap lookup, ble_peripheral has display 2014-01-07 10:14:30 +00:00
matthias.ringwald@gmail.com
abb2e83f6a add notifiable and indicatable characteristic that represents an 8 bit counter 2014-01-06 22:11:29 +00:00
matthias.ringwald@gmail.com
157efbac7c added characteristic with indicate and notify 2014-01-06 21:32:58 +00:00
matthias.ringwald@gmail.com
709e74be4c auto authorize connection 2014-01-06 18:44:26 +00:00
matthias.ringwald@gmail.com
3d210f8217 extracted att_server 2014-01-05 21:39:26 +00:00
matthias.ringwald@gmail.com
696564b866 renamed ble_server into ble_peripheral 2014-01-05 21:18:06 +00:00
matthias.ringwald@gmail.com
5f5cbc52d7 prepare to extract att_server 2014-01-05 21:17:25 +00:00
matthias.ringwald@gmail.com
78d22dedcd clean ups 2014-01-05 20:59:39 +00:00
matthias.ringwald@gmail.com
831700f276 move Sercurity Manager into main code base 2014-01-05 20:45:37 +00:00
matthias.ringwald@gmail.com
0be1cb9358 add API for bonding interaction, move public API implementation to end of file 2014-01-05 20:19:00 +00:00
matthias.ringwald@gmail.com
6ae23ab165 extract minimal gap_le.h 2014-01-05 20:13:37 +00:00
matthias.ringwald@gmail.com
cb0c1216da emit SM_IDENTITY_RESOLVING_STARTED event 2014-01-05 19:57:43 +00:00
matthias.ringwald@gmail.com
c3d83d1ea0 use identity resolving event 2014-01-05 19:54:00 +00:00
matthias.ringwald@gmail.com
1e57f667d3 emit event for identify resolving 2014-01-05 19:42:21 +00:00
matthias.ringwald@gmail.com
b18000f8c2 break out sm.c 2014-01-05 19:21:49 +00:00
matthias.ringwald@gmail.com
86c2c0fb5a break out sm.c 2014-01-05 19:21:33 +00:00
matthias.ringwald@gmail.com
2126dff7b6 fix example compile 2014-01-04 20:49:46 +00:00
matthias.ringwald@gmail.com
f4220df52c switch to rpetrich's theos fork for now, build armv6+arm64 binaries 2014-01-04 20:37:31 +00:00
matthias.ringwald@gmail.com
679c88d115 split packet handler into sm_event_packet_handler and app_packet_handler 2014-01-03 20:12:49 +00:00
matthias.ringwald@gmail.com
c0712fc68a start sorting Security Manager code 2014-01-03 19:19:37 +00:00
matthias.ringwald@gmail.com
5820a0e7ca signed write should be working 2014-01-02 23:02:04 +00:00
matthias.ringwald@gmail.com
69eb61b2f0 added callback to sm_cmac_start, handle cmac complete in att handler, validate signature counter, update signature counter 2014-01-02 22:40:26 +00:00
matthias.ringwald@gmail.com
3aa9c8727a get CSRK from Central Device DB 2014-01-02 22:02:59 +00:00
matthias.ringwald@gmail.com
674bf319ae added code removed prematurley 2014-01-02 21:45:18 +00:00
matthias.ringwald@gmail.com
75d58b6577 use address type and address from HCI 2014-01-02 21:42:21 +00:00
matthias.ringwald@gmail.com
5f7d6dec88 remove unused code 2014-01-02 21:10:06 +00:00
matthias.ringwald@gmail.com
ae829d8f67 identify non-resolvable private address by means of Indentity Resolving Key 2014-01-02 19:48:31 +00:00
matthias.ringwald@gmail.com
21b4066797 store bonding info in central device db 2014-01-01 23:21:02 +00:00
matthias.ringwald@gmail.com
0cc354176a also store IRK 2014-01-01 22:28:09 +00:00
matthias.ringwald@gmail.com
d5e21d27a0 sketched API for a central device persistent db 2014-01-01 22:23:19 +00:00
matthias.ringwald@gmail.com
d5359ecc0b fix typo 2014-01-01 20:46:25 +00:00
matthias.ringwald@gmail.com
f781679a14 remove c aes128 code 2014-01-01 20:05:39 +00:00
matthias.ringwald@gmail.com
bf764d2b4f store encryption size in 4 lowest bis of s_rand if max != min ecnryption size to get along without explicit remote device db 2014-01-01 19:58:34 +00:00
matthias.ringwald@gmail.com
1664d53b41 use 16 as min/max encryption size, use fixed encryption size for re-connections 2014-01-01 19:42:17 +00:00
matthias.ringwald@gmail.com
cb220d641c use #defines 2013-12-28 10:36:44 +00:00
matthias.ringwald@gmail.com
c0cb54544a fix value of SM_AUTHREQ_MITM_PROTECTION 2013-12-27 23:28:08 +00:00
matthias.ringwald@gmail.com
6413c62205 cache ATT Server Request instead of ATT Server Response to allow for signed write signature validation 2013-12-22 23:03:06 +00:00
matthias.ringwald@gmail.com
c934fd0d78 calculate CMAC using AES128 engine 2013-12-22 00:00:14 +00:00
matthias.ringwald@gmail.com
6ebbe91aaf return full MAC 2013-12-21 22:31:22 +00:00
matthias.ringwald@gmail.com
29634d544e use latest cc2564 init script 2013-12-21 22:31:04 +00:00
matthias.ringwald@gmail.com
f9a84882e4 added CLIENT_CONFIGURATION to test profile 2013-12-21 22:30:34 +00:00