From owner-freebsd-isp@FreeBSD.ORG Thu Jun 12 21:19:19 2014 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EF4AD5A for ; Thu, 12 Jun 2014 21:19:19 +0000 (UTC) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id D92FA29B3 for ; Thu, 12 Jun 2014 21:19:18 +0000 (UTC) Received: from [10.0.1.2] (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) (authenticated bits=0) by zoom.lafn.org (8.14.7/8.14.7) with ESMTP id s5CLJ9fT053967 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 12 Jun 2014 14:19:10 -0700 (PDT) (envelope-from bc979@lafn.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: "Online" Updating of OpenSSL From: Doug Hardie In-Reply-To: Date: Thu, 12 Jun 2014 14:19:09 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <600AF026-C81F-4930-888A-FCD9A366AD1A@lafn.org> References: <3783360C-9CB7-4286-955B-7CFC2D68C8A5@gmail.com> <1207386468.87959.1402594732717@51579f81c1a348fb9060d70bbb215ff4.nuevasync.com> To: Florian Heigl X-Mailer: Apple Mail (2.1510) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean Cc: "freebsd-isp@freebsd.org" , khatfield@socllc.net X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 21:19:19 -0000 On 12 June 2014, at 13:10, Florian Heigl = wrote: >=20 > Right now I only see the way by ldd=92ing every file that is a library = or binary. >=20 That will only work for dynamic links to libssl. When libssl is static = linked, then there is no remaining trace of that link in the binary. = For example, I believe most everything in /rescue is static linked.