Re: [PATCH] modsign: Fix GPL/OpenSSL licence incompatibility

2015-10-04 Thread Pavel Machek
On Tue 2015-09-15 16:03:36, David Howells wrote: > From: David Woodhouse > > The GPL does not permit us to link against the OpenSSL library. Use > LGPL for sign-file and extract-file instead. Actually GPL does permit you to link to "system libraries", and it looks like OpenSSL is pretty much sy

[PATCH] modsign: Fix GPL/OpenSSL licence incompatibility

2015-09-15 Thread David Howells
From: David Woodhouse The GPL does not permit us to link against the OpenSSL library. Use LGPL for sign-file and extract-file instead. Reported-by: Julian Andres Klode Signed-off-by: David Woodhouse Signed-off-by: David Howells Reviewed-by: Julian Andres Klode --- scripts/extract-cert.c |