NetBurner 3.1
SSL Programming Guide

Implementing SSL in an embedded system will require some knowledge of SSL certificates. Please read the following four SSL sections:

  • SSL overview
  • Creating SSL server certificates
  • Creating the list of acceptable client certificates

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.


SSL Overview
Creating Self Signed Certificates
Creating Certificate Authority Lists