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 D24A7CCA479 for ; Fri, 17 Jun 2022 09:19:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235548AbiFQJTO (ORCPT ); Fri, 17 Jun 2022 05:19:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235549AbiFQJTM (ORCPT ); Fri, 17 Jun 2022 05:19:12 -0400 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9AF05AEF6; Fri, 17 Jun 2022 02:19:10 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R361e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=15;SR=0;TI=SMTPD_---0VGeEoR._1655457543; Received: from 30.240.100.35(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0VGeEoR._1655457543) by smtp.aliyun-inc.com; Fri, 17 Jun 2022 17:19:06 +0800 Message-ID: Date: Fri, 17 Jun 2022 17:19:03 +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.0 Subject: Re: [PATCH v4 0/2] pkcs7: support SM2/SM3 and EC-RDSA/streebog algorithms Content-Language: en-US To: Jarkko Sakkinen References: <20210918080737.17252-1-tianjia.zhang@linux.alibaba.com> 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 From: Tianjia Zhang In-Reply-To: <20210918080737.17252-1-tianjia.zhang@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org 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