Fix Doxygen for TLS 1.3 PSK binder helper
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
55bc2c53af
commit
c8d3ccd67b
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ int mbedtls_ssl_tls1_3_evolve_secret(
|
|||
* \param md_type The hash algorithm associated to the PSK \p psk.
|
||||
* \param psk The buffer holding the PSK for which to create a binder.
|
||||
* \param psk_len The size of \p psk in bytes.
|
||||
* \param is_external This indicates whether the PSK \p psk is externally
|
||||
* \param psk_type This indicates whether the PSK \p psk is externally
|
||||
* provisioned (#MBEDTLS_SSL_TLS1_3_PSK_EXTERNAL) or a
|
||||
* resumption PSK (#MBEDTLS_SSL_TLS1_3_PSK_RESUMPTION).
|
||||
* \param transcript The handshake transcript up to the point where the
|
||||
|
|
Loading…
Reference in a new issue