On Thu, Jul 20, 2017 at 10:37:39AM +0300, Tudor Ambarus wrote: > ecdh_ctx contained static allocated data for the shared secret > and public key. > > The shared secret and the public key were doomed to concurrency > issues because they could be shared by multiple crypto requests. > > The concurrency is fixed by replacing per-tfm shared secret and > public key with per-request dynamically allocated shared secret > and public key. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx> Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt