diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 01:09:32 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 01:09:32 +0100 |
commit | 20c7ff8c5740700faf3f853c7122d54d0a2b1759 (patch) | |
tree | a11c08e15c333abfe426d07da526c84d9726e239 /doc/libtasn1.texi | |
parent | 28a038f45620bf885f791e1e2d0505714fe2222f (diff) | |
download | libtasn1-20c7ff8c5740700faf3f853c7122d54d0a2b1759.tar.gz libtasn1-20c7ff8c5740700faf3f853c7122d54d0a2b1759.tar.bz2 libtasn1-20c7ff8c5740700faf3f853c7122d54d0a2b1759.zip |
documented new types
Diffstat (limited to 'doc/libtasn1.texi')
-rw-r--r-- | doc/libtasn1.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi index 799f71f..9ed4d4a 100644 --- a/doc/libtasn1.texi +++ b/doc/libtasn1.texi @@ -173,6 +173,14 @@ Here is the list of types that the parser can manage: @item @code{UTCTime}; @item @code{GeneralizedTime}; @item @code{GeneralString}; +@item @code{NumericString}; +@item @code{IA5String}; +@item @code{TeletexString}; +@item @code{PrintableString}; +@item @code{UniversalString}; +@item @code{BMPString}; +@item @code{UTF8String}; +@item @code{VisibleString}; @item @code{SEQUENCE}; @item @code{SEQUENCE OF}; @item @code{SET}; |