mbed TLS v3.1.0
Data Fields
mbedtls_asn1_named_data Struct Reference

#include <asn1.h>

Collaboration diagram for mbedtls_asn1_named_data:
Collaboration graph
[legend]

Data Fields

mbedtls_asn1_buf oid
 
mbedtls_asn1_buf val
 
struct mbedtls_asn1_named_datanext
 
unsigned char private_next_merged
 

Detailed Description

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

Definition at line 193 of file asn1.h.

Field Documentation

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 205 of file asn1.h.

mbedtls_asn1_buf mbedtls_asn1_named_data::oid

The object identifier.

Definition at line 195 of file asn1.h.

unsigned char mbedtls_asn1_named_data::private_next_merged

Merge next item into the current one?

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 212 of file asn1.h.

mbedtls_asn1_buf mbedtls_asn1_named_data::val

The named value.

Definition at line 196 of file asn1.h.


The documentation for this struct was generated from the following file: