netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Network Development Mailing List <netdev@oss.sgi.com>
Subject: Problem with "ESP: sha1 digestsize 20 != 0"
Date: Thu, 03 Feb 2005 21:04:33 +0100	[thread overview]
Message-ID: <1107461073.6833.8.camel@pegasus> (raw)

Hi,

when using my RAS account with 2.6.11-rc3, I see a lot of

	ESP: sha1 digestsize 20 != 0

messages in my logs and the IPsec tunnel is not working. I tracked the
problem down to the change below. After reverting this patch, everything
works like before.

Regards

Marcel


ChangeSet@1.1830.738.7, 2005-01-25 21:53:42-08:00, herbert@gondor.apana.org.au
  [XFRM]: Probe selected algorithm only.
  
  This patch removes an annoying problem in xfrm_user.  As it is every
  time an SA is added it probes every known algorithm in the universe.
  Now if they all existed it would be OK.  However, for the ones which
  don't actually exist this causes multiple /sbin/modprobe processes to
  be spawned which slows the system down when you're adding hundreds of
  SAs.
  
  Since we know the type of algorithm required when we're adding a new
  SA, we can get away with only probing the selected algorithms.  This
  is what the following patch does for xfrm_user.

             reply	other threads:[~2005-02-03 20:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03 20:04 Marcel Holtmann [this message]
2005-02-03 20:39 ` Problem with "ESP: sha1 digestsize 20 != 0" Herbert Xu
2005-02-03 21:02   ` Marcel Holtmann
2005-02-03 23:43   ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1107461073.6833.8.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).