commit | 555fbf875806a12eaf702a99431627977c59c08f | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 04 17:11:55 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 04 17:11:55 2015 +0000 |
tree | 425c076e00b5fb80ec91bdaf98fd4150002cdc45 | |
parent | aa422b2f1ab5c00bac5f0c63834861662e0de7c9 [diff] [blame] |
Support composite RDNs in X.509 certs parsing
diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index 6a87160..0a657e1 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h
@@ -155,6 +155,7 @@ 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;