Re: [RFC 04/11] crypto: pkcs7: add flag for validated trust on a signed info block

From: David Howells

Date: Fri Dec 12 2025 - 04:45:37 EST


Note that there are two other potentially conflicting sets of changes to the
PKCS#7 code that will need to be coordinated: ML-DSA support and RSASSA-PSS
support. The former wants to do the hashing itself, the latter requires
signature parameters.

David