From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11399 invoked from network); 13 Dec 2021 03:02:30 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 13 Dec 2021 03:02:30 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 4ess; Sun Dec 12 21:57:47 -0500 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 43c215bb (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 12 Dec 2021 18:30:52 -0800 (PST) Message-ID: To: 9front@9front.org Date: Sun, 12 Dec 2021 21:30:50 -0500 From: ori@eigenstate.org In-Reply-To: <7648813BD190663018940ABF1A7326C8@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: grid just-in-time-based manager Subject: Re: [9front] intent to delete: devssl, cpu, oexportfs, import Reply-To: 9front@9front.org Precedence: bulk It's gone. Quoth ori@eigenstate.org: > SSL 3.0 is implemented by devssl. It has been utterly > broken since the POODLE attacks came out in 2014. It's > not used anywhere except for cpu(1), oexportfs(4), and > import(4). > > Since these programs hard code devssl, there's no way to > compatibly upgrade -- which is why rcpu and rimport exist. > > I'd like to remove it. > > This change strips out the devssl bits, but does not (yet) > remove the code from libsec; that's going to require a bit > more staring at specs. >