TLS Flags#

This section provides a reference to Si91x flags for use in the Transport Layer Security (TLS) protocol functionality.

Macros#

#define

Bit to enable SSL feature.

#define

Bitmap to enable TLS version 1.0.

#define

Bitmap to enable TLS version 1.2.

#define

Bitmap to enable TLS version 1.1.

Macro Definition Documentation#

SL_SI91X_ENABLE_TLS#

#define SL_SI91X_ENABLE_TLS
Value:
BIT(0)

Bit to enable SSL feature.


SL_SI91X_TLS_V_1_0#

#define SL_SI91X_TLS_V_1_0
Value:
BIT(2)

Bitmap to enable TLS version 1.0.


SL_SI91X_TLS_V_1_2#

#define SL_SI91X_TLS_V_1_2
Value:
BIT(3)

Bitmap to enable TLS version 1.2.


SL_SI91X_TLS_V_1_1#

#define SL_SI91X_TLS_V_1_1
Value:
BIT(4)

Bitmap to enable TLS version 1.1.