All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/7] android/tester: Cases for HIDHost security checks
@ 2014-09-09  7:46 Jakub Tyszkowski
  2014-09-09  7:46 ` [PATCHv3 1/7] android/tester: Allow HIDHost to use custom sdp response Jakub Tyszkowski
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Jakub Tyszkowski @ 2014-09-09  7:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Tyszkowski

This adds cases checking if Hidhost rejects connection from unknown HID Devices
and if proper security level is used for devices which requires encryption.

v3 changes:
	* improved remote side event verification by defining emulator callbacks
	* removed sdp call counter and use transaction id from the request frame

V2 changes:
	* removed btdev hacks for which proper fix was already pushed
	* smal function flow improvement for emu_remote_connect_hci_action()
	* slightly reordered patch order


Jakub Tyszkowski (7):
  android/tester: Allow HIDHost to use custom sdp response
  android/tester: Rename and expose callback verification function
  android/tester: Improve HIDHost data sending verification
  android/tester: Add encryption change verification mechanism
  android/tester: Add case verifying encryption on HIDHost
  android/tester: Fix HIDHost cases sending fixed tid sdp responses
  android/tester: Add Hidhost rejecting connection case

 android/tester-hidhost.c | 256 ++++++++++++++++++++++++++++++++++++++++++-----
 android/tester-main.c    |  83 +++++++++------
 android/tester-main.h    |   7 ++
 3 files changed, 294 insertions(+), 52 deletions(-)

--
1.9.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-09-11  9:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09  7:46 [PATCHv3 0/7] android/tester: Cases for HIDHost security checks Jakub Tyszkowski
2014-09-09  7:46 ` [PATCHv3 1/7] android/tester: Allow HIDHost to use custom sdp response Jakub Tyszkowski
2014-09-09  9:02   ` Luiz Augusto von Dentz
2014-09-11  9:47     ` Szymon Janc
2014-09-09  7:46 ` [PATCHv3 2/7] android/tester: Rename and expose callback verification function Jakub Tyszkowski
2014-09-09  7:46 ` [PATCHv3 3/7] android/tester: Improve HIDHost data sending verification Jakub Tyszkowski
2014-09-09  7:47 ` [PATCHv3 4/7] android/tester: Add encryption change verification mechanism Jakub Tyszkowski
2014-09-09  7:47 ` [PATCHv3 5/7] android/tester: Add case verifying encryption on HIDHost Jakub Tyszkowski
2014-09-09  7:47 ` [PATCHv3 6/7] android/tester: Fix HIDHost cases sending fixed tid sdp responses Jakub Tyszkowski
2014-09-09  9:10   ` Luiz Augusto von Dentz
2014-09-09 11:53     ` Tyszkowski Jakub
2014-09-09  7:47 ` [PATCHv3 7/7] android/tester: Add Hidhost rejecting connection case Jakub Tyszkowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.