diff options
Diffstat (limited to 'doc/libtasn1.info')
-rw-r--r-- | doc/libtasn1.info | 79 |
1 files changed, 41 insertions, 38 deletions
diff --git a/doc/libtasn1.info b/doc/libtasn1.info index f004f50..2198910 100644 --- a/doc/libtasn1.info +++ b/doc/libtasn1.info @@ -1,7 +1,7 @@ -This is libtasn1.info, produced by makeinfo version 6.0 from +This is libtasn1.info, produced by makeinfo version 6.1 from libtasn1.texi. -This manual is for GNU Libtasn1 (version 4.8, 4 April 2016), which is a +This manual is for GNU Libtasn1 (version 4.9, 4 April 2016), which is a library for Abstract Syntax Notation One (ASN.1) and Distinguished Encoding Rules (DER) manipulation. @@ -24,7 +24,7 @@ File: libtasn1.info, Node: Top, Next: Introduction, Up: (dir) Libtasn1 ******** -This manual is for GNU Libtasn1 (version 4.8, 4 April 2016), which is a +This manual is for GNU Libtasn1 (version 4.9, 4 April 2016), which is a library for Abstract Syntax Notation One (ASN.1) and Distinguished Encoding Rules (DER) manipulation. @@ -1126,18 +1126,21 @@ asn1_get_octet_der * STR_LEN) DER: DER data to decode containing the OCTET SEQUENCE. - DER_LEN: Length of DER data to decode. + DER_LEN: The length of the 'der' data to decode. - RET_LEN: Output variable containing the length of the DER data. + RET_LEN: Output variable containing the encoded length of the DER + data. STR: Pre-allocated output buffer to put decoded OCTET SEQUENCE in. STR_SIZE: Length of pre-allocated output buffer. - STR_LEN: Output variable containing the length of the OCTET - SEQUENCE. + STR_LEN: Output variable containing the length of the contents of + the OCTET SEQUENCE. - Extract an OCTET SEQUENCE from DER data. + Extract an OCTET SEQUENCE from DER data. Note that this function + expects the DER data past the tag field, i.e., the length and + content octets. *Returns:* Returns 'ASN1_SUCCESS' on success, or an error. @@ -2014,8 +2017,8 @@ Function and Data Index (line 144) * asn1_create_element: ASN.1 field functions. (line 72) -* asn1_decode_simple_ber: DER functions. (line 453) -* asn1_decode_simple_der: DER functions. (line 432) +* asn1_decode_simple_ber: DER functions. (line 456) +* asn1_decode_simple_der: DER functions. (line 435) * asn1_delete_element: ASN.1 field functions. (line 57) * asn1_delete_structure: ASN.1 field functions. @@ -2023,23 +2026,23 @@ Function and Data Index * asn1_delete_structure2: ASN.1 field functions. (line 42) * asn1_der_coding: DER functions. (line 102) -* asn1_der_decoding: DER functions. (line 286) -* asn1_der_decoding2: DER functions. (line 250) -* asn1_der_decoding_element: DER functions. (line 313) -* asn1_der_decoding_startEnd: DER functions. (line 346) +* asn1_der_decoding: DER functions. (line 289) +* asn1_der_decoding2: DER functions. (line 253) +* asn1_der_decoding_element: DER functions. (line 316) +* asn1_der_decoding_startEnd: DER functions. (line 349) * asn1_dup_node: ASN.1 field functions. (line 162) * asn1_encode_simple_der: DER functions. (line 51) -* asn1_expand_any_defined_by: DER functions. (line 386) -* asn1_expand_octet_string: DER functions. (line 406) +* asn1_expand_any_defined_by: DER functions. (line 389) +* asn1_expand_octet_string: DER functions. (line 409) * asn1_find_node: Auxilliary functions. (line 9) * asn1_find_structure_from_oid: ASN.1 field functions. (line 129) -* asn1_get_bit_der: DER functions. (line 228) +* asn1_get_bit_der: DER functions. (line 231) * asn1_get_length_ber: DER functions. (line 166) * asn1_get_length_der: DER functions. (line 130) -* asn1_get_object_id_der: DER functions. (line 209) +* asn1_get_object_id_der: DER functions. (line 212) * asn1_get_octet_der: DER functions. (line 186) * asn1_get_tag_der: DER functions. (line 147) * asn1_length_der: DER functions. (line 9) @@ -2112,25 +2115,25 @@ Ref: asn1_get_length_der34037 Ref: asn1_get_tag_der34577 Ref: asn1_get_length_ber35122 Ref: asn1_get_octet_der35715 -Ref: asn1_get_object_id_der36422 -Ref: asn1_get_bit_der37020 -Ref: asn1_der_decoding237693 -Ref: asn1_der_decoding39091 -Ref: asn1_der_decoding_element40030 -Ref: asn1_der_decoding_startEnd41337 -Ref: asn1_expand_any_defined_by42789 -Ref: asn1_expand_octet_string43594 -Ref: asn1_decode_simple_der44595 -Ref: asn1_decode_simple_ber45237 -Node: Error handling functions45938 -Ref: asn1_perror46154 -Ref: asn1_strerror46495 -Node: Auxilliary functions46906 -Ref: asn1_find_node47098 -Ref: asn1_check_version47694 -Node: Copying Information48293 -Node: GNU Free Documentation License48546 -Node: Concept Index73661 -Node: Function and Data Index74767 +Ref: asn1_get_object_id_der36574 +Ref: asn1_get_bit_der37172 +Ref: asn1_der_decoding237845 +Ref: asn1_der_decoding39243 +Ref: asn1_der_decoding_element40182 +Ref: asn1_der_decoding_startEnd41489 +Ref: asn1_expand_any_defined_by42941 +Ref: asn1_expand_octet_string43746 +Ref: asn1_decode_simple_der44747 +Ref: asn1_decode_simple_ber45389 +Node: Error handling functions46090 +Ref: asn1_perror46306 +Ref: asn1_strerror46647 +Node: Auxilliary functions47058 +Ref: asn1_find_node47250 +Ref: asn1_check_version47846 +Node: Copying Information48445 +Node: GNU Free Documentation License48698 +Node: Concept Index73813 +Node: Function and Data Index74919 End Tag Table |