Embed: (wiki syntax)

« Back to documentation index

ssl_ciphersuites.h File Reference

ssl_ciphersuites.h File Reference

SSL Ciphersuites for mbed TLS. More...

Go to the source code of this file.

Data Structures

struct  mbedtls_ssl_ciphersuite_t
 This structure is used for storing ciphersuite information. More...

Functions

const int * mbedtls_ssl_list_ciphersuites (void)
 Returns the list of ciphersuites supported by the SSL/TLS module.

Detailed Description

SSL Ciphersuites for mbed TLS.

Definition in file ssl_ciphersuites.h.


Function Documentation

const int* mbedtls_ssl_list_ciphersuites ( void   )

Returns the list of ciphersuites supported by the SSL/TLS module.

Returns:
a statically allocated array of ciphersuites, the last entry is 0.

Definition at line 1697 of file ssl_ciphersuites.c.