Commit Graph

14882 Commits (637dcb9bc8445e3085b8718f4149e434356d1ebb)

Author SHA1 Message Date
paul-szczepanek-arm 637dcb9bc8 missing * 2018-04-09 15:10:25 +01:00
paul-szczepanek-arm 55d3423a5e typedef uint32_t 2018-04-09 13:35:17 +01:00
paul-szczepanek-arm be912ded5b normalised the getters const insanity 2018-04-09 12:14:52 +01:00
paul-szczepanek-arm 57149b69e4 monitor for signing events and set local counter 2018-04-04 19:24:00 +01:00
paul-szczepanek-arm 1d74dfa1f9 redundant funcs removed 2018-04-04 18:02:16 +01:00
paul-szczepanek-arm acfc5b218d set cordio csrk and counter 2018-04-04 17:16:34 +01:00
paul-szczepanek-arm 2e1c5fc123 completely redundant 2018-04-04 17:16:16 +01:00
paul-szczepanek-arm 539a11ee31 sign counter added 2018-04-04 15:59:10 +01:00
Paul Szczepanek 0833827460
Merge pull request #26 from paul-szczepanek-arm/signing
signing integration between gatt and sm
2018-04-03 15:50:18 +01:00
paul-szczepanek-arm 08c9ac5fe6 Merge branch 'signing' of https://github.com/paul-szczepanek-arm/mbed-os into signing 2018-04-03 15:42:31 +01:00
paul-szczepanek-arm cbf80e9da5 typos, style and other review fixes 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm c1e2e07241 missing line from commit
(github client fail)
2018-04-03 15:41:43 +01:00
paul-szczepanek-arm 15c06acfe4 style fix 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm dfdfcfb25e style fix 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm e276478d58 only bother reacting to verification failures if we want to use signing 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm f5fee68f99 fixed naming for sig failure count 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm 9283413c4c count failures, trigger reparing when verification fails 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm 780d8a4375 let the stack know whether csrk is authenticated 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm 511135f31c signing only for the slave, unless keys requested to be sent by master 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm 8d966dbe8c invalid mic event 2018-04-03 15:41:43 +01:00
paul-szczepanek-arm 5ae9cc3b53 set peer csrk on pal 2018-04-03 15:41:43 +01:00
Paul Szczepanek 381b99bc61
Merge pull request #25 from paul-szczepanek-arm/oob-gen
generate oob at will and without passing in connection handle
2018-04-03 15:30:21 +01:00
paul-szczepanek-arm 576796b289 reset OOB on use 2018-04-03 15:29:26 +01:00
paul-szczepanek-arm 26b047549c extra comments for api 2018-04-03 15:17:15 +01:00
paul-szczepanek-arm 0a494a0bbc all_zeros now free functions 2018-04-03 14:47:27 +01:00
paul-szczepanek-arm ba5b0f30d2 added comments about address for oob generation 2018-04-03 13:54:29 +01:00
paul-szczepanek-arm 3c1a5a4a56 incorrect retval usage fixed 2018-04-03 12:16:49 +01:00
paul-szczepanek-arm 15fd2f33f4 typos, style and other review fixes 2018-04-03 09:57:58 +01:00
paul-szczepanek-arm ced41b425d missing line from commit
(github client fail)
2018-03-29 16:56:32 +01:00
paul-szczepanek-arm cdbead87ea style fix 2018-03-29 16:53:54 +01:00
paul-szczepanek-arm b979c4a2c8 style fix 2018-03-29 16:24:20 +01:00
paul-szczepanek-arm cfa53d5e6c only bother reacting to verification failures if we want to use signing 2018-03-29 16:02:27 +01:00
paul-szczepanek-arm c0f390f2cd fixed naming for sig failure count 2018-03-29 15:47:50 +01:00
paul-szczepanek-arm 45c22ac12e count failures, trigger reparing when verification fails 2018-03-29 15:44:15 +01:00
paul-szczepanek-arm c36a8d7dba let the stack know whether csrk is authenticated 2018-03-29 15:24:40 +01:00
paul-szczepanek-arm eb66461e29 signing only for the slave, unless keys requested to be sent by master 2018-03-29 13:47:22 +01:00
paul-szczepanek-arm b25c2330c1 invalid mic event 2018-03-29 13:46:26 +01:00
paul-szczepanek-arm cf6bf9968f set peer csrk on pal 2018-03-28 18:30:01 +01:00
Paul Szczepanek 5d3b80e91c
Merge pull request #22 from pan-/sc-nordic
Sc nordic
2018-03-27 16:13:57 +01:00
paul-szczepanek-arm aa90f0df65 rely solely on random vlalue to know if already calculating
simplify by setting a fake random value at the start so that first run is the same as subsequent runs
2018-03-27 12:25:50 +01:00
paul-szczepanek-arm c542650734 removed unused param from call 2018-03-26 18:07:29 +01:00
paul-szczepanek-arm e1885486fa only generate oob if using oob 2018-03-26 18:00:05 +01:00
paul-szczepanek-arm d1b4713ae6 removed redundancy 2018-03-26 17:53:40 +01:00
paul-szczepanek-arm 02ba2848a8 avoid recalculating oob fi already calculating 2018-03-26 17:48:32 +01:00
Vincent Coubard 87c2045f5e Merge branch 'security-manager-dev' of https://github.com/paul-szczepanek-arm/mbed-os into sc-nordic 2018-03-26 17:12:37 +01:00
Vincent Coubard db20ecbbde
Merge branch 'security-manager-dev' into oob-gen 2018-03-26 16:49:55 +01:00
Paul Szczepanek 27ff79c6e5
Merge pull request #21 from pan-/sc-cordio
Sc cordio
2018-03-26 16:39:03 +01:00
Vincent Coubard 3579653533 Cordio: Implement missing functions for secure connection 2018-03-26 15:48:59 +01:00
paul-szczepanek-arm 98efb9da06 generate oob at will and without passing in connection handle 2018-03-23 18:31:27 +00:00
Vincent Coubard b859907481 Cordio: remove generate_public_key from the security manager. 2018-03-23 12:06:08 +00:00