summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 18:13:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 18:13:29 +0100
commit76c0e3bca289c1001597dd7081e894f860cee0ec (patch)
tree0590c98bc64bbf935e1dbb6298a328030f2f89a9 /doc
parent99f058ce44b5354d4d44cfae0b9394a36c1fe8f4 (diff)
downloadlibtasn1-76c0e3bca289c1001597dd7081e894f860cee0ec.tar.gz
Documented the new functions
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/libtasn1.texi12
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 71f4b69..2ede853 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -61,15 +61,18 @@ gdoc_MANS += man/asn1_der_decoding_element.3
gdoc_MANS += man/asn1_der_decoding_startEnd.3
gdoc_MANS += man/asn1_expand_any_defined_by.3
gdoc_MANS += man/asn1_expand_octet_string.3
+gdoc_MANS += man/asn1_decode_simple_der.3
gdoc_MANS += man/asn1_perror.3
gdoc_MANS += man/asn1_strerror.3
gdoc_MANS += man/asn1_find_node.3
gdoc_MANS += man/asn1_length_der.3
gdoc_MANS += man/asn1_octet_der.3
+gdoc_MANS += man/asn1_encode_simple_der.3
gdoc_MANS += man/asn1_bit_der.3
gdoc_MANS += man/asn1_der_coding.3
gdoc_MANS += man/asn1_write_value.3
gdoc_MANS += man/asn1_read_value.3
+gdoc_MANS += man/asn1_read_value_type.3
gdoc_MANS += man/asn1_read_tag.3
gdoc_MANS += man/asn1_read_node_value.3
gdoc_MANS += man/asn1_array2tree.3
@@ -103,15 +106,18 @@ gdoc_TEXINFOS += texi/asn1_der_decoding_element.texi
gdoc_TEXINFOS += texi/asn1_der_decoding_startEnd.texi
gdoc_TEXINFOS += texi/asn1_expand_any_defined_by.texi
gdoc_TEXINFOS += texi/asn1_expand_octet_string.texi
+gdoc_TEXINFOS += texi/asn1_decode_simple_der.texi
gdoc_TEXINFOS += texi/asn1_perror.texi
gdoc_TEXINFOS += texi/asn1_strerror.texi
gdoc_TEXINFOS += texi/asn1_find_node.texi
gdoc_TEXINFOS += texi/asn1_length_der.texi
gdoc_TEXINFOS += texi/asn1_octet_der.texi
+gdoc_TEXINFOS += texi/asn1_encode_simple_der.texi
gdoc_TEXINFOS += texi/asn1_bit_der.texi
gdoc_TEXINFOS += texi/asn1_der_coding.texi
gdoc_TEXINFOS += texi/asn1_write_value.texi
gdoc_TEXINFOS += texi/asn1_read_value.texi
+gdoc_TEXINFOS += texi/asn1_read_value_type.texi
gdoc_TEXINFOS += texi/asn1_read_tag.texi
gdoc_TEXINFOS += texi/asn1_read_node_value.texi
gdoc_TEXINFOS += texi/asn1_array2tree.texi
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi
index 9ed4d4a..ac2d52c 100644
--- a/doc/libtasn1.texi
+++ b/doc/libtasn1.texi
@@ -112,6 +112,7 @@ POSIX is required.
@menu
* ASN.1 syntax::
* Naming::
+* Simple parsing::
* Library Notes::
* Future developments::
@end menu
@@ -243,6 +244,17 @@ receive the names @code{?1}, @code{?2}, and so on.
The @code{?LAST} name indicates the last element of a @code{SET OF} or
@code{SEQUENCE OF}.
+@node Simple parsing
+@section Simple parsing
+
+For simple types like @code{OCTET STRING} the simple parsing functions listed
+below may be used instead.
+
+@itemize
+@item @ref{asn1_decode_simple_der}
+@item @ref{asn1_encode_simple_der}
+@end itemize
+
@node Library Notes
@section Library Notes