1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge branch 'development' into dtls

* development:
  Support composite RDNs in X.509 certs parsing
This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-05 11:01:37 +00:00
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;