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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4243 invoked from network); 27 Sep 2022 20:13:15 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 Sep 2022 20:13:15 -0000 Received: from mail-vk1-f181.google.com ([209.85.221.181]) by 9front; Tue Sep 27 16:12:03 -0400 2022 Received: by mail-vk1-f181.google.com with SMTP id b81so5493583vkf.1 for <9front@9front.org>; Tue, 27 Sep 2022 13:11:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date; bh=Nv2IuSMpJZIRhxwt/kRuvmTxyXiMgL3P6MA2V9Jqyec=; b=F5Fe2LEaAsJ3JhUNWk/1ugpJPxB5kyVDGHrJdBY8cC1XpRnyisrHd7xiUy9BzkfFu9 mYP83kDmAvlaqcehVrerAM3I0M3GdU2SaHdvPanhafWmAY7bpoxPK6HCZfnpCpFBS75f AS/CW4PAY4i0NTbpo+gJcKB/yZwHDYH+Qq6JCj0dDW1KzU5Or/2yySB/zLYIKrTlOBmL uL7AlwBrUqYxsbk/eGFG+pcWSwr0IB0T6NFyXCzx2qcTSv/O6Tiz6l4ZB0LdcTe7GY8S kw03XPYDdKCM0KXwQDx8f9wTmUKbVrDSkcDj+p1jG0AnkZRI5U8zRmPM4mT8rJW0BQIs VKpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=Nv2IuSMpJZIRhxwt/kRuvmTxyXiMgL3P6MA2V9Jqyec=; b=TG0/LsGGnCIs4Qx7xJtZKkwzhhzpC4244c5QhVbha5rRnVVloemrrNBO0PR/7Fu+k8 bUyVtVBOtoU+SlyLiRFAOSLb1I290qHS5Fda6QO5y1Q+mYGHEE58x0GdLTdHkZ/7Q3rJ w3ndGIweic1QPehukYGgtheB/q67XZbQeSz3XKx6kB833pJYkGGaPs7fAIYP6bPqVHGw 49MZwZSTtmv3QN7ladfTda726BD4gS50ZvvgO3VP7gcyPSxssFYYdxyOrhkIkp+XAdAt kzJKSAZR+bDdkslEnSHsvjHAGiHnEATSL+vGwP7Ant4003bPcszHP0f6+zbGyG4vCYLr n4AQ== X-Gm-Message-State: ACrzQf1nhQl47IRhBQ5L8oXB+qVG6w2n55eak5zA8JgQ7ZHYt+e1Trfo VXjjFD9Zuq9eIknk/WwD3iyQo5XcTqq3+WSpiqgoMBQEcEw= X-Google-Smtp-Source: AMsMyM49VUJFfmSmh3wSXaXfrefE0v5Vlc5q6P03/WC7fPJPEaNPhsgA9YUJUZ8Yli/LADVIMvDTRDe7X+WdwgkRGOQ= X-Received: by 2002:a1f:1e12:0:b0:3a3:6ce9:3f11 with SMTP id e18-20020a1f1e12000000b003a36ce93f11mr12327567vke.15.1664309519744; Tue, 27 Sep 2022 13:11:59 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ab0:3812:0:0:0:0:0 with HTTP; Tue, 27 Sep 2022 13:11:59 -0700 (PDT) In-Reply-To: <3SV1D3BDX9GTI.2KFKQ4XBWIE2D@mforney.org> References: <8DCF165E26E87FA681256EFA7DDFDE8E@eigenstate.org> <3SV1D3BDX9GTI.2KFKQ4XBWIE2D@mforney.org> From: hiro <23hiro@gmail.com> Date: Tue, 27 Sep 2022 22:11:59 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing managed high-performance pipelining realtime optimizer Subject: Re: [9front] obsolete cryptographic algorithms Reply-To: 9front@9front.org Precedence: bulk this has been discussed often enough. there might be non-plan9 software that still uses dsa. On 9/27/22, Michael Forney wrote: > ori@eigenstate.org wrote: >> Protocols still use them. > > What about the ones that aren't used by anything in 9front? I was > poking around libsec a while back and noticed that dsa and elgamal > are completely unused. > > Any reason to keep them around? Is there external plan9 software > out there that uses dsa or elgamal from libsec? >