Re: AH transformation broken since 2.5.56

Brice Goglin (bgoglin@ens-lyon.fr)
Fri, 24 Jan 2003 11:05:30 +0100


> From: David S. Miller (davem@redhat.com)
> Date: Thu Jan 23 2003 - 21:21:14 EST
>
> From: Brice Goglin <bgoglin@ens-lyon.fr>
> Date: Wed, 22 Jan 2003 14:31:07 +0100
>
> Support for IPsec AH in net/ipv4/ah.c is broken since 2.5.56
>
> (still broken in 2.5.59).
> I tried with CONFIG_INET_AH=y and m, I got the same error :
>
> You have to enable CONFIG_CRYPTO_HMAC if you want to enable
> CONFIG_INET_AH

Ok, thanks.
I just saw that net/ipv4/Kconfig make CONFIG_INET_AH depend on
CONFIG_CRYPTO_HMAC.

My problem was based on the fact that you can disable
CONFIG_CRYPTO_HMAC by disabling CONFIG_CRYPTO. But this will not
disable CONFIG_INET_AH.

Shouldn't there be a fix in dependencies between CONFIG_CRYPTO
and CONFIG_CRYPTO_HMAC, or between CONFIG_INET_AH and
CONFIG_CRYPTO ?

Regards

Brice Goglin
============
Ph.D Student
Laboratoire de l'Informatique du Parallélisme
ENS Lyon
France
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/