PolarSSL v1.2.7
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. More...
 
x509_buf val
 The named value. More...
 
struct _x509_namenext
 The next named information object. More...
 

Detailed Description

Container for ASN1 named information objects.

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

Definition at line 262 of file x509.h.

Field Documentation

struct _x509_name* _x509_name::next

The next named information object.

Definition at line 266 of file x509.h.

x509_buf _x509_name::oid

The object identifier.

Definition at line 264 of file x509.h.

x509_buf _x509_name::val

The named value.

Definition at line 265 of file x509.h.


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