diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-19 18:13:49 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-19 18:13:49 +0100 |
commit | 784412eb380cf86a40937574588d9ef11da31124 (patch) | |
tree | 4c6e8fad32d9f5f18279274c310c9e2f25554aa1 /lib/pkix.asn | |
parent | 04b490cab2022bf5664696d549a72e3b2a9e8cdf (diff) | |
download | gnutls-784412eb380cf86a40937574588d9ef11da31124.tar.gz |
handle visiblestring.
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r-- | lib/pkix.asn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn index 235b6d7c44..cc788b73a1 100644 --- a/lib/pkix.asn +++ b/lib/pkix.asn @@ -147,6 +147,7 @@ BMPString ::= [UNIVERSAL 30] IMPLICIT OCTET STRING UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING -- The content of this type conforms to RFC 2279. +VisibleString ::= [UNIVERSAL 26] IMPLICIT OCTET STRING -- attribute data types -- @@ -577,6 +578,7 @@ NoticeReference ::= SEQUENCE { DisplayText ::= CHOICE { ia5String IA5String (SIZE (1..200)), + visibleString VisibleString (SIZE (1..200)), bmpString BMPString (SIZE (1..200)), utf8String UTF8String (SIZE (1..200)) } |