mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-15 15:39:58 +00:00
doxygen: move addtogroup closures to include more elements
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
38d4fddcd8
commit
a0defed667
@ -119,7 +119,6 @@
|
|||||||
#define MBEDTLS_ASN1_TAG_VALUE_MASK 0x1F
|
#define MBEDTLS_ASN1_TAG_VALUE_MASK 0x1F
|
||||||
|
|
||||||
/** \} name DER constants */
|
/** \} name DER constants */
|
||||||
/** \} addtogroup asn1_module */
|
|
||||||
|
|
||||||
/** Returns the size of the binary string, without the trailing \\0 */
|
/** Returns the size of the binary string, without the trailing \\0 */
|
||||||
#define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1)
|
#define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1)
|
||||||
@ -627,6 +626,7 @@ void mbedtls_asn1_free_named_data( mbedtls_asn1_named_data *entry );
|
|||||||
void mbedtls_asn1_free_named_data_list( mbedtls_asn1_named_data **head );
|
void mbedtls_asn1_free_named_data_list( mbedtls_asn1_named_data **head );
|
||||||
|
|
||||||
/** \} name Functions to parse ASN.1 data structures */
|
/** \} name Functions to parse ASN.1 data structures */
|
||||||
|
/** \} addtogroup asn1_module */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -252,7 +252,6 @@ typedef struct mbedtls_x509_time
|
|||||||
mbedtls_x509_time;
|
mbedtls_x509_time;
|
||||||
|
|
||||||
/** \} name Structures for parsing X.509 certificates, CRLs and CSRs */
|
/** \} name Structures for parsing X.509 certificates, CRLs and CSRs */
|
||||||
/** \} addtogroup x509_module */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Store the certificate DN in printable form into buf;
|
* \brief Store the certificate DN in printable form into buf;
|
||||||
@ -308,6 +307,8 @@ int mbedtls_x509_time_is_past( const mbedtls_x509_time *to );
|
|||||||
*/
|
*/
|
||||||
int mbedtls_x509_time_is_future( const mbedtls_x509_time *from );
|
int mbedtls_x509_time_is_future( const mbedtls_x509_time *from );
|
||||||
|
|
||||||
|
/** \} addtogroup x509_module */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal module functions. You probably do not want to use these unless you
|
* Internal module functions. You probably do not want to use these unless you
|
||||||
* know you do.
|
* know you do.
|
||||||
|
@ -956,7 +956,6 @@ void mbedtls_x509_crt_restart_free( mbedtls_x509_crt_restart_ctx *ctx );
|
|||||||
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
||||||
|
|
||||||
/** \} name Structures and functions for parsing and writing X.509 certificates */
|
/** \} name Structures and functions for parsing and writing X.509 certificates */
|
||||||
/** \} addtogroup x509_module */
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_X509_CRT_WRITE_C)
|
#if defined(MBEDTLS_X509_CRT_WRITE_C)
|
||||||
/**
|
/**
|
||||||
@ -1186,6 +1185,8 @@ int mbedtls_x509write_crt_pem( mbedtls_x509write_cert *ctx, unsigned char *buf,
|
|||||||
#endif /* MBEDTLS_PEM_WRITE_C */
|
#endif /* MBEDTLS_PEM_WRITE_C */
|
||||||
#endif /* MBEDTLS_X509_CRT_WRITE_C */
|
#endif /* MBEDTLS_X509_CRT_WRITE_C */
|
||||||
|
|
||||||
|
/** \} addtogroup x509_module */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -155,7 +155,6 @@ void mbedtls_x509_csr_free( mbedtls_x509_csr *csr );
|
|||||||
#endif /* MBEDTLS_X509_CSR_PARSE_C */
|
#endif /* MBEDTLS_X509_CSR_PARSE_C */
|
||||||
|
|
||||||
/** \} name Structures and functions for X.509 Certificate Signing Requests (CSR) */
|
/** \} name Structures and functions for X.509 Certificate Signing Requests (CSR) */
|
||||||
/** \} addtogroup x509_module */
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_X509_CSR_WRITE_C)
|
#if defined(MBEDTLS_X509_CSR_WRITE_C)
|
||||||
/**
|
/**
|
||||||
@ -297,6 +296,8 @@ int mbedtls_x509write_csr_pem( mbedtls_x509write_csr *ctx, unsigned char *buf, s
|
|||||||
#endif /* MBEDTLS_PEM_WRITE_C */
|
#endif /* MBEDTLS_PEM_WRITE_C */
|
||||||
#endif /* MBEDTLS_X509_CSR_WRITE_C */
|
#endif /* MBEDTLS_X509_CSR_WRITE_C */
|
||||||
|
|
||||||
|
/** \} addtogroup x509_module */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user