Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp429640pxb; Sat, 18 Sep 2021 06:58:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz3Coo1FtpnHniEDfLAOVjozUTSwEnQPPLPzQCN7tiWlquKE6bSqYAVcpySonzxn4wlHZmq X-Received: by 2002:a92:c8d2:: with SMTP id c18mr11417561ilq.121.1631973513123; Sat, 18 Sep 2021 06:58:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631973513; cv=none; d=google.com; s=arc-20160816; b=ehgwMrm6KOVMyNlfFlWcpekfKni8zhhD6o8U9FEdHl/dwNvdfTQE4m26JEBTLgH0I7 tdoi4c+VqGp7+jkdyZjWuPv3zSaX/wBBmUX/mgOmNnaTX96wdek/T5BhchjzOKeo4WW2 DksK9dRzooSiACjtwMzQ+tgNVwh54t+AfEZcWmO1kEzJVPe3G4+hk2Y9rYCPSodKQEnj W1BGltMjZbwBWl9e75Cgz4W85hcqxHb9/24KC4zEKpDDjPN3isoMky5o9YUbeW2fS8Lv ohaS5HhhBkSjAecOcyJD83n4FkORkxlOQNpH/6aP2T4iuWGXGD6VbLqj4vRfkcSc9tSS hLPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=gZ7i0oLW0xXQ5+ZRPZcVv7ojhPWOWzhi9fnr/77TndE=; b=ueksaPf79UrzKUKvJRBBh6xRWO1AweAeL35Pg0YgfMzVcjahEWUDZynqLxL086RMMb cAq9cGgYQIc6tro8i9OoSNX/b5+6OPuPxo/421SIUVNQLhnB8Lc8BUyz02JXcLb9mw4E 9uj3gvFkJocIPlaFiqwdJ2YI1Bnr/dWK7svFGsXx/0nTfvkbM4yRe79tgYnzLtHqLDHL Hc540kLHetBS8F9F+PhZXJ+nPwOql1RJ1U4BFfH5MiQkH0AnLx86hKspmiLxfxtpSY++ KA7CWbMxQv7irRnL6ndvaaSBb5XTPOx6o7uPG/30d7NEJkILdieNbui4ZgYoz46s5HCH 4xgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t19si156737jac.62.2021.09.18.06.58.11; Sat, 18 Sep 2021 06:58:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243678AbhIRIJF (ORCPT + 99 others); Sat, 18 Sep 2021 04:09:05 -0400 Received: from out30-54.freemail.mail.aliyun.com ([115.124.30.54]:45271 "EHLO out30-54.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243677AbhIRIJF (ORCPT ); Sat, 18 Sep 2021 04:09:05 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R191e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01424;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=17;SR=0;TI=SMTPD_---0Uolxtge_1631952457; Received: from localhost(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0Uolxtge_1631952457) by smtp.aliyun-inc.com(127.0.0.1); Sat, 18 Sep 2021 16:07:38 +0800 From: Tianjia Zhang To: David Howells , Herbert Xu , "David S. Miller" , Elvira Khabirova , Vitaly Chikunov , Stefan Berger , Eric Biggers , Eric Biggers , Mimi Zohar , "Gilad Ben-Yossef" , Pascal van Leeuwen , keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Jia Zhang , "YiLin . Li" Cc: Tianjia Zhang Subject: [PATCH v4 0/2] pkcs7: support SM2/SM3 and EC-RDSA/streebog algorithms Date: Sat, 18 Sep 2021 16:07:35 +0800 Message-Id: <20210918080737.17252-1-tianjia.zhang@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.3.ge56e4f7 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org This series of patches integrates the two patches sended separately, resolves the conflict, and rebases on the latest code. The two patches respectively support the SM2/SM3 and EC-RDSA/streebog algorithm combinations for the pkcs7 parser. Elvira Khabirova (1): pkcs7: support EC-RDSA/streebog in SignerInfo Tianjia Zhang (1): pkcs7: parser support SM2 and SM3 algorithms combination crypto/asymmetric_keys/pkcs7_parser.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -- 2.19.1.3.ge56e4f7