summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2021-05-26Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz
2019-08-04Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc
2018-11-10Bluetooth: SMP: fix crash in unpairingMatias Karhumaa
2018-04-08Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc
2017-07-27Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld
2016-03-03Bluetooth: Fix incorrect removing of IRKsJohan Hedberg
2015-11-11Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-17Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann
2015-09-17Bluetooth: Delay check for conn->smp in smp_conn_security()Johan Hedberg
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg
2015-06-12Bluetooth: Use actual encryption key size for SMP over BR/EDRJohan Hedberg
2015-06-12Bluetooth: Add debugfs support for min LE encryption key sizeJohan Hedberg
2015-06-12Bluetooth: Add debugfs support for max LE encryption key sizeJohan Hedberg
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg
2015-04-02Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg
2015-03-18Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann
2015-03-17Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg
2015-03-16Bluetooth: Rename smp->local_rr into smp->local_randMarcel Holtmann
2015-03-16Bluetooth: Add extra SMP_DBG statement for remote OOB dataMarcel Holtmann
2015-03-16Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]Marcel Holtmann
2015-03-16Bluetooth: Add clarifying comment when setting local OOB flagJohan Hedberg
2015-03-16Bluetooth: Don't send public key if OOB data verification failsJohan Hedberg
2015-03-16Bluetooth: Fix verifying confirm value when lacking remote OOB dataJohan Hedberg
2015-03-16Bluetooth: Set local OOB data flag if remote has our OOB dataJohan Hedberg
2015-03-16Bluetooth: Track local vs remote OOB data availabilityJohan Hedberg
2015-03-16Bluetooth: Fix local OOB data handling for SMPJohan Hedberg
2015-03-16Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32]Marcel Holtmann
2015-03-16Bluetooth: Use OOB key pair for LE SC pairing with OOB methodMarcel Holtmann
2015-03-16Bluetooth: Add function for generating LE SC out-of-band dataMarcel Holtmann
2015-03-16Bluetooth: Add support for AES-CMAC hash for security manager deviceMarcel Holtmann
2015-03-16Bluetooth: Create SMP device structure for local crypto contextMarcel Holtmann
2015-03-16Bluetooth: Use kzfree instead of kfree in security managerMarcel Holtmann
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-12Bluetooth: Remove two else branches that are not neededMarcel Holtmann
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg
2015-02-20Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsMarcel Holtmann
2015-01-15Bluetooth: Don't register any SMP channel if LE is not supportedMarcel Holtmann
2015-01-15Bluetooth: Fix LE SMP channel source address and source address typeMarcel Holtmann
2015-01-14Bluetooth: Fix valid Identity Address checkJohan Hedberg
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsMarcel Holtmann