From nobody Fri Oct 7 07:48:08 2022 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 4MkL5V3MZrz4fbj7 for ; Fri, 7 Oct 2022 07:48:14 +0000 (UTC) (envelope-from alfadev@protonmail.com) Received: from mail-4325.protonmail.ch (mail-4325.protonmail.ch [185.70.43.25]) (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 (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MkL5T2TWCz3N28; Fri, 7 Oct 2022 07:48:13 +0000 (UTC) (envelope-from alfadev@protonmail.com) Date: Fri, 07 Oct 2022 07:48:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1665128890; x=1665388090; bh=9qDlBFQpt0OO7aZg0pwuGeZ3rJMwPCsPMisbL4g9c2Q=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=GbbriR0N1HlFa3gySwmuqBWYXO6fqumWU94FueyFjKOtcpv7VCf02x7Ned+XruvWV 8pzPZYZrY7c+jAqWFEbfOdlH0A4HHEAMbEiGJk+/hR16m9oIOwQB9l8y8ifneaJ9pc 7rP7LuVEXHOFBCsvAVI+DmD1TrTFdNFQsroYiLavFQnnYZ8Di0cpuJYiu+LHRzynNq p/FE5ksXUUIB6dabyB+oJLiNm0cek4kXpnD6uTg2PXoN6yGVzSebiViuVqYDKd8ERn MvP/+B+IfcoUMx1QEwb3m9DCTkSUKKJ/aA0lVAhF1SKUgb3PCDK7Xf51XYn1aQXkBY vrVnU4BZeBxuw== To: John Baldwin From: alfadev Cc: "freebsd-current@FreeBSD.org" Subject: Re: How to Enable support for IPsec deprecated algorithms: 3DES, MD5-HMAC Message-ID: In-Reply-To: <79536835-6ebe-4bad-c5b7-71632323cbb9@FreeBSD.org> References: <79536835-6ebe-4bad-c5b7-71632323cbb9@FreeBSD.org> Feedback-ID: 37008931:user:proton 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4MkL5T2TWCz3N28 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protonmail.com header.s=protonmail3 header.b=GbbriR0N; dmarc=pass (policy=quarantine) header.from=protonmail.com; spf=pass (mx1.freebsd.org: domain of alfadev@protonmail.com designates 185.70.43.25 as permitted sender) smtp.mailfrom=alfadev@protonmail.com X-Spamd-Result: default: False [-3.91 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; NEURAL_HAM_SHORT(-0.92)[-0.918]; DMARC_POLICY_ALLOW(-0.50)[protonmail.com,quarantine]; R_DKIM_ALLOW(-0.20)[protonmail.com:s=protonmail3]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-current@FreeBSD.org]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[protonmail.com]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_EQ_ADDR_SOME(0.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[protonmail.com:+]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_FROM(0.00)[protonmail.com]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > You do not want to just restore the files as-is. You instead want to reve= rt some of the > diffs from the first commit. The second commit for /dev/crypto doesn't ma= tter for IPsec > and you can ignore it. >=20 > However, you will need to also partially revert commit 0e00c709d7f1cdaeb5= 84d244df9534bcdd0ac527 > which removes DES and 3DES from OCF itself. This is what removed enc_xfor= m_des for example. >=20 > -- > John Baldwin Hi, I have limited knowledge i, tried to revert commit 0e00c709d7f1cdaeb584= d244df9534bcdd0ac527 but it returned fatal: bad object 0e00c709d... Instead i changed all files before that commit but no luck i got too many = build errors. Could you help me at this point? How can i revert to that commit and enable= 3des support?