From owner-freebsd-bugs@freebsd.org Fri Jul 24 07:18:52 2015 Return-Path: Delivered-To: freebsd-bugs@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 CE4D19A754A for ; Fri, 24 Jul 2015 07:18:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A07D01BD6 for ; Fri, 24 Jul 2015 07:18:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6O7IqKq098944 for ; Fri, 24 Jul 2015 07:18:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201738] [PATCH] ntpd Makefile links both libmd and libcrypto. Date: Fri, 24 Jul 2015 07:18:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: John.Marshall@riverwillow.com.au X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 07:18:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201738 John Marshall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159041|0 |1 is obsolete| | --- Comment #2 from John Marshall --- Created attachment 159131 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159131&action=edit Modified patch also removes LIBMD from DPADD line Built 10.2-BETA2 with this second patch (spurious LIBMD removed from both LDADD and DPADD lines) on two servers and two clients. ntpd crypto works fine for me now. The particular scenario is two NTP servers providing authenticated time via IPv6 multicast (with Autokey) to a multiple-segment LAN. All host keys were built with ntp-keygen using default settings (RSA-MD5) and IFF parameter files generated on the servers were copied to the keys directory on each of the clients. The clients were configured to use their host keys and listen on the IPv6 multicast address (multicastclient). ntpq> hostnames no ntpq> apeers remote refid assid st t when poll reach delay offset jitter ============================================================================== *2001:8000:1000: ca068376 1069 2 b 2 64 377 0.655 0.721 0.035 +2001:8000:1000: dffc2009 1070 2 b 12 64 376 0.589 -0.165 0.153 ntpq> associations ind assid status conf reach auth condition last_event cnt =========================================================== 1 1069 761a no yes ok sys.peer sys_peer 1 2 1070 741a no yes ok candidate sys_peer 1 ntpq> -- You are receiving this mail because: You are the assignee for the bug.