Re: [PATCH v2 18/22] appended signatures: parse PKCS#7 signedData and X.509 certificates

2022-04-21 Thread Daniel Axtens
Stefan Berger writes: > On 6/30/21 4:40 AM, Daniel Axtens wrote: > >> This code allows us to parse: >> >> - PKCS#7 signedData messages. Only a single signerInfo is supported, >> which is all that the Linux sign-file utility supports creating >> out-of-the-box. Only RSA, SHA-256 and

Re: [PATCH v2 18/22] appended signatures: parse PKCS#7 signedData and X.509 certificates

2021-07-19 Thread Stefan Berger
On 6/30/21 4:40 AM, Daniel Axtens wrote: This code allows us to parse: - PKCS#7 signedData messages. Only a single signerInfo is supported, which is all that the Linux sign-file utility supports creating out-of-the-box. Only RSA, SHA-256 and SHA-512 are supported. Any certificate

[PATCH v2 18/22] appended signatures: parse PKCS#7 signedData and X.509 certificates

2021-06-30 Thread Daniel Axtens
This code allows us to parse: - PKCS#7 signedData messages. Only a single signerInfo is supported, which is all that the Linux sign-file utility supports creating out-of-the-box. Only RSA, SHA-256 and SHA-512 are supported. Any certificate embedded in the PKCS#7 message will be ignored.