mbedtls_ssl_conf_sig_hashes() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Notes

This only affects which hashes are offered and can be used for signatures during the handshake. Hashes for message authentication and the TLS PRF are controlled by the ciphersuite, see \c mbedtls_ssl_conf_ciphersuites(). Hashes used for certificate signature are controlled by the verification profile, see \c mbedtls_ssl_conf_cert_profile(). This list should be ordered by decreasing preference (preferred hash first).

References

from examples