Re: [PATCH 6/8] lib: crypto: export and enhance pkcs7_verify_one()

2020-06-15 Thread AKASHI Takahiro
Heinrich, On Wed, Jun 10, 2020 at 11:08:18PM +0200, Heinrich Schuchardt wrote: > On 6/9/20 7:13 AM, AKASHI Takahiro wrote: > > The function, pkcs7_verify_one(), will be utilized to rework signature > > verification logic aiming to support intermediate certificates in > > "chain of trust." > > > >

Re: [PATCH 6/8] lib: crypto: export and enhance pkcs7_verify_one()

2020-06-10 Thread Heinrich Schuchardt
On 6/9/20 7:13 AM, AKASHI Takahiro wrote: > The function, pkcs7_verify_one(), will be utilized to rework signature > verification logic aiming to support intermediate certificates in > "chain of trust." > > To do that, its function interface is expanded, adding an extra argument > which is expected

[PATCH 6/8] lib: crypto: export and enhance pkcs7_verify_one()

2020-06-08 Thread AKASHI Takahiro
The function, pkcs7_verify_one(), will be utilized to rework signature verification logic aiming to support intermediate certificates in "chain of trust." To do that, its function interface is expanded, adding an extra argument which is expected to return the last certificate in trusted chain. The