Re: [PATCH] avoid excessive use of socket buffer in skcipher

2014-11-08 Thread Milan Broz
On 09/04/2014 09:08 AM, Herbert Xu wrote: On Mon, Aug 25, 2014 at 11:49:54AM +0200, Ondrej Kozina wrote: On archs with PAGE_SIZE = 64 KiB the function skcipher_alloc_sgl() fails with -ENOMEM no matter what user space actually requested. This is caused by the fact sock_kmalloc call inside the

libkcapi: First release of kernel crypto API userspace library

2014-11-08 Thread Stephan Mueller
Hi, The Linux kernel exports a Netlink interface of type AF_ALG to allow user space to utilize the kernel crypto API. libkcapi uses this Netlink interface and exports easy to use APIs so that a developer does not need to consider the low-level Netlink interface handling. Its first release is

Re: [PATCH v2 01/11] crypto: Documentation - crypto API high level spec

2014-11-08 Thread Jason Cooper
Stephan, On Mon, Nov 03, 2014 at 03:18:29PM +0100, Stephan Mueller wrote: Am Montag, 3. November 2014, 08:34:39 schrieb Jonathan Corbet: These are all useful. But I wonder if it would be worth the effort to turn this inti a proper docbook document that automatically has everything