Reputation: 117
I am researching different SSL/TLS library for embedded devices.
I would like to know what people think the pros and cons for each of these libraries would be, and if there are specific use cases for any of these libraries.
Upvotes: 10
Views: 18391
Reputation: 111
To start out, all three libraries will accomplish the same things, just one might be better served for your use case. All three are open source, will run on embedded systems and, with the exception of Mbed TLS, support TLS 1.3.
OpenSSL
Mbed TLS
wolfSSL
Upvotes: 11