Feature #3058
Updated by Yingdi Yu over 9 years ago
As we defined in new certificate format (http://gerrit.named-data.net/#/c/2101/, http://redmine.named-data.net/issues/2861), there will be an non-critical extension AdditionalDescription. As defined in the certificate spec: > AdditionalDescription is a non-critical extension that provides additional > information about the certificate. The information is expressed as a set of > key-value pairs. Both key and value are UTF-8 strings, e.g., > ("Organization", "UCLA"). The issuer of a certificate can specify arbitrary > key-value pair to provide additional description about the certificate. AdditionalDescription ::= ADDITIONAL-DESCRIPTION-TYPE TLV-LENGTH DescriptionEntry+ DescriptionEntry ::= DESCRIPTION-ENTRY-TYPE TLV-LENGTH DescriptionKey DescriptionValue DescriptionKey ::= DESCRIPTION-KEY-TYPE TLV-LENGTH BYTE+ DescriptionValue ::= DESCRIPTION-VALUE-TYPE TLV-LENGTH BYTE+ TLV-TYPE | Assigned code (decimal) | Assigned code (hexadecimal) ----------------------|-------------------------|----------------------------- DescriptionEntry | 512 | 0x0200 ----------------------|-------------------------|----------------------------- DescriptionKey | 513 | 0x0201 ----------------------|-------------------------|----------------------------- DescriptionValue | 514 | 0x0202