From owner-freebsd-security@FreeBSD.ORG Tue Apr 8 18:05:01 2014 Return-Path: Delivered-To: freebsd-security@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 6E45BC95 for ; Tue, 8 Apr 2014 18:05:01 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 463D51FC9 for ; Tue, 8 Apr 2014 18:05:01 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id hz1so1371920pad.35 for ; Tue, 08 Apr 2014 11:05:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EMvyLuhuIr4SgnMRzy8xz8O/I0OdpFgEJ/RnI04Ohkg=; b=ypJ+0kk+QN2npKNqkQHm23Bv5VuIJ7vbT8Yq0iN9MC7nb/6BcyybNxisDI1WywhQHt 9CrUE72fc5djI3zNd7sS73Iki50DskyImbnov1ihIQxlFn/JGKdFHBOt9bLY6jcGcCMx i1T5u+JaJoCZreUbMOcpnUW8vkA3xyuS0IUbzeDbj/VrZ5LmENwNchLaDq7yX0A8H3Tv zpkQH+mLjvUJaGCvu/+NmCgVru12LPHoha0JRIAf6zgG/repqdhKN1SLLXmYVL1zwMU+ QXX6/ZYZdOZTN3OVynbW7AvNhYrnzLzDB+0C2pBnqr/3KKu0eP2Nb6x9fuRqjmSsoR5w 1qsA== MIME-Version: 1.0 X-Received: by 10.68.220.230 with SMTP id pz6mr900689pbc.24.1396980300765; Tue, 08 Apr 2014 11:05:00 -0700 (PDT) Sender: ndorfman@gmail.com Received: by 10.70.70.231 with HTTP; Tue, 8 Apr 2014 11:05:00 -0700 (PDT) In-Reply-To: <53443917.7040609@sentex.net> References: <20140408174210.GA5433@behemoth> <53443917.7040609@sentex.net> Date: Tue, 8 Apr 2014 14:05:00 -0400 X-Google-Sender-Auth: QTwZkTzMk_M7EGhG9Ko5FSuAsGk Message-ID: Subject: Re: FreeBSD's heartbleed response From: Nathan Dorfman To: Mike Tancsa Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-security@freebsd.org X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 18:05:01 -0000 Someone please correct me if I'm wrong, but I think simply adding -DOPENSSL_NO_HEARTBEATS to crypto/openssl/Makefile (and recompiling!) is sufficient to remove the vulnerability from the base system. -nd.