summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2014-07-03Bluetooth: Allow re-encryption with LTK when STK is in useJohan Hedberg
2014-07-03Bluetooth: Add flag to track STK encryptionJohan Hedberg
2014-07-03Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg
2014-07-03Bluetooth: Use bool for smp_ltk_encrypt return valueMarcel Holtmann
2014-07-03Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg
2014-07-03Bluetooth: Fix missing check for SMP session in smp_user_confirm_replyJohan Hedberg
2014-07-03Bluetooth: Update SMP crypto functions to take the SMP contextJohan Hedberg
2014-07-03Bluetooth: Add dedicated AES instance for each SMP contextJohan Hedberg
2014-07-03Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_infoJohan Hedberg
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg
2014-07-03Bluetooth: Add flexible buffer byte order swapping functionJohan Hedberg
2014-07-03Bluetooth: Convert SMP flags into an enumJohan Hedberg
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg
2014-07-03Bluetooth: Fix missing NULL check for smp_chan_create() return valueJohan Hedberg
2014-06-20Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg
2014-06-20Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg
2014-06-20Bluetooth: Fix overriding higher security level in SMPJohan Hedberg
2014-06-13Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg
2014-05-20Bluetooth: Update smp_confirm to return a response codeJohan Hedberg
2014-05-20Bluetooth: Update smp_random to return a response codeJohan Hedberg
2014-05-20Bluetooth: Rename smp->smp_flags to smp->flagsJohan Hedberg
2014-05-20Bluetooth: Remove unnecessary work structs from SMP codeJohan Hedberg
2014-05-20Bluetooth: Fix setting initial local auth_req valueJohan Hedberg
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg
2014-05-08Bluetooth: Add support for SMP Invalid Parameters error codeJohan Hedberg
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg
2014-03-24Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg
2014-03-20Bluetooth: Fix address value for early disconnection eventsJohan Hedberg
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg
2014-03-18Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann