Hi Ron,
I want to use mbedtls_x509_crt_parse(), to parse 2 certificates at once.
The certificate are in DER format, so I’m guessing all I need to do is to concatenate each certificate into a single buffer and make one call to mbedtls_x509_crt_parse().
Do I have that correct?