aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsGravatar Eric Biggers 1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsGravatar Eric Biggers 1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+25
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceGravatar Matias Karhumaa 1-14/+9
2018-09-26Bluetooth: SMP: fix crash in unpairingGravatar Matias Karhumaa 1-4/+25
2018-09-11Bluetooth: Use correct tfm to generate OOB dataGravatar Matias Karhumaa 1-1/+7
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataGravatar Johan Hedberg 1-2/+6
2018-05-30Bluetooth: Re-use kstrtobool_from_user()Gravatar Andy Shevchenko 1-8/+4
2018-03-01Bluetooth: Fix missing encryption refresh on Security RequestGravatar Szymon Janc 1-1/+7
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-11/+11
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyGravatar Tudor Ambarus 1-37/+29
2017-10-06Bluetooth: ecdh_helper - reveal error codesGravatar Tudor Ambarus 1-7/+10
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperGravatar Tudor Ambarus 1-13/+55
2017-06-10Bluetooth: use constant time memory comparison for secret valuesGravatar Jason A. Donenfeld 1-19/+20
2017-04-30Bluetooth: Add selftest for ECDH key generationGravatar Marcel Holtmann 1-0/+38
2017-04-25Bluetooth: convert smp and selftest to crypto kpp APIGravatar Salvatore Benedetto 1-4/+4
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagGravatar Johan Hedberg 1-17/+68
2016-09-19Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagGravatar Szymon Janc 1-1/+4
2016-07-08Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Gravatar Andy Lutomirski 1-39/+28
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-72/+63
2016-01-29Bluetooth: Fix incorrect removing of IRKsGravatar Johan Hedberg 1-16/+0
2016-01-27Bluetooth: Use skcipher and hashGravatar Herbert Xu 1-72/+63
2015-11-11Bluetooth: Fix l2cap_chan leak in SMPGravatar Johan Hedberg 1-1/+6
2015-10-22Bluetooth: Fix crash in SMP when unpairingGravatar Johan Hedberg 1-0/+26
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingGravatar Johan Hedberg 1-1/+0
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyGravatar Johan Hedberg 1-16/+17
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+6
2015-09-17Bluetooth: Fix typo in smp_ah comment for hash functionGravatar Marcel Holtmann 1-1/+1
2015-09-17Bluetooth: Delay check for conn->smp in smp_conn_security()Gravatar Johan Hedberg 1-6/+6
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityGravatar Johan Hedberg 1-0/+4
2015-06-12Bluetooth: Use actual encryption key size for SMP over BR/EDRGravatar Johan Hedberg 1-2/+2
2015-06-12Bluetooth: Add debugfs support for min LE encryption key sizeGravatar Johan Hedberg 1-1/+50
2015-06-12Bluetooth: Add debugfs support for max LE encryption key sizeGravatar Johan Hedberg 1-4/+57
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsGravatar Johan Hedberg 1-1/+8
2015-06-09Bluetooth: Fix encryption key size handling for LTKsGravatar Johan Hedberg 1-12/+3
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsGravatar Johan Hedberg 1-4/+16
2015-04-02Bluetooth: Export SMP selftest result in debugfsGravatar Marcel Holtmann 1-9/+34
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlGravatar Johan Hedberg 1-1/+1
2015-03-18Bluetooth: Fix potential NULL dereference in SMP channel setupGravatar Marcel Holtmann 1-3/+5
2015-03-17Bluetooth: Add workaround for broken OS X legacy SMP pairingGravatar Johan Hedberg 1-8/+67
2015-03-16Bluetooth: Rename smp->local_rr into smp->local_randGravatar Marcel Holtmann 1-5/+5
2015-03-16Bluetooth: Add extra SMP_DBG statement for remote OOB dataGravatar Marcel Holtmann 1-0/+2
2015-03-16Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]Gravatar Marcel Holtmann 1-1/+1
2015-03-16Bluetooth: Add clarifying comment when setting local OOB flagGravatar Johan Hedberg 1-0/+8
2015-03-16Bluetooth: Don't send public key if OOB data verification failsGravatar Johan Hedberg 1-10/+10
2015-03-16Bluetooth: Fix verifying confirm value when lacking remote OOB dataGravatar Johan Hedberg 1-1/+3
2015-03-16Bluetooth: Set local OOB data flag if remote has our OOB dataGravatar Johan Hedberg 1-0/+6
2015-03-16Bluetooth: Track local vs remote OOB data availabilityGravatar Johan Hedberg 1-4/+6
2015-03-16Bluetooth: Fix local OOB data handling for SMPGravatar Johan Hedberg 1-2/+5