From nobody Wed Dec 15 19:29:40 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D5BBE18E61C8 for ; Wed, 15 Dec 2021 19:29:58 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JDlgp5TpSz3nWd for ; Wed, 15 Dec 2021 19:29:58 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f49.google.com with SMTP id z18so31833886iof.5 for ; Wed, 15 Dec 2021 11:29:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ttn9GxE+M5g7SunMpzZc8+rjuvoZid8wdfXn9ox9xXo=; b=uKPpr+hO/lzLDVsGlpvp12S++o0tek+zgRTbeBmkFS31z8TTP1fZ2VXnmaXaNIpaak l+MHTBZlJraZUWqHPxsIUARLoCAUMhAS9E4a2p2kACjVvTIrUp/i9bmsz3CcGgquv4d3 rvf94KrCWoSF2XThMX8SFFIjaNZqcRPj2wgScFhdhRQ7lL0VZ++jqZZVIYaHtp+j5dWg tMkYjF9ztH07i0Q15BOXQflGnP0gmzRm70XCXn4K+xzrKjlQZJJRclon5wpsLKLt3nlf SnGk5tT3kPhH00lQ2CWXEBwpGahvWFzwmnQn4oLdxjH5VU957NgEqY3FaBgVPUx3qptj u8hw== X-Gm-Message-State: AOAM530dufDJCzcpWXM5rJ4gulpdX9PGiz9WwrbVXfJAJwxECftSse1U Bg+bnEm8Go1s383fs2/lTXGUAiXaqyPnQcRt0D1sQEB5 X-Google-Smtp-Source: ABdhPJyDPbfGhYwyFXW9fejqMhtaM/bg6A8u8xOvaq0R6sr12CciJlUpbYqwo+R7IwSaAf/6UJuXldsd8//2263A6bI= X-Received: by 2002:a5e:9b0e:: with SMTP id j14mr7436806iok.127.1639596592036; Wed, 15 Dec 2021 11:29:52 -0800 (PST) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: <20211215175508.d775a7254546c5be13dcd5a3@bidouilliste.com> In-Reply-To: <20211215175508.d775a7254546c5be13dcd5a3@bidouilliste.com> From: Ed Maste Date: Wed, 15 Dec 2021 14:29:40 -0500 Message-ID: Subject: Re: Deprecate and remove publickey(5) stuff To: Emmanuel Vadot Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JDlgp5TpSz3nWd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 15 Dec 2021 at 11:56, Emmanuel Vadot wrote: > > > Hello, it's me again, > > I've posted some review some time ago but didn't follow up with some > mail so users might see it. > I'd like to remove publickey(5) related programs, those are the only > DES users iirc and likely unused. > > https://reviews.freebsd.org/D30682 > https://reviews.freebsd.org/D30683 > > I'll commit this in two weeks unless there is some valid argument to > keep this. There is also DES support in lib/libc/rpc/ related to this functionality - I think we have to consider all of this together.