Page 1 of 1

openssl certs in ESP32

Posted: Thu Jun 28, 2018 12:59 pm
by alessandro1125
Hi, I tryied the openssl-client example in ESP-IDF libraries to get the SSL certifications. I can open ssl connection but I can't find a way to save or print in a char buffer my SSL certificate to use it another times.

Re: openssl certs in ESP32

Posted: Thu Jul 05, 2018 10:21 am
by f.h-f.s.
In this example there is no certificate to be verified. You can print the received certificates by enabling debug for openssl/mbedtls ( this will print ALOT of information )