- Set POLARSSL_DHM_RFC5114_MODP_1024_[PG] as default DHM MODP group for SSL/TLS
This commit is contained in:
parent
da7e3f225a
commit
62f2deef8b
2 changed files with 18 additions and 0 deletions
|
@ -759,6 +759,7 @@ void ssl_set_own_cert_alt( ssl_context *ssl, x509_cert *own_cert,
|
|||
/**
|
||||
* \brief Set the Diffie-Hellman public P and G values,
|
||||
* read as hexadecimal strings (server-side only)
|
||||
* (Default: POLARSSL_DHM_RFC5114_MODP_1024_[PG])
|
||||
*
|
||||
* \param ssl SSL context
|
||||
* \param dhm_P Diffie-Hellman-Merkle modulus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue