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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user