From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 20:25:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 118BB1065691 for ; Fri, 10 Oct 2008 20:25:04 +0000 (UTC) (envelope-from alancyang@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.179]) by mx1.freebsd.org (Postfix) with ESMTP id C49C48FC1E for ; Fri, 10 Oct 2008 20:25:03 +0000 (UTC) (envelope-from alancyang@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so317877ele.13 for ; Fri, 10 Oct 2008 13:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dw+quje5Pi9zkGKZLomYkCBtj6qUr+NE48q+8PKTHbQ=; b=gByjc99epUIyyCrOIFB14AhRnTySqgQLPpf7LHR1WvWz7XS/uzHSMyjJmXAKH46+P2 2+npcsTPT0e7FLUBuAfKIkSigWVbR490TOz8M/ulxaase6AFAFwXmrQZtm4ra1BMR8O3 F3UJ2LjjtMpQx3ZV0rrL/KcnBBVCR6Fpkc61o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Xbc+KD6xbCXJdaA9RM0jrDfQYc0AyaRH3yn0fnO252ti3Aa6o9dQYexUavMeTAhOCJ +QQx2ETsyin36BHtc34zik4yfLsw+lIqipvdhn2CZeBq+mrAGo0b37q66DTgWby83pMs M6BWX/FU9A9dAD9ywGgdwOLXskDTvXa9O9Ymw= Received: by 10.90.53.1 with SMTP id b1mr640996aga.51.1223670302624; Fri, 10 Oct 2008 13:25:02 -0700 (PDT) Received: by 10.90.94.14 with HTTP; Fri, 10 Oct 2008 13:25:02 -0700 (PDT) Message-ID: <290865fd0810101325kbd4caber6b132253784523a5@mail.gmail.com> Date: Fri, 10 Oct 2008 13:25:02 -0700 From: "alan yang" To: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org In-Reply-To: <290865fd0810090846y57bbdc1fs3db5c5334fe80c09@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <290865fd0810090846y57bbdc1fs3db5c5334fe80c09@mail.gmail.com> Cc: Subject: Re: setkey panic freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 20:25:04 -0000 sorry, /usr/local/sbin/setkey failed on parsing that specific add, not panic. no specific info, just say parse failed. maybe something is not supported ...? On Thu, Oct 9, 2008 at 8:46 AM, alan yang wrote: > i wonder people ran into similar issue on setkey with freebsd7 that > panic at ~/crypto/sha1.c:263 within sha1_result() > digest[0] = ctxt->h.b8[3]; digest[1] = ctxt->h.b8[2]; > > on the following sadb add with setkey: > add 192.168.0.101 192.168.0.110 esp-old 0x10001 -m any -E des-cbc > "12345678" -A keyed-sha1 "12345678123456781234" > > thanks in advance on any hints. >