mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ssl_conf_groups() from the following samples and libraries:
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesData Use

Notes

This function replaces the deprecated mbedtls_ssl_conf_curves(), which only allows ECP curves to be configured. The most recent invocation of either mbedtls_ssl_conf_curves() or mbedtls_ssl_conf_groups() nullifies all previous invocations of both. This list should be ordered by decreasing preference (preferred group first). When this function is not called, a default list is used, consisting of all supported curves at 255 bits and above, and all supported finite fields at 2048 bits and above. The order favors groups with the lowest resource usage. New minor versions of Mbed TLS will not remove items from the default list unless serious security concerns require it. New minor versions of Mbed TLS may change the order in keeping with the general principle of favoring the lowest resource usage.

References

from 0/1 examples