From owner-freebsd-net@freebsd.org Mon Jul 4 16:27:35 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99459B900E3 for ; Mon, 4 Jul 2016 16:27:35 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75D1D2444 for ; Mon, 4 Jul 2016 16:27:34 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from mr185083 (mr185083.univ-rennes1.fr [129.20.185.83]) by mx.zohomail.com with SMTPS id 1467649647381179.4967564389009; Mon, 4 Jul 2016 09:27:27 -0700 (PDT) Date: Mon, 4 Jul 2016 18:27:23 +0200 From: Patrick Lamaiziere To: freebsd-net@freebsd.org Subject: 10/STABLE openbgpd and bgp TCP MD5 signature Message-ID: <20160704182723.049f0349@mr185083> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 16:27:35 -0000 Hello, Is there anyone using openbgpd with BGP password with success? I've setup the password using setkey : add localip ippeer tcp 0x1000 -A tcp-md5 "secret!"; But as far I can see with tcpdump, the outgoing packets are not signed. The kernel is built with options IPSEC #IP security (requires device crypto) options TCP_SIGNATURE #include support for RFC 2385 device crypto device cryptodev There is a PR but I don't know if it is still true ? https://lists.freebsd.org/pipermail/freebsd-ports-bugs/2013-December/267545.html Thanks, regards