mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Fix typo in documentation of mbedtls_ssl_conf_opaque_psk()
This commit is contained in:
parent
5a1d6da8f8
commit
3d4261bb21
@ -2128,10 +2128,10 @@ int mbedtls_ssl_conf_psk( mbedtls_ssl_config *conf,
|
|||||||
* \param conf The SSL configuration to register the PSK with.
|
* \param conf The SSL configuration to register the PSK with.
|
||||||
* \param psk The identifier of the key slot holding the PSK.
|
* \param psk The identifier of the key slot holding the PSK.
|
||||||
* Until \p conf is destroyed or this function is successfully
|
* Until \p conf is destroyed or this function is successfully
|
||||||
* again, the key slot \p psk must be populated with a key of
|
* called again, the key slot \p psk must be populated with a
|
||||||
* type #PSA_ALG_CATEGORY_KEY_DERIVATION whose policy allows
|
* key of type #PSA_ALG_CATEGORY_KEY_DERIVATION whose policy
|
||||||
* its use for the key derivation algorithm applied in the
|
* allows its use for the key derivation algorithm applied
|
||||||
* handshake.
|
* in the handshake.
|
||||||
* \param psk_identity The pointer to the pre-shared key identity.
|
* \param psk_identity The pointer to the pre-shared key identity.
|
||||||
* \param psk_identity_len The length of the pre-shared key identity
|
* \param psk_identity_len The length of the pre-shared key identity
|
||||||
* in bytes.
|
* in bytes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user