mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 01:35:46 +00:00
Correct documentation of mbedtls_ssl_conf_dh_param
This commit is contained in:
parent
a6dd90de30
commit
5a7c35d1a8
|
@ -1702,7 +1702,7 @@ void mbedtls_ssl_conf_psk_cb( mbedtls_ssl_config *conf,
|
||||||
/**
|
/**
|
||||||
* \brief Set the Diffie-Hellman public P and G values,
|
* \brief Set the Diffie-Hellman public P and G values,
|
||||||
* read as hexadecimal strings (server-side only)
|
* 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 conf SSL configuration
|
||||||
* \param dhm_P Diffie-Hellman-Merkle modulus
|
* \param dhm_P Diffie-Hellman-Merkle modulus
|
||||||
|
|
Loading…
Reference in a new issue