You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tls_mbedtls: Read the cert with readFile before parse
- This allows devices using embedded cert to be passed to mbedtls API
- In cases where, readFile is not actually fread, avoids making mbedtls use fread
- Moved cert parsing logic to new `readAndParseCACertificate` static API
0 commit comments