Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1020 Bytes

README.rst

File metadata and controls

37 lines (25 loc) · 1020 Bytes

SSL: Secure Sockets Layer

https://en.m.wikipedia.org/wiki/Transport_Layer_Security

Sming supports multiple SSL implementations, currently with adapters for:

If you want to use SSL then take a look at the Basic_Ssl sample for creating SSL clients, and HttpServer_ConfigNetwork for SSL servers.

Configuration Variables

ENABLE_SSL

  • 0 (default): SSL requires lots of RAM and some intensive processing, so to conserve resources it is disabled by default.
  • 1: to enable the default SSL adapter. At the moment that is Axtls.
  • Axtls: to enable SSL support using the axtls-8266 component.
  • Bearssl: to enable SSL support using the bearssl-esp8266 component.

API Documentation

upgrade comparison session ciphersuites certificates adapter