PolarSSL v1.1.4
Data Fields
_x509_name Struct Reference

Container for ASN1 named information objects. More...

#include <x509.h>

Collaboration diagram for _x509_name:
Collaboration graph
[legend]

Data Fields

x509_buf oid
 The object identifier.
x509_buf val
 The named value.
struct _x509_namenext
 The next named information object.

Detailed Description

Container for ASN1 named information objects.

It allows for Relative Distinguished Names (e.g. cn=polarssl,ou=code,etc.).

Definition at line 255 of file x509.h.


Field Documentation

The next named information object.

Definition at line 259 of file x509.h.

The object identifier.

Definition at line 257 of file x509.h.

The named value.

Definition at line 258 of file x509.h.


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