[ANNOUNCE] Linux Security Summit 2010 - Schedule Published

2010-06-16 Thread James Morris
== LINUX SECURITY SUMMIT 2010 (BOSTON) PROGRAM SCHEDULE == SUMMARY This is to announce the program

[PATCH] crypto: hash - Fix handling of small unaligned buffers

2010-06-16 Thread Szilveszter Ördög
If a scatterwalk chain contains an entry with an unaligned offset then hash_walk_next() will cut off the next step at the next alignment point. However, if the entry ends before the next alignment point then we will want to process more data than it is available. Fix this by checking whether the

Re: Crypto API from user space

2010-06-16 Thread Dmitry Kasatkin
Hi, BTW. git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git Has this kernel anything about cryptodev as well? Thanks, - Dmitry On 15/06/10 19:24, ext Nikos Mavrogiannopoulos wrote: > Dmitry Kasatkin wrote: > >> Hi, >> >> Can I use kernel Crypto API from user space? >> I