mbox series

[v4,0/2] pkcs7: support SM2/SM3 and EC-RDSA/streebog algorithms

Message ID 20210918080737.17252-1-tianjia.zhang@linux.alibaba.com (mailing list archive)
Headers show
Series pkcs7: support SM2/SM3 and EC-RDSA/streebog algorithms | expand

Message

tianjia.zhang Sept. 18, 2021, 8:07 a.m. UTC
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(+)

Comments

tianjia.zhang June 17, 2022, 9:19 a.m. UTC | #1
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
Jarkko Sakkinen June 26, 2022, 6:14 a.m. UTC | #2
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
tianjia.zhang June 27, 2022, 3:19 a.m. UTC | #3
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