The default arbiter configuration for ring weights and response ordering
is exactly what we want so we don't need to configure anything more.
This will also fix the problem where number of bundles is different
between different devices.
Reported-by: Ahsan Atta
Signed-off-by: Tadeusz Struk
---
d
Hi Tadeusz,
>>> In this way we can define a generic user side of the key exchange interface,
and on the the driver side of the akcipher, the implementations would
overload
the existing akcipher encrypt(), decrypt(), set_pub_key(), set_priv_key()
methods
and do what shoul
Hi Cristian,
On 03/08/2016 12:20 AM, Cristian Stoica wrote:
> There is also a follow-up in the next paragraph:
>
> "That pretty much sums up the new attack: the side-channel defenses that were
> hoped to be sufficient were found not to be (again). So the answer, this time
> I believe, is to make
These if statements aren't indented far enough and it makes static
checkers complain.
Signed-off-by: Dan Carpenter
---
Hopefully GCC6 will start complaining about these as well?
diff --git a/crypto/rsa-pkcs1pad.c b/crypto/rsa-pkcs1pad.c
index 1cea67d..1eb5cbe 100644
--- a/crypto/rsa-pkcs1pad.c
+
Hi Tadeusz,
There is also a follow-up in the next paragraph:
"That pretty much sums up the new attack: the side-channel defenses that were
hoped to be sufficient were found not to be (again). So the answer, this time I
believe, is to make the processing rigorously constant-time."
The author m