Correct documentation of mbedtls_ssl_conf_dh_param
This commit is contained in:
parent
a6dd90de30
commit
5a7c35d1a8
1 changed files with 1 additions and 1 deletions
|
@ -1702,7 +1702,7 @@ void mbedtls_ssl_conf_psk_cb( mbedtls_ssl_config *conf,
|
|||
/**
|
||||
* \brief Set the Diffie-Hellman public P and G values,
|
||||
* read as hexadecimal strings (server-side only)
|
||||
* (Default: mbedtls_dhm_rfc7919_ffdhe2048_[pg])
|
||||
* (Default values: MBEDTLS_DHM_RFC3526_MODP_2048_[PG])
|
||||
*
|
||||
* \param conf SSL configuration
|
||||
* \param dhm_P Diffie-Hellman-Merkle modulus
|
||||
|
|
Loading…
Reference in a new issue