ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 462 of 545 2020-04-15
3.17.2. AT#SSLSECCFG - Configure Security Parameters of a SSL Socket
This command allows configuring SSL connection parameters.
AT#SSLSECCFG=<SSId>,<CipherSuite>,<auth_mode>
Parameters:
Until now only one SSL socket is available
identify the cipher suite. The
<CipherSuite> parameter is expressed
in decimal and hex format to identify
different cipher suites.
The cipher suites identified by
<CipherSuite> parameters expressed
in decimal format are listed in the Value
section right below.
The cipher suites identified by
<CipherSuite> (RCF) values expressed
in hex format are listed in the Additional
info section.
cipher suite is chosen by remote server among the following:
TLS_RSA_WITH_AES_128_CBC_SHA,
TLS_RSA_WITH_AES_256_CBC_SHA,
TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
TLS_DHE_RSA_WITH_AES_256_CBC_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA256,
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,
TLS_RSA_WITH_AES_256_CBC_SHA256,
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
TLS_RSA_WITH_RC4_128_MD5, not available because obsolete
TLS_RSA_WITH_RC4_128_SHA, not available because obsolete
TLS_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_NULL_SHA, not available because obsolete
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_3DES_EDE_CBC_SHA, not available because
obsolete
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA, not available
because obsolete
TLS_DHE_RSA_WITH_AES_256_CBC_SHA