summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2020-02-19Bluetooth: fix passkey uninitialized when usedHoward Chung
2020-02-14Bluetooth: secure bluetooth stack from bluedump attackHoward Chung
2020-01-28Bluetooth: SMP: Fix SALT value in some commentsChristophe JAILLET
2020-01-25Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leMarcel Holtmann
2020-01-15Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud
2019-10-16Bluetooth: remove set but not used variable 'smp'YueHaibing
2019-07-26bluetooth: switch to AES libraryArd Biesheuvel
2019-07-06Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa
2018-09-26Bluetooth: SMP: fix crash in unpairingMatias Karhumaa
2018-09-11Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg
2018-05-30Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko
2018-03-01Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus
2017-10-06Bluetooth: ecdh_helper - reveal error codesTudor Ambarus
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus
2017-06-10Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld
2017-04-30Bluetooth: Add selftest for ECDH key generationMarcel Holtmann
2017-04-25Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg
2016-09-19Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagSzymon Janc
2016-07-08Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg
2016-01-27Bluetooth: Use skcipher and hashHerbert Xu
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