TLS library info?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Please provide some info about the type of TLS supported in the WICED SDK.

I am specifically looking for an answer to:

"What version of TLS is used, the key length and the hashing algorithms?"

0 Likes
1 Solution
Anonymous
Not applicable

Currently only TLS 1.0 is supported.

From tls_types.h:

/* Supported ciphersuites */

SSL_RSA_RC4_128_MD5           

SSL_RSA_RC4_128_SHA           

SSL_RSA_DES_168_SHA          

SSL_EDH_RSA_DES_168_SHA      

SSL_RSA_AES_128_SHA          

SSL_RSA_AES_256_SHA          

SSL_EDH_RSA_AES_256_SHA      

SSL_RSA_CAMELLIA_128_SHA  

SSL_RSA_CAMELLIA_256_SHA  

SSL_EDH_RSA_CAMELLIA_256_SHA

View solution in original post

1 Reply
Anonymous
Not applicable

Currently only TLS 1.0 is supported.

From tls_types.h:

/* Supported ciphersuites */

SSL_RSA_RC4_128_MD5           

SSL_RSA_RC4_128_SHA           

SSL_RSA_DES_168_SHA          

SSL_EDH_RSA_DES_168_SHA      

SSL_RSA_AES_128_SHA          

SSL_RSA_AES_256_SHA          

SSL_EDH_RSA_AES_256_SHA      

SSL_RSA_CAMELLIA_128_SHA  

SSL_RSA_CAMELLIA_256_SHA  

SSL_EDH_RSA_CAMELLIA_256_SHA