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