ta: pas: Add Qualcomm PAS TACertificate chain validation requires substantial parsing, which is notsuitable for the constrained S-EL1 environment. While signatureverification is supported by the
ta: pas: Add Qualcomm PAS TACertificate chain validation requires substantial parsing, which is notsuitable for the constrained S-EL1 environment. While signatureverification is supported by the crypto API, extending the TEE core/PTAto handle full chain parsing would increase complexity and TCB size.Move certificate validation to a user TA, keeping the PTA for platformoperations (PAS control, firmware loading, resets). This allows reuse ofexisting parsing libraries and keeps the core minimal.Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
show more ...