Revert "dhm: Remove dependency on TLS"

This reverts commit ed16ca7b63.
This commit is contained in:
Gilles Peskine 2020-02-26 19:52:04 +01:00 committed by Ronald Cron
parent 69e8f7ffe3
commit d40f0070ec

View file

@ -350,10 +350,11 @@ int mbedtls_dhm_self_test( int verbose );
#endif #endif
/** /**
* RFC 3526, RFC 5114 and RFC 7919 standardize a number of Diffie-Hellman * RFC 3526, RFC 5114 and RFC 7919 standardize a number of
* groups, some of which are included here for use by Mbed TLS's SSL/TLS module * Diffie-Hellman groups, some of which are included here
* and the user's convenience when configuring the Diffie-Hellman parameters by * for use within the SSL/TLS module and the user's convenience
* hand through Mbed TLS's \c mbedtls_ssl_conf_dh_param. * when configuring the Diffie-Hellman parameters by hand
* through \c mbedtls_ssl_conf_dh_param.
* *
* The following lists the source of the above groups in the standards: * The following lists the source of the above groups in the standards:
* - RFC 5114 section 2.2: 2048-bit MODP Group with 224-bit Prime Order Subgroup * - RFC 5114 section 2.2: 2048-bit MODP Group with 224-bit Prime Order Subgroup