Skip to content

Commit 43aa905

Browse files
gilles-peskine-armronald-cron-arm
authored andcommitted
DHM functions are not part of x509
In the old days, key parsing was part of x509, but these days it's part of crypto.
1 parent 3b46cd3 commit 43aa905

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/mbedtls/dhm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ int mbedtls_dhm_calc_secret( mbedtls_dhm_context *ctx,
298298
void mbedtls_dhm_free( mbedtls_dhm_context *ctx );
299299

300300
#if defined(MBEDTLS_ASN1_PARSE_C)
301-
/** \ingroup x509_module */
302301
/**
303302
* \brief This function parses DHM parameters in PEM or DER format.
304303
*
@@ -317,7 +316,6 @@ int mbedtls_dhm_parse_dhm( mbedtls_dhm_context *dhm, const unsigned char *dhmin,
317316
size_t dhminlen );
318317

319318
#if defined(MBEDTLS_FS_IO)
320-
/** \ingroup x509_module */
321319
/**
322320
* \brief This function loads and parses DHM parameters from a file.
323321
*

0 commit comments

Comments
 (0)