mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-21 12:40:51 +03:00
tls: pake: minor adjustments
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
@@ -3864,8 +3864,7 @@ int mbedtls_ssl_set_hs_ecjpake_password( mbedtls_ssl_context *ssl,
|
||||
/**
|
||||
* \brief Set the EC J-PAKE opaque password for current handshake.
|
||||
*
|
||||
* \note The input key in not copied, so the caller must not destroy
|
||||
* it before the handshake is over.
|
||||
* \note The key must remain valid until the handshake is over.
|
||||
*
|
||||
* \note The SSL context needs to be already set up. The right place
|
||||
* to call this function is between \c mbedtls_ssl_setup() or
|
||||
|
||||
Reference in New Issue
Block a user