Container for a sequence or list of 'named' ASN.1 data items.

Public Attributes#

The object identifier.

The named value.

The next entry in the sequence.

Public Functions#

unsigned char
MBEDTLS_PRIVATE(next_merged)

Merge next item into the current one?

Public Attribute Documentation#

oid#

mbedtls_asn1_buf mbedtls_asn1_named_data::oid

The object identifier.


Definition at line 191 of file util/third_party/mbedtls/include/mbedtls/asn1.h

val#

mbedtls_asn1_buf mbedtls_asn1_named_data::val

The named value.


Definition at line 192 of file util/third_party/mbedtls/include/mbedtls/asn1.h

next#

struct mbedtls_asn1_named_data* mbedtls_asn1_named_data::next

The next entry in the sequence.

The details of memory management for named data 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.


Definition at line 201 of file util/third_party/mbedtls/include/mbedtls/asn1.h

Public Function Documentation#

MBEDTLS_PRIVATE#

unsigned char mbedtls_asn1_named_data::MBEDTLS_PRIVATE (next_merged )

Merge next item into the current one?

Parameters
N/A

This field exists for the sake of Mbed TLS's X.509 certificate parsing code and may change in future versions of the library.


Definition at line 208 of file util/third_party/mbedtls/include/mbedtls/asn1.h