ps2chiper
ps2chiper
I succeeded in sending an email by SSLClient. I will write up a sketch and a tutorial on how to do it. I used an STM32F401CC and W5500 as my...
I uploaded a super simple example of email working. I think it could work with less memory usage if I can figure out adequate memory constraints. [EmailSSL.zip](https://github.com/OPEnSLab-OSU/SSLClient/files/7799708/EmailSSL.zip)
I was able to get it to work on my Bluepill with 128KB flash. I modified these two lines in the bearssl_ssl.h header. /** \brief Optimal input buffer size. */...