From nobody Sun Oct 08 20:24:13 2023 X-Original-To: ports@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 4S3YY41f3hz4x6NG for ; Sun, 8 Oct 2023 20:24:24 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp-out02.qsp.nl (smtp-out02.qsp.nl [193.254.214.166]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S3YY31tD3z4R26 for ; Sun, 8 Oct 2023 20:24:23 +0000 (UTC) (envelope-from brnrd@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 193.254.214.166 is neither permitted nor denied by domain of brnrd@freebsd.org) smtp.mailfrom=brnrd@freebsd.org; dmarc=none Received: from smtp.brnrd.eu (5921114a.static.cust.trined.nl [89.33.17.74]) by smtp02.qsp.nl (Postfix) with ESMTPSA id 3FFEEA4A5; Sun, 8 Oct 2023 22:24:14 +0200 (CEST) Received: from mail.bachfreund.nl (unknown [127.12.7.10]) (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) (No client certificate requested) by smtp.brnrd.eu (Postfix) with ESMTPSA id 4S3YXs5RgxzJLk; Sun, 8 Oct 2023 20:24:13 +0000 (UTC) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Sun, 08 Oct 2023 20:24:13 +0000 From: Bernard Spil To: Jeffrey E Altman Cc: ports@freebsd.org Subject: Re: FreeBSD 14 Port of OpenSSL 3 with QAT Engine In-Reply-To: <364f7c84-cbf5-4b4a-a845-2d1d019973b6@auristor.com> References: <364f7c84-cbf5-4b4a-a845-2d1d019973b6@auristor.com> Message-ID: X-Sender: brnrd@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.07 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.971]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:12315, ipnet:193.254.214.0/23, country:NL]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; DMARC_NA(0.00)[freebsd.org]; FREEFALL_USER(0.00)[brnrd]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4S3YY31tD3z4R26 On 2023-10-08 12:43, Jeffrey E Altman wrote: > Hello Bernard, > > Thank you for your support of OpenSSL on FreeBSD. I hope that you do > not mind me writing to you directly. > > I see that you support various builds of OpenSSL including one with > support for QUIC. > > I am searching for a version that supports the Intel QuickAssist > Technology (QAT) engine. > > https://github.com/intel/QAT_Engine/ > > FreeBSD 14 includes the QAT driver but I cannot find > /usr/lib/engines-3/qatengine.so > > I am curious as to whether or not you have attempted to build the QAT > Engine for FreeBSD 14. > > Thank you. > > Jeffrey Altman Hi Jeffrey, I didn't know about the existence of this engine. Should be a separate port that just adds the engine shlib. Not necessarily by myself. You can always submit a port via bugzilla, notify freebsd-ports@FreeBSD.org for reviewers. I have no hardware around that I know of where I can test this proper. Cheers, Bernard.