lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 13 Nov 2010 21:37:17 -0600
From:	Steve French <smfrench@...il.com>
To:	Jody Bruchon <jody@...ritech.com>
Cc:	linux-cifs@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC

Merged the equivalent of this - thx.

On Sat, Nov 13, 2010 at 2:09 PM, Jody Bruchon <jody@...ritech.com> wrote:
>  I sent this patch in to LKML, but later realized it should probably go
> here.  I don't subscribe to the list, so please CC me directly with any
> replies.  Thanks!
>
> Jody Bruchon
>
> -------- Original Message --------
> Subject:        [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
> Date:   Fri, 12 Nov 2010 13:41:06 -0500
> From:   Jody Bruchon <jody@...ritech.com>
> To:     linux-kernel@...r.kernel.org
>
>
> linux-2.6.37-rc1: I compiled a kernel with CIFS which subsequently
> failed with an error indicating it couldn't initialize crypto module
> "hmacmd5".  CONFIG_CRYPTO_HMAC=y fixed the problem.
>
> This patch makes CIFS depend on CRYPTO_HMAC in kconfig.
>
> Signed-off-by: Jody Bruchon<jody@...ritech.com>
> ---
>
> diff -Naur linux-2.6.37-rc1/fs/cifs/Kconfig b/fs/cifs/Kconfig
> --- linux-2.6.37-rc1/fs/cifs/Kconfig    2010-11-12 13:22:31.742999981 -0500
> +++ b/fs/cifs/Kconfig    2010-11-12 13:22:27.528998658 -0500
> @@ -4,6 +4,7 @@
>     select NLS
>     select CRYPTO
>     select CRYPTO_MD5
> +    select CRYPTO_HMAC
>     select CRYPTO_ARC4
>     help
>       This is the client VFS module for the Common Internet File System
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Thanks,

Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ