Re: [PATCH] crypto: include crypto- module prefix in template

2014-11-24 Thread Mathias Krause
On 24 November 2014 at 20:17, Kees Cook wrote: > This adds the module loading prefix "crypto-" to the template lookup > as well. > > For example, attempting to load 'vfat(blowfish)' via AF_ALG now correctly > includes the "crypto-" prefix at every level, correctly rejecting "vfat": > >

[PATCH] crypto: include crypto- module prefix in template

2014-11-24 Thread Kees Cook
This adds the module loading prefix "crypto-" to the template lookup as well. For example, attempting to load 'vfat(blowfish)' via AF_ALG now correctly includes the "crypto-" prefix at every level, correctly rejecting "vfat": net-pf-38 algif-hash crypto-vfat(blowfish)

[PATCH] crypto: include crypto- module prefix in template

2014-11-24 Thread Kees Cook
This adds the module loading prefix crypto- to the template lookup as well. For example, attempting to load 'vfat(blowfish)' via AF_ALG now correctly includes the crypto- prefix at every level, correctly rejecting vfat: net-pf-38 algif-hash crypto-vfat(blowfish)

Re: [PATCH] crypto: include crypto- module prefix in template

2014-11-24 Thread Mathias Krause
On 24 November 2014 at 20:17, Kees Cook keesc...@chromium.org wrote: This adds the module loading prefix crypto- to the template lookup as well. For example, attempting to load 'vfat(blowfish)' via AF_ALG now correctly includes the crypto- prefix at every level, correctly rejecting vfat: