Re: [PATCH v3] Bluetooth: Check for encryption key size on connect

2020-10-01 Thread Marcel Holtmann
Hi Archie, > When receiving connection, we only check whether the link has been > encrypted, but not the encryption key size of the link. > > This patch adds check for encryption key size, and reject L2CAP > connection which size is below the specified thre

Re: [PATCH v3] Bluetooth: Check for encryption key size on connect

2020-09-28 Thread Marcel Holtmann
Hi Archie, >>> When receiving connection, we only check whether the link has been >>> encrypted, but not the encryption key size of the link. >>> >>> This patch adds check for encryption key size, and reject L2CAP >>> connection which size is below the specified threshold (def

Re: [PATCH v3] Bluetooth: Check for encryption key size on connect

2020-09-28 Thread Marcel Holtmann
Hi Archie, > When receiving connection, we only check whether the link has been > encrypted, but not the encryption key size of the link. > > This patch adds check for encryption key size, and reject L2CAP > connection which size is below the specified threshold (default 7) >>

Re: [PATCH v3] Bluetooth: Check for encryption key size on connect

2020-09-27 Thread Marcel Holtmann
Hi Archie, >>> When receiving connection, we only check whether the link has been >>> encrypted, but not the encryption key size of the link. >>> >>> This patch adds check for encryption key size, and reject L2CAP >>> connection which size is below the specified threshold (default 7) >>> with sec

Re: [PATCH v3] Bluetooth: Check for encryption key size on connect

2020-09-25 Thread Marcel Holtmann
Hi Archie, > When receiving connection, we only check whether the link has been > encrypted, but not the encryption key size of the link. > > This patch adds check for encryption key size, and reject L2CAP > connection which size is below the specified threshold (default 7) > with security block.