Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / src / args-std.def
1
2 prog-group      = GnuTLS;
3 config-header   = config.h;
4 gnu-usage;
5 disable-save;
6 long-opts;
7 no-xlate        = opt;
8 version         = "3.3.27";
9 no-misuse-usage;
10 export          = '#include <gettext.h>';
11
12 copyright = {
13     date  = "2000-2017";
14     owner = "Free Software Foundation, and others";
15     author = "Nikos Mavrogiannopoulos, Simon Josefsson and others; "
16              "see /usr/share/doc/gnutls/AUTHORS for a complete list.";
17     eaddr  = "bugs@gnutls.org";
18     type  = gpl;
19 };
20
21 help-value    = h;
22 flag = {
23     name      = debug;
24     value     = d;
25     arg-type  = number;
26     arg-range = "0 -> 9999";
27     descrip   = "Enable debugging";
28     doc       = "Specifies the debug level.";
29 };
30
31 #ifdef VERBOSE_OPT
32 flag = {
33     name      = verbose;
34     value     = V;
35     max       = NOLIMIT;
36     descrip   = "More verbose output";
37     doc      = "";
38 };
39 #endif
40
41 #ifdef INFILE_OPT
42 flag = {
43     name      = infile;
44     arg-type  = file;
45     file-exists = yes;
46     descrip   = "Input file";
47     doc   = "";
48 };
49 #endif
50
51 #ifdef OUTFILE_OPT
52 flag = {
53     name      = outfile;
54     arg-type  = string;
55     descrip   = "Output file";
56     doc   = "";
57 };
58 #endif