mbedtls_asn1_sequence Struct Reference

Container for a sequence of ASN.1 items.

#include <asn1.h>

Data Fields

mbedtls_asn1_buf buf
Buffer containing the given ASN.1 item.
struct mbedtls_asn1_sequence * next
The next entry in the sequence.

Container for a sequence of ASN.1 items.

Field Documentation

buf

mbedtls_asn1_buf mbedtls_asn1_sequence::buf

Buffer containing the given ASN.1 item.

next

struct mbedtls_asn1_sequence * mbedtls_asn1_sequence::next

The next entry in the sequence.

The details of memory management for sequences are not documented and may change in future versions. Set this field to NULL when initializing a structure, and do not modify it except via Mbed TLS library functions.