Secure Sockets
Enumerations

General Description

Enumerations

enum  cy_tls_endpoint_type_t {
  CY_TLS_ENDPOINT_CLIENT = 0 ,
  CY_TLS_ENDPOINT_SERVER = 1
}
 Endpoint type for TLS handshake. More...
 
enum  cy_tls_md_type_t { CY_TLS_MD_SHA1 }
 Message digest type for configuring TLS certificate profile. More...
 
enum  cy_tls_rsa_min_key_len_t {
  CY_TLS_RSA_MIN_KEY_LEN_1024 = 1024 ,
  CY_TLS_RSA_MIN_KEY_LEN_2048 = 2048 ,
  CY_TLS_RSA_MIN_KEY_LEN_3072 = 3072 ,
  CY_TLS_RSA_MIN_KEY_LEN_4096 = 4096
}
 Minimum RSA key length in bits.
 

Enumeration Type Documentation

◆ cy_tls_endpoint_type_t

Endpoint type for TLS handshake.

Enumerator
CY_TLS_ENDPOINT_SERVER 

Endpoint is a client.

◆ cy_tls_md_type_t

Message digest type for configuring TLS certificate profile.

Enumerator
CY_TLS_MD_SHA1 

The SHA-1 message digest.