From owner-freebsd-questions@freebsd.org Fri Dec 11 11:22:32 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 525764AB9FF for ; Fri, 11 Dec 2020 11:22:32 +0000 (UTC) (envelope-from mike@sentex.net) Received: from pyroxene2a.sentex.ca (pyroxene19.sentex.ca [IPv6:2607:f3e0:0:3::19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "pyroxene.sentex.ca", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CspKg12fxz3QvT for ; Fri, 11 Dec 2020 11:22:31 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:28bd:e794:2a7c:a8d8] ([IPv6:2607:f3e0:0:4:28bd:e794:2a7c:a8d8]) by pyroxene2a.sentex.ca (8.15.2/8.15.2) with ESMTPS id 0BBBMTcT025309 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Fri, 11 Dec 2020 06:22:29 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: Patches for OpenSSL From: mike tancsa To: Dave Hayes , jerry@seibercom.net Cc: FreeBSD References: <267201d6ceeb$52ffcaa0$f8ff5fe0$@seibercom.net> <20201210125522.7e52d804@bigus.dream-tech.com> <7e5c3b15-e9a4-3b1e-aef6-04e6d7283136@sentex.net> Message-ID: Date: Fri, 11 Dec 2020 06:22:30 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: <7e5c3b15-e9a4-3b1e-aef6-04e6d7283136@sentex.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4CspKg12fxz3QvT X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mike@sentex.net designates 2607:f3e0:0:3::19 as permitted sender) smtp.mailfrom=mike@sentex.net X-Spamd-Result: default: False [0.15 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[mike]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HFILTER_HELO_IP_A(1.00)[pyroxene2a.sentex.ca]; HFILTER_HELO_NORES_A_OR_MX(0.30)[pyroxene2a.sentex.ca]; R_SPF_ALLOW(-0.20)[+ip6:2607:f3e0::/32]; SPAMHAUS_ZRD(0.00)[2607:f3e0:0:3::19:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f3e0:0:3::19:from]; NEURAL_HAM_SHORT(-0.85)[-0.851]; NEURAL_SPAM_LONG(1.00)[1.000]; DMARC_NA(0.00)[sentex.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11647, ipnet:2607:f3e0::/32, country:CA]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 11:22:32 -0000 FYI, looks like the patches were back ported to RELENG_11 by jkim at FreeBSD.org https://lists.freebsd.org/pipermail/svn-src-stable-11/2020-December/011676.html     ---Mike On 12/10/2020 4:54 PM, mike tancsa wrote: > On 12/10/2020 3:55 PM, Dave Hayes wrote: >> On Thu, 10 Dec 2020 06:55:15 -0500 >> wrote: >>> I just read "FreeBSD Security Advisory FreeBSD-SA-20:33.openssl". I found the >>> following part of the message quite troubling. >> Not just troubling, but enough to cause me to build base without openssl for >> the forseeable future. > When we were migrating servers from RELENG_11 to RELENG_12, it was a bit > of work making sure ports/packages/custom apps that were linked against > the older OpenSSL worked with the newer one as its not a simple > replacement due to API breakage.  I am guessing a few things in the base > might have issues as well that wont allow for a simple drop in > replacement of the new OpenSSL.  Its all quite doable, but its a bit of work > >     ---Mike > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >