I’m writing a small custom web server, and yesterday decided to use mbedtls instead of openssl after looking at the api. Thanks for the sanity!
I have all the basics working, but today I wanted to support real certificates instead of the embedded test certificates as used in the server example. However, it looks like the documentation etc has disappeared today. Links that worked yesterday don’t today.
mbedtls_x509_crt_parse_file appears to be what I need to use, but I am failing to find any reasonable documentation or examples. I’m sure the name change last year of the api is part of the problem plus some reorganization on the mbed.com site?
Thanks for any pointers or links!
Deron