Support composite RDNs in X.509 certs parsing

This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-04 17:11:55 +00:00
parent aa422b2f1a
commit 555fbf8758
4 changed files with 44 additions and 11 deletions

View File

@@ -155,6 +155,7 @@ typedef struct _asn1_named_data
asn1_buf oid; /**< The object identifier. */
asn1_buf val; /**< The named value. */
struct _asn1_named_data *next; /**< The next entry in the sequence. */
unsigned char next_merged; /**< Merge next item into the current one? */
}
asn1_named_data;