From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1823C433EF for ; Mon, 27 Jun 2022 03:19:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232714AbiF0DTb (ORCPT ); Sun, 26 Jun 2022 23:19:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231975AbiF0DT2 (ORCPT ); Sun, 26 Jun 2022 23:19:28 -0400 Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60D02E64; Sun, 26 Jun 2022 20:19:26 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R231e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=15;SR=0;TI=SMTPD_---0VHRTHrs_1656299959; Received: from 30.240.101.24(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0VHRTHrs_1656299959) by smtp.aliyun-inc.com; Mon, 27 Jun 2022 11:19:21 +0800 Message-ID: <58792bb9-c25c-d457-a57c-b82a4d42533f@linux.alibaba.com> Date: Mon, 27 Jun 2022 11:19:18 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH v4 0/2] pkcs7: support SM2/SM3 and EC-RDSA/streebog algorithms Content-Language: en-US To: Jarkko Sakkinen Cc: 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 References: <20210918080737.17252-1-tianjia.zhang@linux.alibaba.com> From: Tianjia Zhang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jarkko, On 6/26/22 2:14 PM, Jarkko Sakkinen wrote: > On Fri, Jun 17, 2022 at 05:19:03PM +0800, Tianjia Zhang wrote: >> Hi Jarkko, >> >> On 9/18/21 4:07 PM, Tianjia Zhang wrote: >>> 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(+) >>> >> >> No response from David, can you pick this? >> >> Best regards, >> Tianjia > > You should CC me the series then. > > BR, Jarkko Thanks, I will resend these series. Best regards, Tianjia