| Message ID | 20260519030020.408693-1-hpa@redhat.com |
|---|---|
| Headers | show
Return-Path: <libcamera-devel-bounces@lists.libcamera.org> X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 4D56BBDCBC for <parsemail@patchwork.libcamera.org>; Tue, 19 May 2026 03:00:52 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1FAA163024; Tue, 19 May 2026 05:00:51 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="fHHYahau"; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 36A8462010 for <libcamera-devel@lists.libcamera.org>; Tue, 19 May 2026 05:00:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1779159647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=W0zDOm6YQhQT1I3No+0nxeypXiZHJXPxdm6/UrCrzhU=; b=fHHYahaumtjdV4AOEBEop3v16clIhLKVt5I68g+zbh/dl7kUh70q+XwhnzRoIq+hTUPLuA SzsX0SEI4ndEVi/SIWxOlQVN+pxVrPQcIW3ZqiwNZOWUf+iOMjqFlMrJktNM0+AxqE/M/G xH2ew70yttv49fz/sSlnwYmIjL+XxHo= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-455-0opYYaqZPaySjeps-l5iaQ-1; Mon, 18 May 2026 23:00:46 -0400 X-MC-Unique: 0opYYaqZPaySjeps-l5iaQ-1 X-Mimecast-MFC-AGG-ID: 0opYYaqZPaySjeps-l5iaQ_1779159645 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 508151800359; Tue, 19 May 2026 03:00:45 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.67.32.77]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 5941719560A2; Tue, 19 May 2026 03:00:41 +0000 (UTC) From: Kate Hsuan <hpa@redhat.com> To: libcamera-devel@lists.libcamera.org, =?utf-8?b?QmFybmFiw6FzIFDFkWN6?= =?utf-8?q?e?= <barnabas.pocze@ideasonboard.com>, Kieran Bingham <kieran.bingham@ideasonboard.com> Cc: Kate Hsuan <hpa@redhat.com> Subject: [PATCH v3 0/4] Implement ML-DSA-65 for Post-Quantum Cryptographic compliance Date: Tue, 19 May 2026 11:00:16 +0800 Message-ID: <20260519030020.408693-1-hpa@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: s_TVZzR0JnIe6dqoDPFnCOMssD4b90x0p1dtX4AucKc_1779159645 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <libcamera-devel.lists.libcamera.org> List-Unsubscribe: <https://lists.libcamera.org/options/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe> List-Archive: <https://lists.libcamera.org/pipermail/libcamera-devel/> List-Post: <mailto:libcamera-devel@lists.libcamera.org> List-Help: <mailto:libcamera-devel-request@lists.libcamera.org?subject=help> List-Subscribe: <https://lists.libcamera.org/listinfo/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe> Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" <libcamera-devel-bounces@lists.libcamera.org> |
| Series |
|
| Related |
show
|
This patchset integrates the ML-DSA-65 [1] signature algorithm to ensure Post-Quantum Cryptography (PQC) compliance. Following NIST's finalization of PQC standards [2], ML-DSA has been established as the primary quantum-resistant signature standard. As quantum computing advances, legacy algorithms like RSA are becoming increasingly vulnerable and are slated for replacement by 2035 [3]. By adopting ML-DSA for IPA library signing, this work secures the long-term integrity of the IPA library and aligns libcamera with the latest NIST security frameworks. [1] https://csrc.nist.gov/pubs/fips/204/final [2] https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/evaluation-criteria/security-(evaluation-criteria)] [3] https://nvlpubs.nist.gov/nistpubs/ir/2024/NIST.IR.8547.ipd.pdf Changes in v3: - Add "utils::scope_exit ctxGuard([&] { EVP_MD_CTX_free(ctx); });" and rename the variable name from "ctx_dsa" to "ctx". - Drop the debug logs from the pub_key.cpp. - Resolve "[: RSA: unexpected operator" in utils/gen-ipa-priv-key.sh Changes in v2: - Change the meson option name from "fips" to "isp-signature-algo". - Drop the debug print in the pub_key.cpp. - One line command "openssl pkeyutl" is used to sign the IPA library. Kate Hsuan (4): libcamera: pub_key: Add ML-DSA-65 signature algorithm for PQC compliance utils: codegen: gen-ipa-pub-key: replace openssl rsa with openssl pkey ipa: ipa-sign: Sign IPA according to the signature algorithm of the key meson: Add ipa-signature-algo option meson_options.txt | 8 ++++++ src/ipa/ipa-sign.sh | 2 +- src/libcamera/meson.build | 6 ++++ src/libcamera/pub_key.cpp | 48 ++++++++++++++++++++++++++++++-- src/meson.build | 14 ++++++++-- utils/codegen/gen-ipa-pub-key.py | 2 +- utils/gen-ipa-priv-key.sh | 16 +++++++++-- 7 files changed, 86 insertions(+), 10 deletions(-)