Implementing SSL in an embedded system will require some knowledge of SSL certificates. Please read the following four SSL sections:
Before you can use the SSL accept function, you will need to add a Server certificate to your project. Before you can use the SSL connect function, if you wish to use the verifyPeer functionality, you will need to add a list of Client certificates to your project. Please note that all of our examples automatically generate a self-signed Server certificate and key.