fixes in length calculation in _asn1_extract_der_octet().
[platform/upstream/libtasn1.git] / lib / libtasn1.map
1 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
2 #
3 # This file is part of LIBTASN1.
4 #
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18 LIBTASN1_0_3
19 {
20   global:
21     asn1_array2tree;
22     asn1_bit_der;
23     asn1_check_version;
24     asn1_copy_node;
25     asn1_create_element;
26     asn1_delete_element;
27     asn1_delete_structure;
28     asn1_der_coding;
29     asn1_der_decoding;
30     asn1_der_decoding_element;
31     asn1_der_decoding_startEnd;
32     asn1_expand_any_defined_by;
33     asn1_expand_octet_string;
34     asn1_find_node;
35     asn1_find_structure_from_oid;
36     asn1_get_bit_der;
37     asn1_get_length_ber;
38     asn1_get_length_der;
39     asn1_get_octet_der;
40     asn1_get_tag_der;
41     asn1_length_der;
42     asn1_number_of_elements;
43     asn1_octet_der;
44     asn1_parser2array;
45     asn1_parser2tree;
46     asn1_perror;
47     asn1_print_structure;
48     asn1_read_tag;
49     asn1_read_value;
50     asn1_strerror;
51     asn1_write_value;
52     asn1_read_node_value;
53     asn1_encode_simple_der;
54     asn1_decode_simple_der;
55     asn1_read_value_type;
56     asn1_delete_structure2;
57   local:
58     *;
59 };