Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
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.
Generated on Fri Jul 22 2022 04:54:08 by
1.7.2
