From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 Mar 2026 08:36:05 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vzV9o-009fkn-0m for lore@lore.pengutronix.de; Mon, 09 Mar 2026 08:36:05 +0100 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vzV9o-0005t7-VL; Mon, 09 Mar 2026 08:36:04 +0100 Received: from mail.thorsis.com ([2003:a:e28:26e4::10]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vzV9h-0005sk-R9 for ptxdist@pengutronix.de; Mon, 09 Mar 2026 08:35:58 +0100 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id A549F148C6A9; Mon, 9 Mar 2026 08:35:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1773041757; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=e9OUCqzOIZqmTXe5hUEFnHwW2DqCzUYe8OWo8NOZvXw=; b=AP4GtnTDOo31k4ivQIpms9Y6WJZCdeh/v0DQceJfsE9VjaVw3htgp9RLI0z511ilviGFLN VjmIGMUnvNLYg0mX4r3i/zijGYzI+e/5Tb3RQ2Xk97dCKKv8BImbr2aCLevr8vuTK5d/CI QU6z07wc0CXLxsgChIykvr21TfEUkmLo7P+xgcjGuI2s0B0QEPCQ//C1ggj5Twi9MIXpJ5 wZ36428oR6px/5L50PuqWd1Rvei3vFfpmhOZTBHfGKFcShHP9SS/UosihyM13+mjeNj/lF +E8hnW5mdkuzh7Zx6XAxrdQtzo9IowI1XB5RGYHA2Lf+JxANaHlIbaXxRq9uWQ== Date: Mon, 9 Mar 2026 08:35:51 +0100 To: Alexander Dahl via ptxdist Message-ID: <20260309-connector-yiddish-ae4ec79e1615@thorsis.com> Mail-Followup-To: Alexander Dahl via ptxdist , Ladislav Michl References: <20260304120201.3180281-1-ada@thorsis.com> <20260304120201.3180281-2-ada@thorsis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260304120201.3180281-2-ada@thorsis.com> User-Agent: Mutt/2.2.13 (2024-03-09) X-Last-TLS-Session-Version: TLSv1.3 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [RFC PATCH 1/2] openssl: Install cryptodev shared object to target X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Alexander Dahl via ptxdist Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl , Ladislav Michl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hei hei, Am Wed, Mar 04, 2026 at 01:02:00PM +0100 schrieb Alexander Dahl via ptxdist: > Recent openssl 3.5.5 produced this output on target: > > $ openssl engine -t -c -engine devcrypto > 200092B6:error:12800067:DSO support routines:dlfcn_load:could not load the shared library:crypto/dso/dso_dlfcn.c:115:filename(/usr/lib/engines-3/devcrypto.so): /usr/lib/engines-3/devcrypto.so: cannot open shared object file: No such file or directory > 200092B6:error:12800067:DSO support routines:DSO_load:could not load the shared library:crypto/dso/dso_lib.c:147: > 200092B6:error:13000084:engine routines:dynamic_load:dso not found:crypto/engine/eng_dyn.c:429: > 200092B6:error:13000074:engine routines:ENGINE_by_id:no such engine:crypto/engine/eng_list.c:470:id=devcrypto > > Signed-off-by: Alexander Dahl > --- > rules/openssl.make | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/rules/openssl.make b/rules/openssl.make > index 988ff36e6..2ffd9b4b6 100644 > --- a/rules/openssl.make > +++ b/rules/openssl.make > @@ -114,6 +114,11 @@ ifdef PTXCONF_OPENSSL_LEGACY > /usr/lib/ossl-modules/legacy.so) > endif > > +ifdef PTXCONF_OPENSSL_CRYPTODEV > + @$(call install_copy, openssl, 0, 0, 0644, -, \ > + /usr/lib/engines-3/devcrypto.so) > +endif > + > @$(call install_lib, openssl, 0, 0, 0644, libssl) > @$(call install_lib, openssl, 0, 0, 0644, libcrypto) Ladis, could you perhaps comment on this? I saw you contributed cryptodev patches lately with an e-mail address different from the one I used to initially Cc you on this series. Trying the other address now. Greets Alex