REPLY BACK IF YOU REALLY NEED A LOAN

2015-08-25 Thread Excel capital
-- We offer loans to individuals / companies @ 3% loans. $ 5,000.00, pounds and euros to 500,000,000.00. elizabethmorganhel...@hotmail.com: if you are interested, contact please apply via email -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to m

Re: [GIT PULL] Move cert handling to certs/ directory

2015-08-25 Thread James Morris
On Mon, 24 Aug 2015, David Howells wrote: > Hi James, > > Sorry for the late request, but can you pull this please? It's a set of > commits that puts a bit of polish on the previous module signing patches. > It moves the certificate handling to its own directory rather than sharing > in the kern

Re: [PATCH] MPI: Fix mpi_read_buffer

2015-08-25 Thread Herbert Xu
On Mon, Aug 24, 2015 at 07:52:14AM -0700, Tadeusz Struk wrote: > Change mpi_read_buffer to return a number without leading zeros > so that mpi_read_buffer and mpi_get_buffer return the same thing. > > Signed-off-by: Tadeusz Struk Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org

Re: [PATCH] crypto: qat - enable legacy VFs

2015-08-25 Thread Herbert Xu
On Mon, Aug 24, 2015 at 11:56:02AM -0700, Tadeusz Struk wrote: > We need to support legacy VFs as well as VFs running on different OSes. > To do so the compatibility check need needs to be relaxed. > This patch moves the logic responsible for VF to PF version and > compatibility checking from adfsr

Re: [PATCH] crypto: aead - fix for multiple operations on AF_ALG sockets

2015-08-25 Thread Herbert Xu
On Tue, Aug 25, 2015 at 11:59:15AM +0200, Lars Persson wrote: > The tsgl scatterlist must be re-initialized after each > operation. Otherwise the sticky bits in the page_link will corrupt the > list with pre-mature termination or false chaining. > > Signed-off-by: Lars Persson Applied. -- Email

[PATCH] crypto: aead - fix for multiple operations on AF_ALG sockets

2015-08-25 Thread Lars Persson
The tsgl scatterlist must be re-initialized after each operation. Otherwise the sticky bits in the page_link will corrupt the list with pre-mature termination or false chaining. Signed-off-by: Lars Persson --- crypto/algif_aead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/algif_a