WINC1500 IoT Software APIs: Legacy names for TLS Cipher Suite IDs

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
Legacy names for TLS Cipher Suite IDs

Macros

#define SSL_ENABLE_RSA_SHA_SUITES   0x01
 
#define SSL_ENABLE_RSA_SHA256_SUITES   0x02
 
#define SSL_ENABLE_DHE_SHA_SUITES   0x04
 
#define SSL_ENABLE_DHE_SHA256_SUITES   0x08
 
#define SSL_ENABLE_RSA_GCM_SUITES   0x10
 
#define SSL_ENABLE_DHE_GCM_SUITES   0x20
 
#define SSL_ENABLE_ALL_SUITES   0x0000003F
 

Detailed Description

The following list of macros MUST NOT be used. Instead use the new names under SSLCipherSuiteID

See also
sslSetActiveCipherSuites

Macro Definition Documentation

◆ SSL_ENABLE_RSA_SHA_SUITES

#define SSL_ENABLE_RSA_SHA_SUITES   0x01

Enable RSA Hmac_SHA based Cipher suites. For example, TLS_RSA_WITH_AES_128_CBC_SHA

◆ SSL_ENABLE_RSA_SHA256_SUITES

#define SSL_ENABLE_RSA_SHA256_SUITES   0x02

Enable RSA Hmac_SHA256 based Cipher suites. For example, TLS_RSA_WITH_AES_128_CBC_SHA256

◆ SSL_ENABLE_DHE_SHA_SUITES

#define SSL_ENABLE_DHE_SHA_SUITES   0x04

Enable DHE Hmac_SHA based Cipher suites. For example, TLS_DHE_RSA_WITH_AES_128_CBC_SHA

◆ SSL_ENABLE_DHE_SHA256_SUITES

#define SSL_ENABLE_DHE_SHA256_SUITES   0x08

Enable DHE Hmac_SHA256 based Cipher suites. For example, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256

◆ SSL_ENABLE_RSA_GCM_SUITES

#define SSL_ENABLE_RSA_GCM_SUITES   0x10

Enable RSA AEAD based Cipher suites. For example, TLS_RSA_WITH_AES_128_GCM_SHA256

◆ SSL_ENABLE_DHE_GCM_SUITES

#define SSL_ENABLE_DHE_GCM_SUITES   0x20

Enable DHE AEAD based Cipher suites. For example, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256

◆ SSL_ENABLE_ALL_SUITES

#define SSL_ENABLE_ALL_SUITES   0x0000003F

Enable all possible supported cipher suites.

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13