summaryrefslogtreecommitdiff
path: root/src/cli-args.c.bak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-args.c.bak')
-rw-r--r--src/cli-args.c.bak869
1 files changed, 451 insertions, 418 deletions
diff --git a/src/cli-args.c.bak b/src/cli-args.c.bak
index 684898cb48..9544d88290 100644
--- a/src/cli-args.c.bak
+++ b/src/cli-args.c.bak
@@ -63,7 +63,7 @@ extern FILE * option_usage_fp;
/**
* static const strings for gnutls-cli options
*/
-static char const gnutls_cli_opt_strs[4829] =
+static char const gnutls_cli_opt_strs[4929] =
/* 0 */ "gnutls-cli @VERSION@\n"
"Copyright (C) 2000-@YEAR@ Free Software Foundation, and others, all rights reserved.\n"
"This is free software. It is licensed for use, modification and\n"
@@ -89,175 +89,179 @@ static char const gnutls_cli_opt_strs[4829] =
/* 1006 */ "TOFU\0"
/* 1011 */ "no-tofu\0"
/* 1019 */ "no\0"
-/* 1022 */ "Fail to connect if a known certificate has changed\0"
-/* 1073 */ "STRICT_TOFU\0"
-/* 1085 */ "no-strict-tofu\0"
-/* 1100 */ "Enable DANE certificate verification (DNSSEC)\0"
-/* 1146 */ "DANE\0"
-/* 1151 */ "no-dane\0"
-/* 1159 */ "Use the local DNS server for DNSSEC resolving\0"
-/* 1205 */ "LOCAL_DNS\0"
-/* 1215 */ "no-local-dns\0"
-/* 1228 */ "Enable CA certificate verification\0"
-/* 1263 */ "CA_VERIFICATION\0"
-/* 1279 */ "no-ca-verification\0"
-/* 1298 */ "Enable OCSP certificate verification\0"
-/* 1335 */ "OCSP\0"
-/* 1340 */ "no-ocsp\0"
-/* 1348 */ "Establish a session and resume\0"
-/* 1379 */ "RESUME\0"
-/* 1386 */ "resume\0"
-/* 1393 */ "Establish a session and rehandshake\0"
-/* 1429 */ "REHANDSHAKE\0"
-/* 1441 */ "rehandshake\0"
-/* 1453 */ "Server's hostname for server name indication extension\0"
-/* 1508 */ "SNI_HOSTNAME\0"
-/* 1521 */ "sni-hostname\0"
-/* 1534 */ "Connect, establish a plain session and start TLS\0"
-/* 1583 */ "STARTTLS\0"
-/* 1592 */ "starttls\0"
-/* 1601 */ "an alias for the 'starttls-proto' option\0"
-/* 1642 */ "app-proto\0"
-/* 1652 */ "The application protocol to be used to obtain the server's certificate\n"
+/* 1022 */ "Fail to connect if a certificate is unknown or a known certificate has\n"
+ "changed\0"
+/* 1101 */ "STRICT_TOFU\0"
+/* 1113 */ "no-strict-tofu\0"
+/* 1128 */ "Enable DANE certificate verification (DNSSEC)\0"
+/* 1174 */ "DANE\0"
+/* 1179 */ "no-dane\0"
+/* 1187 */ "Use the local DNS server for DNSSEC resolving\0"
+/* 1233 */ "LOCAL_DNS\0"
+/* 1243 */ "no-local-dns\0"
+/* 1256 */ "Enable CA certificate verification\0"
+/* 1291 */ "CA_VERIFICATION\0"
+/* 1307 */ "no-ca-verification\0"
+/* 1326 */ "Enable OCSP certificate verification\0"
+/* 1363 */ "OCSP\0"
+/* 1368 */ "no-ocsp\0"
+/* 1376 */ "Establish a session and resume\0"
+/* 1407 */ "RESUME\0"
+/* 1414 */ "resume\0"
+/* 1421 */ "Establish a session and rehandshake\0"
+/* 1457 */ "REHANDSHAKE\0"
+/* 1469 */ "rehandshake\0"
+/* 1481 */ "Server's hostname for server name indication extension\0"
+/* 1536 */ "SNI_HOSTNAME\0"
+/* 1549 */ "sni-hostname\0"
+/* 1562 */ "Server's hostname to use for validation\0"
+/* 1602 */ "VERIFY_HOSTNAME\0"
+/* 1618 */ "verify-hostname\0"
+/* 1634 */ "Connect, establish a plain session and start TLS\0"
+/* 1683 */ "STARTTLS\0"
+/* 1692 */ "starttls\0"
+/* 1701 */ "an alias for the 'starttls-proto' option\0"
+/* 1742 */ "app-proto\0"
+/* 1752 */ "The application protocol to be used to obtain the server's certificate\n"
"(https, ftp, smtp, imap, ldap, xmpp, lmtp, pop3, nntp, sieve, postgres)\0"
-/* 1795 */ "STARTTLS_PROTO\0"
-/* 1810 */ "starttls-proto\0"
-/* 1825 */ "Use DTLS (datagram TLS) over UDP\0"
-/* 1858 */ "UDP\0"
-/* 1862 */ "udp\0"
-/* 1866 */ "Set MTU for datagram TLS\0"
-/* 1891 */ "MTU\0"
-/* 1895 */ "mtu\0"
-/* 1899 */ "Send CR LF instead of LF\0"
-/* 1924 */ "CRLF\0"
-/* 1929 */ "crlf\0"
-/* 1934 */ "Enable TCP Fast Open\0"
-/* 1955 */ "FASTOPEN\0"
-/* 1964 */ "fastopen\0"
-/* 1973 */ "Use DER format for certificates to read from\0"
-/* 2018 */ "X509FMTDER\0"
-/* 2029 */ "x509fmtder\0"
-/* 2040 */ "Print peer's certificate in PEM format\0"
-/* 2079 */ "PRINT_CERT\0"
-/* 2090 */ "print-cert\0"
-/* 2101 */ "Save the peer's certificate chain in the specified file in PEM format\0"
-/* 2171 */ "SAVE_CERT\0"
-/* 2181 */ "save-cert\0"
-/* 2191 */ "Save the peer's OCSP status response in the provided file\0"
-/* 2249 */ "SAVE_OCSP\0"
-/* 2259 */ "save-ocsp\0"
-/* 2269 */ "Save the server-side TLS message trace in the provided file\0"
-/* 2329 */ "SAVE_SERVER_TRACE\0"
-/* 2347 */ "save-server-trace\0"
-/* 2365 */ "Save the client-side TLS message trace in the provided file\0"
-/* 2425 */ "SAVE_CLIENT_TRACE\0"
-/* 2443 */ "save-client-trace\0"
-/* 2461 */ "The minimum number of bits allowed for DH\0"
-/* 2503 */ "DH_BITS\0"
-/* 2511 */ "dh-bits\0"
-/* 2519 */ "Priorities string\0"
-/* 2537 */ "PRIORITY\0"
-/* 2546 */ "priority\0"
-/* 2555 */ "Certificate file or PKCS #11 URL to use\0"
-/* 2595 */ "X509CAFILE\0"
-/* 2606 */ "x509cafile\0"
-/* 2617 */ "CRL file to use\0"
-/* 2633 */ "X509CRLFILE\0"
-/* 2645 */ "x509crlfile\0"
-/* 2657 */ "X.509 key file or PKCS #11 URL to use\0"
-/* 2695 */ "X509KEYFILE\0"
-/* 2707 */ "x509keyfile\0"
-/* 2719 */ "X.509 Certificate file or PKCS #11 URL to use\0"
-/* 2765 */ "X509CERTFILE\0"
-/* 2778 */ "x509certfile\0"
-/* 2791 */ "SRP username to use\0"
-/* 2811 */ "SRPUSERNAME\0"
-/* 2823 */ "srpusername\0"
-/* 2835 */ "SRP password to use\0"
-/* 2855 */ "SRPPASSWD\0"
-/* 2865 */ "srppasswd\0"
-/* 2875 */ "PSK username to use\0"
-/* 2895 */ "PSKUSERNAME\0"
-/* 2907 */ "pskusername\0"
-/* 2919 */ "PSK key (in hex) to use\0"
-/* 2943 */ "PSKKEY\0"
-/* 2950 */ "pskkey\0"
-/* 2957 */ "The port or service to connect to\0"
-/* 2991 */ "PORT\0"
-/* 2996 */ "port\0"
-/* 3001 */ "Don't abort program if server certificate can't be validated\0"
-/* 3062 */ "INSECURE\0"
-/* 3071 */ "insecure\0"
-/* 3080 */ "Allow broken algorithms, such as MD5 for certificate verification\0"
-/* 3146 */ "VERIFY_ALLOW_BROKEN\0"
-/* 3166 */ "verify-allow-broken\0"
-/* 3186 */ "Use length-hiding padding to prevent traffic analysis\0"
-/* 3240 */ "RANGES\0"
-/* 3247 */ "ranges\0"
-/* 3254 */ "Benchmark individual ciphers\0"
-/* 3283 */ "BENCHMARK_CIPHERS\0"
-/* 3301 */ "benchmark-ciphers\0"
-/* 3319 */ "Benchmark TLS key exchange methods\0"
-/* 3354 */ "BENCHMARK_TLS_KX\0"
-/* 3371 */ "benchmark-tls-kx\0"
-/* 3388 */ "Benchmark TLS ciphers\0"
-/* 3410 */ "BENCHMARK_TLS_CIPHERS\0"
-/* 3432 */ "benchmark-tls-ciphers\0"
-/* 3454 */ "Print a list of the supported algorithms and modes\0"
-/* 3505 */ "LIST\0"
-/* 3510 */ "list\0"
-/* 3515 */ "Print a list of the supported priority strings\0"
-/* 3562 */ "PRIORITY_LIST\0"
-/* 3576 */ "priority-list\0"
-/* 3590 */ "Don't allow session tickets\0"
-/* 3618 */ "NOTICKET\0"
-/* 3627 */ "noticket\0"
-/* 3636 */ "Offer SRTP profiles\0"
-/* 3656 */ "SRTP_PROFILES\0"
-/* 3670 */ "srtp-profiles\0"
-/* 3684 */ "Application layer protocol\0"
-/* 3711 */ "ALPN\0"
-/* 3716 */ "alpn\0"
-/* 3721 */ "Activate heartbeat support\0"
-/* 3748 */ "HEARTBEAT\0"
-/* 3758 */ "heartbeat\0"
-/* 3768 */ "The maximum record size to advertize\0"
-/* 3805 */ "RECORDSIZE\0"
-/* 3816 */ "recordsize\0"
-/* 3827 */ "Do not send a Server Name Indication (SNI)\0"
-/* 3870 */ "DISABLE_SNI\0"
-/* 3882 */ "disable-sni\0"
-/* 3894 */ "Disable all the TLS extensions\0"
-/* 3925 */ "DISABLE_EXTENSIONS\0"
-/* 3944 */ "disable-extensions\0"
-/* 3963 */ "Inline commands of the form ^<cmd>^\0"
-/* 3999 */ "INLINE_COMMANDS\0"
-/* 4015 */ "inline-commands\0"
-/* 4031 */ "Change the default delimiter for inline commands.\0"
-/* 4081 */ "INLINE_COMMANDS_PREFIX\0"
-/* 4104 */ "inline-commands-prefix\0"
-/* 4127 */ "Specify the PKCS #11 provider library\0"
-/* 4165 */ "PROVIDER\0"
-/* 4174 */ "provider\0"
-/* 4183 */ "Reports the status of the FIPS140-2 mode in gnutls library\0"
-/* 4242 */ "FIPS140_MODE\0"
-/* 4255 */ "fips140-mode\0"
-/* 4268 */ "display extended usage information and exit\0"
-/* 4312 */ "help\0"
-/* 4317 */ "extended usage information passed thru pager\0"
-/* 4362 */ "more-help\0"
-/* 4372 */ "output version information and exit\0"
-/* 4408 */ "version\0"
-/* 4416 */ "GNUTLS_CLI\0"
-/* 4427 */ "gnutls-cli - GnuTLS client\n"
+/* 1895 */ "STARTTLS_PROTO\0"
+/* 1910 */ "starttls-proto\0"
+/* 1925 */ "Use DTLS (datagram TLS) over UDP\0"
+/* 1958 */ "UDP\0"
+/* 1962 */ "udp\0"
+/* 1966 */ "Set MTU for datagram TLS\0"
+/* 1991 */ "MTU\0"
+/* 1995 */ "mtu\0"
+/* 1999 */ "Send CR LF instead of LF\0"
+/* 2024 */ "CRLF\0"
+/* 2029 */ "crlf\0"
+/* 2034 */ "Enable TCP Fast Open\0"
+/* 2055 */ "FASTOPEN\0"
+/* 2064 */ "fastopen\0"
+/* 2073 */ "Use DER format for certificates to read from\0"
+/* 2118 */ "X509FMTDER\0"
+/* 2129 */ "x509fmtder\0"
+/* 2140 */ "Print peer's certificate in PEM format\0"
+/* 2179 */ "PRINT_CERT\0"
+/* 2190 */ "print-cert\0"
+/* 2201 */ "Save the peer's certificate chain in the specified file in PEM format\0"
+/* 2271 */ "SAVE_CERT\0"
+/* 2281 */ "save-cert\0"
+/* 2291 */ "Save the peer's OCSP status response in the provided file\0"
+/* 2349 */ "SAVE_OCSP\0"
+/* 2359 */ "save-ocsp\0"
+/* 2369 */ "Save the server-side TLS message trace in the provided file\0"
+/* 2429 */ "SAVE_SERVER_TRACE\0"
+/* 2447 */ "save-server-trace\0"
+/* 2465 */ "Save the client-side TLS message trace in the provided file\0"
+/* 2525 */ "SAVE_CLIENT_TRACE\0"
+/* 2543 */ "save-client-trace\0"
+/* 2561 */ "The minimum number of bits allowed for DH\0"
+/* 2603 */ "DH_BITS\0"
+/* 2611 */ "dh-bits\0"
+/* 2619 */ "Priorities string\0"
+/* 2637 */ "PRIORITY\0"
+/* 2646 */ "priority\0"
+/* 2655 */ "Certificate file or PKCS #11 URL to use\0"
+/* 2695 */ "X509CAFILE\0"
+/* 2706 */ "x509cafile\0"
+/* 2717 */ "CRL file to use\0"
+/* 2733 */ "X509CRLFILE\0"
+/* 2745 */ "x509crlfile\0"
+/* 2757 */ "X.509 key file or PKCS #11 URL to use\0"
+/* 2795 */ "X509KEYFILE\0"
+/* 2807 */ "x509keyfile\0"
+/* 2819 */ "X.509 Certificate file or PKCS #11 URL to use\0"
+/* 2865 */ "X509CERTFILE\0"
+/* 2878 */ "x509certfile\0"
+/* 2891 */ "SRP username to use\0"
+/* 2911 */ "SRPUSERNAME\0"
+/* 2923 */ "srpusername\0"
+/* 2935 */ "SRP password to use\0"
+/* 2955 */ "SRPPASSWD\0"
+/* 2965 */ "srppasswd\0"
+/* 2975 */ "PSK username to use\0"
+/* 2995 */ "PSKUSERNAME\0"
+/* 3007 */ "pskusername\0"
+/* 3019 */ "PSK key (in hex) to use\0"
+/* 3043 */ "PSKKEY\0"
+/* 3050 */ "pskkey\0"
+/* 3057 */ "The port or service to connect to\0"
+/* 3091 */ "PORT\0"
+/* 3096 */ "port\0"
+/* 3101 */ "Don't abort program if server certificate can't be validated\0"
+/* 3162 */ "INSECURE\0"
+/* 3171 */ "insecure\0"
+/* 3180 */ "Allow broken algorithms, such as MD5 for certificate verification\0"
+/* 3246 */ "VERIFY_ALLOW_BROKEN\0"
+/* 3266 */ "verify-allow-broken\0"
+/* 3286 */ "Use length-hiding padding to prevent traffic analysis\0"
+/* 3340 */ "RANGES\0"
+/* 3347 */ "ranges\0"
+/* 3354 */ "Benchmark individual ciphers\0"
+/* 3383 */ "BENCHMARK_CIPHERS\0"
+/* 3401 */ "benchmark-ciphers\0"
+/* 3419 */ "Benchmark TLS key exchange methods\0"
+/* 3454 */ "BENCHMARK_TLS_KX\0"
+/* 3471 */ "benchmark-tls-kx\0"
+/* 3488 */ "Benchmark TLS ciphers\0"
+/* 3510 */ "BENCHMARK_TLS_CIPHERS\0"
+/* 3532 */ "benchmark-tls-ciphers\0"
+/* 3554 */ "Print a list of the supported algorithms and modes\0"
+/* 3605 */ "LIST\0"
+/* 3610 */ "list\0"
+/* 3615 */ "Print a list of the supported priority strings\0"
+/* 3662 */ "PRIORITY_LIST\0"
+/* 3676 */ "priority-list\0"
+/* 3690 */ "Don't allow session tickets\0"
+/* 3718 */ "NOTICKET\0"
+/* 3727 */ "noticket\0"
+/* 3736 */ "Offer SRTP profiles\0"
+/* 3756 */ "SRTP_PROFILES\0"
+/* 3770 */ "srtp-profiles\0"
+/* 3784 */ "Application layer protocol\0"
+/* 3811 */ "ALPN\0"
+/* 3816 */ "alpn\0"
+/* 3821 */ "Activate heartbeat support\0"
+/* 3848 */ "HEARTBEAT\0"
+/* 3858 */ "heartbeat\0"
+/* 3868 */ "The maximum record size to advertize\0"
+/* 3905 */ "RECORDSIZE\0"
+/* 3916 */ "recordsize\0"
+/* 3927 */ "Do not send a Server Name Indication (SNI)\0"
+/* 3970 */ "DISABLE_SNI\0"
+/* 3982 */ "disable-sni\0"
+/* 3994 */ "Disable all the TLS extensions\0"
+/* 4025 */ "DISABLE_EXTENSIONS\0"
+/* 4044 */ "disable-extensions\0"
+/* 4063 */ "Inline commands of the form ^<cmd>^\0"
+/* 4099 */ "INLINE_COMMANDS\0"
+/* 4115 */ "inline-commands\0"
+/* 4131 */ "Change the default delimiter for inline commands.\0"
+/* 4181 */ "INLINE_COMMANDS_PREFIX\0"
+/* 4204 */ "inline-commands-prefix\0"
+/* 4227 */ "Specify the PKCS #11 provider library\0"
+/* 4265 */ "PROVIDER\0"
+/* 4274 */ "provider\0"
+/* 4283 */ "Reports the status of the FIPS140-2 mode in gnutls library\0"
+/* 4342 */ "FIPS140_MODE\0"
+/* 4355 */ "fips140-mode\0"
+/* 4368 */ "display extended usage information and exit\0"
+/* 4412 */ "help\0"
+/* 4417 */ "extended usage information passed thru pager\0"
+/* 4462 */ "more-help\0"
+/* 4472 */ "output version information and exit\0"
+/* 4508 */ "version\0"
+/* 4516 */ "GNUTLS_CLI\0"
+/* 4527 */ "gnutls-cli - GnuTLS client\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostname]\n\0"
-/* 4523 */ "@PACKAGE_BUGREPORT@\0"
-/* 4543 */ "\n\0"
-/* 4545 */ "Simple client program to set up a TLS connection to some other computer. It\n"
+/* 4623 */ "@PACKAGE_BUGREPORT@\0"
+/* 4643 */ "\n\0"
+/* 4645 */ "Simple client program to set up a TLS connection to some other computer. It\n"
"sets up a TLS connection and forwards data from the standard input to the\n"
"secured socket and vice versa.\n\0"
-/* 4728 */ "gnutls-cli @VERSION@\0"
-/* 4749 */ "Usage: gnutls-cli [options] hostname\n"
+/* 4828 */ "gnutls-cli @VERSION@\0"
+/* 4849 */ "Usage: gnutls-cli [options] hostname\n"
"gnutls-cli --help for usage instructions.\n";
/**
@@ -307,9 +311,9 @@ static char const gnutls_cli_opt_strs[4829] =
/** Descriptive text for the strict-tofu option */
#define STRICT_TOFU_DESC (gnutls_cli_opt_strs+1022)
/** Upper-cased name for the strict-tofu option */
-#define STRICT_TOFU_NAME (gnutls_cli_opt_strs+1073)
+#define STRICT_TOFU_NAME (gnutls_cli_opt_strs+1101)
/** disablement name for the strict-tofu option */
-#define NOT_STRICT_TOFU_name (gnutls_cli_opt_strs+1085)
+#define NOT_STRICT_TOFU_name (gnutls_cli_opt_strs+1113)
/** disablement prefix for the strict-tofu option */
#define NOT_STRICT_TOFU_PFX (gnutls_cli_opt_strs+1019)
/** Name string for the strict-tofu option */
@@ -321,11 +325,11 @@ static char const gnutls_cli_opt_strs[4829] =
* dane option description:
*/
/** Descriptive text for the dane option */
-#define DANE_DESC (gnutls_cli_opt_strs+1100)
+#define DANE_DESC (gnutls_cli_opt_strs+1128)
/** Upper-cased name for the dane option */
-#define DANE_NAME (gnutls_cli_opt_strs+1146)
+#define DANE_NAME (gnutls_cli_opt_strs+1174)
/** disablement name for the dane option */
-#define NOT_DANE_name (gnutls_cli_opt_strs+1151)
+#define NOT_DANE_name (gnutls_cli_opt_strs+1179)
/** disablement prefix for the dane option */
#define NOT_DANE_PFX (gnutls_cli_opt_strs+1019)
/** Name string for the dane option */
@@ -337,11 +341,11 @@ static char const gnutls_cli_opt_strs[4829] =
* local-dns option description:
*/
/** Descriptive text for the local-dns option */
-#define LOCAL_DNS_DESC (gnutls_cli_opt_strs+1159)
+#define LOCAL_DNS_DESC (gnutls_cli_opt_strs+1187)
/** Upper-cased name for the local-dns option */
-#define LOCAL_DNS_NAME (gnutls_cli_opt_strs+1205)
+#define LOCAL_DNS_NAME (gnutls_cli_opt_strs+1233)
/** disablement name for the local-dns option */
-#define NOT_LOCAL_DNS_name (gnutls_cli_opt_strs+1215)
+#define NOT_LOCAL_DNS_name (gnutls_cli_opt_strs+1243)
/** disablement prefix for the local-dns option */
#define NOT_LOCAL_DNS_PFX (gnutls_cli_opt_strs+1019)
/** Name string for the local-dns option */
@@ -353,11 +357,11 @@ static char const gnutls_cli_opt_strs[4829] =
* ca-verification option description:
*/
/** Descriptive text for the ca-verification option */
-#define CA_VERIFICATION_DESC (gnutls_cli_opt_strs+1228)
+#define CA_VERIFICATION_DESC (gnutls_cli_opt_strs+1256)
/** Upper-cased name for the ca-verification option */
-#define CA_VERIFICATION_NAME (gnutls_cli_opt_strs+1263)
+#define CA_VERIFICATION_NAME (gnutls_cli_opt_strs+1291)
/** disablement name for the ca-verification option */
-#define NOT_CA_VERIFICATION_name (gnutls_cli_opt_strs+1279)
+#define NOT_CA_VERIFICATION_name (gnutls_cli_opt_strs+1307)
/** disablement prefix for the ca-verification option */
#define NOT_CA_VERIFICATION_PFX (gnutls_cli_opt_strs+1019)
/** Name string for the ca-verification option */
@@ -369,11 +373,11 @@ static char const gnutls_cli_opt_strs[4829] =
* ocsp option description:
*/
/** Descriptive text for the ocsp option */
-#define OCSP_DESC (gnutls_cli_opt_strs+1298)
+#define OCSP_DESC (gnutls_cli_opt_strs+1326)
/** Upper-cased name for the ocsp option */
-#define OCSP_NAME (gnutls_cli_opt_strs+1335)
+#define OCSP_NAME (gnutls_cli_opt_strs+1363)
/** disablement name for the ocsp option */
-#define NOT_OCSP_name (gnutls_cli_opt_strs+1340)
+#define NOT_OCSP_name (gnutls_cli_opt_strs+1368)
/** disablement prefix for the ocsp option */
#define NOT_OCSP_PFX (gnutls_cli_opt_strs+1019)
/** Name string for the ocsp option */
@@ -385,11 +389,11 @@ static char const gnutls_cli_opt_strs[4829] =
* resume option description:
*/
/** Descriptive text for the resume option */
-#define RESUME_DESC (gnutls_cli_opt_strs+1348)
+#define RESUME_DESC (gnutls_cli_opt_strs+1376)
/** Upper-cased name for the resume option */
-#define RESUME_NAME (gnutls_cli_opt_strs+1379)
+#define RESUME_NAME (gnutls_cli_opt_strs+1407)
/** Name string for the resume option */
-#define RESUME_name (gnutls_cli_opt_strs+1386)
+#define RESUME_name (gnutls_cli_opt_strs+1414)
/** Compiled in flag settings for the resume option */
#define RESUME_FLAGS (OPTST_DISABLED)
@@ -397,11 +401,11 @@ static char const gnutls_cli_opt_strs[4829] =
* rehandshake option description:
*/
/** Descriptive text for the rehandshake option */
-#define REHANDSHAKE_DESC (gnutls_cli_opt_strs+1393)
+#define REHANDSHAKE_DESC (gnutls_cli_opt_strs+1421)
/** Upper-cased name for the rehandshake option */
-#define REHANDSHAKE_NAME (gnutls_cli_opt_strs+1429)
+#define REHANDSHAKE_NAME (gnutls_cli_opt_strs+1457)
/** Name string for the rehandshake option */
-#define REHANDSHAKE_name (gnutls_cli_opt_strs+1441)
+#define REHANDSHAKE_name (gnutls_cli_opt_strs+1469)
/** Compiled in flag settings for the rehandshake option */
#define REHANDSHAKE_FLAGS (OPTST_DISABLED)
@@ -409,24 +413,37 @@ static char const gnutls_cli_opt_strs[4829] =
* sni-hostname option description:
*/
/** Descriptive text for the sni-hostname option */
-#define SNI_HOSTNAME_DESC (gnutls_cli_opt_strs+1453)
+#define SNI_HOSTNAME_DESC (gnutls_cli_opt_strs+1481)
/** Upper-cased name for the sni-hostname option */
-#define SNI_HOSTNAME_NAME (gnutls_cli_opt_strs+1508)
+#define SNI_HOSTNAME_NAME (gnutls_cli_opt_strs+1536)
/** Name string for the sni-hostname option */
-#define SNI_HOSTNAME_name (gnutls_cli_opt_strs+1521)
+#define SNI_HOSTNAME_name (gnutls_cli_opt_strs+1549)
/** Compiled in flag settings for the sni-hostname option */
#define SNI_HOSTNAME_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
/**
+ * verify-hostname option description:
+ */
+/** Descriptive text for the verify-hostname option */
+#define VERIFY_HOSTNAME_DESC (gnutls_cli_opt_strs+1562)
+/** Upper-cased name for the verify-hostname option */
+#define VERIFY_HOSTNAME_NAME (gnutls_cli_opt_strs+1602)
+/** Name string for the verify-hostname option */
+#define VERIFY_HOSTNAME_name (gnutls_cli_opt_strs+1618)
+/** Compiled in flag settings for the verify-hostname option */
+#define VERIFY_HOSTNAME_FLAGS (OPTST_DISABLED \
+ | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
+
+/**
* starttls option description:
*/
/** Descriptive text for the starttls option */
-#define STARTTLS_DESC (gnutls_cli_opt_strs+1534)
+#define STARTTLS_DESC (gnutls_cli_opt_strs+1634)
/** Upper-cased name for the starttls option */
-#define STARTTLS_NAME (gnutls_cli_opt_strs+1583)
+#define STARTTLS_NAME (gnutls_cli_opt_strs+1683)
/** Name string for the starttls option */
-#define STARTTLS_name (gnutls_cli_opt_strs+1592)
+#define STARTTLS_name (gnutls_cli_opt_strs+1692)
/** Compiled in flag settings for the starttls option */
#define STARTTLS_FLAGS (OPTST_DISABLED)
@@ -434,10 +451,10 @@ static char const gnutls_cli_opt_strs[4829] =
* app-proto option description:
*/
/** Descriptive text for the app-proto option */
-#define APP_PROTO_DESC (gnutls_cli_opt_strs+1601)
+#define APP_PROTO_DESC (gnutls_cli_opt_strs+1701)
#define APP_PROTO_NAME NULL
/** Unmodified name string for the app-proto option */
-#define APP_PROTO_name (gnutls_cli_opt_strs+1642)
+#define APP_PROTO_name (gnutls_cli_opt_strs+1742)
/** Compiled in flag settings for the app-proto option */
#define APP_PROTO_FLAGS (STARTTLS_PROTO_FLAGS | OPTST_ALIAS)
@@ -446,11 +463,11 @@ static char const gnutls_cli_opt_strs[4829] =
* "Must also have options" and "Incompatible options":
*/
/** Descriptive text for the starttls-proto option */
-#define STARTTLS_PROTO_DESC (gnutls_cli_opt_strs+1652)
+#define STARTTLS_PROTO_DESC (gnutls_cli_opt_strs+1752)
/** Upper-cased name for the starttls-proto option */
-#define STARTTLS_PROTO_NAME (gnutls_cli_opt_strs+1795)
+#define STARTTLS_PROTO_NAME (gnutls_cli_opt_strs+1895)
/** Name string for the starttls-proto option */
-#define STARTTLS_PROTO_name (gnutls_cli_opt_strs+1810)
+#define STARTTLS_PROTO_name (gnutls_cli_opt_strs+1910)
/** Other options that appear in conjunction with the starttls-proto option */
static int const aStarttls_ProtoCantList[] = {
INDEX_OPT_STARTTLS, NO_EQUIVALENT };
@@ -462,11 +479,11 @@ static int const aStarttls_ProtoCantList[] = {
* udp option description:
*/
/** Descriptive text for the udp option */
-#define UDP_DESC (gnutls_cli_opt_strs+1825)
+#define UDP_DESC (gnutls_cli_opt_strs+1925)
/** Upper-cased name for the udp option */
-#define UDP_NAME (gnutls_cli_opt_strs+1858)
+#define UDP_NAME (gnutls_cli_opt_strs+1958)
/** Name string for the udp option */
-#define UDP_name (gnutls_cli_opt_strs+1862)
+#define UDP_name (gnutls_cli_opt_strs+1962)
/** Compiled in flag settings for the udp option */
#define UDP_FLAGS (OPTST_DISABLED)
@@ -474,11 +491,11 @@ static int const aStarttls_ProtoCantList[] = {
* mtu option description:
*/
/** Descriptive text for the mtu option */
-#define MTU_DESC (gnutls_cli_opt_strs+1866)
+#define MTU_DESC (gnutls_cli_opt_strs+1966)
/** Upper-cased name for the mtu option */
-#define MTU_NAME (gnutls_cli_opt_strs+1891)
+#define MTU_NAME (gnutls_cli_opt_strs+1991)
/** Name string for the mtu option */
-#define MTU_name (gnutls_cli_opt_strs+1895)
+#define MTU_name (gnutls_cli_opt_strs+1995)
/** Compiled in flag settings for the mtu option */
#define MTU_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_NUMERIC))
@@ -487,11 +504,11 @@ static int const aStarttls_ProtoCantList[] = {
* crlf option description:
*/
/** Descriptive text for the crlf option */
-#define CRLF_DESC (gnutls_cli_opt_strs+1899)
+#define CRLF_DESC (gnutls_cli_opt_strs+1999)
/** Upper-cased name for the crlf option */
-#define CRLF_NAME (gnutls_cli_opt_strs+1924)
+#define CRLF_NAME (gnutls_cli_opt_strs+2024)
/** Name string for the crlf option */
-#define CRLF_name (gnutls_cli_opt_strs+1929)
+#define CRLF_name (gnutls_cli_opt_strs+2029)
/** Compiled in flag settings for the crlf option */
#define CRLF_FLAGS (OPTST_DISABLED)
@@ -499,11 +516,11 @@ static int const aStarttls_ProtoCantList[] = {
* fastopen option description:
*/
/** Descriptive text for the fastopen option */
-#define FASTOPEN_DESC (gnutls_cli_opt_strs+1934)
+#define FASTOPEN_DESC (gnutls_cli_opt_strs+2034)
/** Upper-cased name for the fastopen option */
-#define FASTOPEN_NAME (gnutls_cli_opt_strs+1955)
+#define FASTOPEN_NAME (gnutls_cli_opt_strs+2055)
/** Name string for the fastopen option */
-#define FASTOPEN_name (gnutls_cli_opt_strs+1964)
+#define FASTOPEN_name (gnutls_cli_opt_strs+2064)
/** Compiled in flag settings for the fastopen option */
#define FASTOPEN_FLAGS (OPTST_DISABLED)
@@ -511,11 +528,11 @@ static int const aStarttls_ProtoCantList[] = {
* x509fmtder option description:
*/
/** Descriptive text for the x509fmtder option */
-#define X509FMTDER_DESC (gnutls_cli_opt_strs+1973)
+#define X509FMTDER_DESC (gnutls_cli_opt_strs+2073)
/** Upper-cased name for the x509fmtder option */
-#define X509FMTDER_NAME (gnutls_cli_opt_strs+2018)
+#define X509FMTDER_NAME (gnutls_cli_opt_strs+2118)
/** Name string for the x509fmtder option */
-#define X509FMTDER_name (gnutls_cli_opt_strs+2029)
+#define X509FMTDER_name (gnutls_cli_opt_strs+2129)
/** Compiled in flag settings for the x509fmtder option */
#define X509FMTDER_FLAGS (OPTST_DISABLED)
@@ -523,11 +540,11 @@ static int const aStarttls_ProtoCantList[] = {
* print-cert option description:
*/
/** Descriptive text for the print-cert option */
-#define PRINT_CERT_DESC (gnutls_cli_opt_strs+2040)
+#define PRINT_CERT_DESC (gnutls_cli_opt_strs+2140)
/** Upper-cased name for the print-cert option */
-#define PRINT_CERT_NAME (gnutls_cli_opt_strs+2079)
+#define PRINT_CERT_NAME (gnutls_cli_opt_strs+2179)
/** Name string for the print-cert option */
-#define PRINT_CERT_name (gnutls_cli_opt_strs+2090)
+#define PRINT_CERT_name (gnutls_cli_opt_strs+2190)
/** Compiled in flag settings for the print-cert option */
#define PRINT_CERT_FLAGS (OPTST_DISABLED)
@@ -535,11 +552,11 @@ static int const aStarttls_ProtoCantList[] = {
* save-cert option description:
*/
/** Descriptive text for the save-cert option */
-#define SAVE_CERT_DESC (gnutls_cli_opt_strs+2101)
+#define SAVE_CERT_DESC (gnutls_cli_opt_strs+2201)
/** Upper-cased name for the save-cert option */
-#define SAVE_CERT_NAME (gnutls_cli_opt_strs+2171)
+#define SAVE_CERT_NAME (gnutls_cli_opt_strs+2271)
/** Name string for the save-cert option */
-#define SAVE_CERT_name (gnutls_cli_opt_strs+2181)
+#define SAVE_CERT_name (gnutls_cli_opt_strs+2281)
/** Compiled in flag settings for the save-cert option */
#define SAVE_CERT_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -548,11 +565,11 @@ static int const aStarttls_ProtoCantList[] = {
* save-ocsp option description:
*/
/** Descriptive text for the save-ocsp option */
-#define SAVE_OCSP_DESC (gnutls_cli_opt_strs+2191)
+#define SAVE_OCSP_DESC (gnutls_cli_opt_strs+2291)
/** Upper-cased name for the save-ocsp option */
-#define SAVE_OCSP_NAME (gnutls_cli_opt_strs+2249)
+#define SAVE_OCSP_NAME (gnutls_cli_opt_strs+2349)
/** Name string for the save-ocsp option */
-#define SAVE_OCSP_name (gnutls_cli_opt_strs+2259)
+#define SAVE_OCSP_name (gnutls_cli_opt_strs+2359)
/** Compiled in flag settings for the save-ocsp option */
#define SAVE_OCSP_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -561,11 +578,11 @@ static int const aStarttls_ProtoCantList[] = {
* save-server-trace option description:
*/
/** Descriptive text for the save-server-trace option */
-#define SAVE_SERVER_TRACE_DESC (gnutls_cli_opt_strs+2269)
+#define SAVE_SERVER_TRACE_DESC (gnutls_cli_opt_strs+2369)
/** Upper-cased name for the save-server-trace option */
-#define SAVE_SERVER_TRACE_NAME (gnutls_cli_opt_strs+2329)
+#define SAVE_SERVER_TRACE_NAME (gnutls_cli_opt_strs+2429)
/** Name string for the save-server-trace option */
-#define SAVE_SERVER_TRACE_name (gnutls_cli_opt_strs+2347)
+#define SAVE_SERVER_TRACE_name (gnutls_cli_opt_strs+2447)
/** Compiled in flag settings for the save-server-trace option */
#define SAVE_SERVER_TRACE_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -574,11 +591,11 @@ static int const aStarttls_ProtoCantList[] = {
* save-client-trace option description:
*/
/** Descriptive text for the save-client-trace option */
-#define SAVE_CLIENT_TRACE_DESC (gnutls_cli_opt_strs+2365)
+#define SAVE_CLIENT_TRACE_DESC (gnutls_cli_opt_strs+2465)
/** Upper-cased name for the save-client-trace option */
-#define SAVE_CLIENT_TRACE_NAME (gnutls_cli_opt_strs+2425)
+#define SAVE_CLIENT_TRACE_NAME (gnutls_cli_opt_strs+2525)
/** Name string for the save-client-trace option */
-#define SAVE_CLIENT_TRACE_name (gnutls_cli_opt_strs+2443)
+#define SAVE_CLIENT_TRACE_name (gnutls_cli_opt_strs+2543)
/** Compiled in flag settings for the save-client-trace option */
#define SAVE_CLIENT_TRACE_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -587,11 +604,11 @@ static int const aStarttls_ProtoCantList[] = {
* dh-bits option description:
*/
/** Descriptive text for the dh-bits option */
-#define DH_BITS_DESC (gnutls_cli_opt_strs+2461)
+#define DH_BITS_DESC (gnutls_cli_opt_strs+2561)
/** Upper-cased name for the dh-bits option */
-#define DH_BITS_NAME (gnutls_cli_opt_strs+2503)
+#define DH_BITS_NAME (gnutls_cli_opt_strs+2603)
/** Name string for the dh-bits option */
-#define DH_BITS_name (gnutls_cli_opt_strs+2511)
+#define DH_BITS_name (gnutls_cli_opt_strs+2611)
/** Compiled in flag settings for the dh-bits option */
#define DH_BITS_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_NUMERIC))
@@ -600,11 +617,11 @@ static int const aStarttls_ProtoCantList[] = {
* priority option description:
*/
/** Descriptive text for the priority option */
-#define PRIORITY_DESC (gnutls_cli_opt_strs+2519)
+#define PRIORITY_DESC (gnutls_cli_opt_strs+2619)
/** Upper-cased name for the priority option */
-#define PRIORITY_NAME (gnutls_cli_opt_strs+2537)
+#define PRIORITY_NAME (gnutls_cli_opt_strs+2637)
/** Name string for the priority option */
-#define PRIORITY_name (gnutls_cli_opt_strs+2546)
+#define PRIORITY_name (gnutls_cli_opt_strs+2646)
/** Compiled in flag settings for the priority option */
#define PRIORITY_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -613,11 +630,11 @@ static int const aStarttls_ProtoCantList[] = {
* x509cafile option description:
*/
/** Descriptive text for the x509cafile option */
-#define X509CAFILE_DESC (gnutls_cli_opt_strs+2555)
+#define X509CAFILE_DESC (gnutls_cli_opt_strs+2655)
/** Upper-cased name for the x509cafile option */
-#define X509CAFILE_NAME (gnutls_cli_opt_strs+2595)
+#define X509CAFILE_NAME (gnutls_cli_opt_strs+2695)
/** Name string for the x509cafile option */
-#define X509CAFILE_name (gnutls_cli_opt_strs+2606)
+#define X509CAFILE_name (gnutls_cli_opt_strs+2706)
/** Compiled in flag settings for the x509cafile option */
#define X509CAFILE_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -626,11 +643,11 @@ static int const aStarttls_ProtoCantList[] = {
* x509crlfile option description:
*/
/** Descriptive text for the x509crlfile option */
-#define X509CRLFILE_DESC (gnutls_cli_opt_strs+2617)
+#define X509CRLFILE_DESC (gnutls_cli_opt_strs+2717)
/** Upper-cased name for the x509crlfile option */
-#define X509CRLFILE_NAME (gnutls_cli_opt_strs+2633)
+#define X509CRLFILE_NAME (gnutls_cli_opt_strs+2733)
/** Name string for the x509crlfile option */
-#define X509CRLFILE_name (gnutls_cli_opt_strs+2645)
+#define X509CRLFILE_name (gnutls_cli_opt_strs+2745)
/** Compiled in flag settings for the x509crlfile option */
#define X509CRLFILE_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_FILE))
@@ -639,11 +656,11 @@ static int const aStarttls_ProtoCantList[] = {
* x509keyfile option description:
*/
/** Descriptive text for the x509keyfile option */
-#define X509KEYFILE_DESC (gnutls_cli_opt_strs+2657)
+#define X509KEYFILE_DESC (gnutls_cli_opt_strs+2757)
/** Upper-cased name for the x509keyfile option */
-#define X509KEYFILE_NAME (gnutls_cli_opt_strs+2695)
+#define X509KEYFILE_NAME (gnutls_cli_opt_strs+2795)
/** Name string for the x509keyfile option */
-#define X509KEYFILE_name (gnutls_cli_opt_strs+2707)
+#define X509KEYFILE_name (gnutls_cli_opt_strs+2807)
/** Compiled in flag settings for the x509keyfile option */
#define X509KEYFILE_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -653,11 +670,11 @@ static int const aStarttls_ProtoCantList[] = {
* "Must also have options" and "Incompatible options":
*/
/** Descriptive text for the x509certfile option */
-#define X509CERTFILE_DESC (gnutls_cli_opt_strs+2719)
+#define X509CERTFILE_DESC (gnutls_cli_opt_strs+2819)
/** Upper-cased name for the x509certfile option */
-#define X509CERTFILE_NAME (gnutls_cli_opt_strs+2765)
+#define X509CERTFILE_NAME (gnutls_cli_opt_strs+2865)
/** Name string for the x509certfile option */
-#define X509CERTFILE_name (gnutls_cli_opt_strs+2778)
+#define X509CERTFILE_name (gnutls_cli_opt_strs+2878)
/** Other options that are required by the x509certfile option */
static int const aX509certfileMustList[] = {
INDEX_OPT_X509KEYFILE, NO_EQUIVALENT };
@@ -669,11 +686,11 @@ static int const aX509certfileMustList[] = {
* srpusername option description:
*/
/** Descriptive text for the srpusername option */
-#define SRPUSERNAME_DESC (gnutls_cli_opt_strs+2791)
+#define SRPUSERNAME_DESC (gnutls_cli_opt_strs+2891)
/** Upper-cased name for the srpusername option */
-#define SRPUSERNAME_NAME (gnutls_cli_opt_strs+2811)
+#define SRPUSERNAME_NAME (gnutls_cli_opt_strs+2911)
/** Name string for the srpusername option */
-#define SRPUSERNAME_name (gnutls_cli_opt_strs+2823)
+#define SRPUSERNAME_name (gnutls_cli_opt_strs+2923)
/** Compiled in flag settings for the srpusername option */
#define SRPUSERNAME_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -682,11 +699,11 @@ static int const aX509certfileMustList[] = {
* srppasswd option description:
*/
/** Descriptive text for the srppasswd option */
-#define SRPPASSWD_DESC (gnutls_cli_opt_strs+2835)
+#define SRPPASSWD_DESC (gnutls_cli_opt_strs+2935)
/** Upper-cased name for the srppasswd option */
-#define SRPPASSWD_NAME (gnutls_cli_opt_strs+2855)
+#define SRPPASSWD_NAME (gnutls_cli_opt_strs+2955)
/** Name string for the srppasswd option */
-#define SRPPASSWD_name (gnutls_cli_opt_strs+2865)
+#define SRPPASSWD_name (gnutls_cli_opt_strs+2965)
/** Compiled in flag settings for the srppasswd option */
#define SRPPASSWD_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -695,11 +712,11 @@ static int const aX509certfileMustList[] = {
* pskusername option description:
*/
/** Descriptive text for the pskusername option */
-#define PSKUSERNAME_DESC (gnutls_cli_opt_strs+2875)
+#define PSKUSERNAME_DESC (gnutls_cli_opt_strs+2975)
/** Upper-cased name for the pskusername option */
-#define PSKUSERNAME_NAME (gnutls_cli_opt_strs+2895)
+#define PSKUSERNAME_NAME (gnutls_cli_opt_strs+2995)
/** Name string for the pskusername option */
-#define PSKUSERNAME_name (gnutls_cli_opt_strs+2907)
+#define PSKUSERNAME_name (gnutls_cli_opt_strs+3007)
/** Compiled in flag settings for the pskusername option */
#define PSKUSERNAME_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -708,11 +725,11 @@ static int const aX509certfileMustList[] = {
* pskkey option description:
*/
/** Descriptive text for the pskkey option */
-#define PSKKEY_DESC (gnutls_cli_opt_strs+2919)
+#define PSKKEY_DESC (gnutls_cli_opt_strs+3019)
/** Upper-cased name for the pskkey option */
-#define PSKKEY_NAME (gnutls_cli_opt_strs+2943)
+#define PSKKEY_NAME (gnutls_cli_opt_strs+3043)
/** Name string for the pskkey option */
-#define PSKKEY_name (gnutls_cli_opt_strs+2950)
+#define PSKKEY_name (gnutls_cli_opt_strs+3050)
/** Compiled in flag settings for the pskkey option */
#define PSKKEY_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -721,11 +738,11 @@ static int const aX509certfileMustList[] = {
* port option description:
*/
/** Descriptive text for the port option */
-#define PORT_DESC (gnutls_cli_opt_strs+2957)
+#define PORT_DESC (gnutls_cli_opt_strs+3057)
/** Upper-cased name for the port option */
-#define PORT_NAME (gnutls_cli_opt_strs+2991)
+#define PORT_NAME (gnutls_cli_opt_strs+3091)
/** Name string for the port option */
-#define PORT_name (gnutls_cli_opt_strs+2996)
+#define PORT_name (gnutls_cli_opt_strs+3096)
/** Compiled in flag settings for the port option */
#define PORT_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -734,11 +751,11 @@ static int const aX509certfileMustList[] = {
* insecure option description:
*/
/** Descriptive text for the insecure option */
-#define INSECURE_DESC (gnutls_cli_opt_strs+3001)
+#define INSECURE_DESC (gnutls_cli_opt_strs+3101)
/** Upper-cased name for the insecure option */
-#define INSECURE_NAME (gnutls_cli_opt_strs+3062)
+#define INSECURE_NAME (gnutls_cli_opt_strs+3162)
/** Name string for the insecure option */
-#define INSECURE_name (gnutls_cli_opt_strs+3071)
+#define INSECURE_name (gnutls_cli_opt_strs+3171)
/** Compiled in flag settings for the insecure option */
#define INSECURE_FLAGS (OPTST_DISABLED)
@@ -746,11 +763,11 @@ static int const aX509certfileMustList[] = {
* verify-allow-broken option description:
*/
/** Descriptive text for the verify-allow-broken option */
-#define VERIFY_ALLOW_BROKEN_DESC (gnutls_cli_opt_strs+3080)
+#define VERIFY_ALLOW_BROKEN_DESC (gnutls_cli_opt_strs+3180)
/** Upper-cased name for the verify-allow-broken option */
-#define VERIFY_ALLOW_BROKEN_NAME (gnutls_cli_opt_strs+3146)
+#define VERIFY_ALLOW_BROKEN_NAME (gnutls_cli_opt_strs+3246)
/** Name string for the verify-allow-broken option */
-#define VERIFY_ALLOW_BROKEN_name (gnutls_cli_opt_strs+3166)
+#define VERIFY_ALLOW_BROKEN_name (gnutls_cli_opt_strs+3266)
/** Compiled in flag settings for the verify-allow-broken option */
#define VERIFY_ALLOW_BROKEN_FLAGS (OPTST_DISABLED)
@@ -758,11 +775,11 @@ static int const aX509certfileMustList[] = {
* ranges option description:
*/
/** Descriptive text for the ranges option */
-#define RANGES_DESC (gnutls_cli_opt_strs+3186)
+#define RANGES_DESC (gnutls_cli_opt_strs+3286)
/** Upper-cased name for the ranges option */
-#define RANGES_NAME (gnutls_cli_opt_strs+3240)
+#define RANGES_NAME (gnutls_cli_opt_strs+3340)
/** Name string for the ranges option */
-#define RANGES_name (gnutls_cli_opt_strs+3247)
+#define RANGES_name (gnutls_cli_opt_strs+3347)
/** Compiled in flag settings for the ranges option */
#define RANGES_FLAGS (OPTST_DISABLED)
@@ -770,11 +787,11 @@ static int const aX509certfileMustList[] = {
* benchmark-ciphers option description:
*/
/** Descriptive text for the benchmark-ciphers option */
-#define BENCHMARK_CIPHERS_DESC (gnutls_cli_opt_strs+3254)
+#define BENCHMARK_CIPHERS_DESC (gnutls_cli_opt_strs+3354)
/** Upper-cased name for the benchmark-ciphers option */
-#define BENCHMARK_CIPHERS_NAME (gnutls_cli_opt_strs+3283)
+#define BENCHMARK_CIPHERS_NAME (gnutls_cli_opt_strs+3383)
/** Name string for the benchmark-ciphers option */
-#define BENCHMARK_CIPHERS_name (gnutls_cli_opt_strs+3301)
+#define BENCHMARK_CIPHERS_name (gnutls_cli_opt_strs+3401)
/** Compiled in flag settings for the benchmark-ciphers option */
#define BENCHMARK_CIPHERS_FLAGS (OPTST_DISABLED)
@@ -782,11 +799,11 @@ static int const aX509certfileMustList[] = {
* benchmark-tls-kx option description:
*/
/** Descriptive text for the benchmark-tls-kx option */
-#define BENCHMARK_TLS_KX_DESC (gnutls_cli_opt_strs+3319)
+#define BENCHMARK_TLS_KX_DESC (gnutls_cli_opt_strs+3419)
/** Upper-cased name for the benchmark-tls-kx option */
-#define BENCHMARK_TLS_KX_NAME (gnutls_cli_opt_strs+3354)
+#define BENCHMARK_TLS_KX_NAME (gnutls_cli_opt_strs+3454)
/** Name string for the benchmark-tls-kx option */
-#define BENCHMARK_TLS_KX_name (gnutls_cli_opt_strs+3371)
+#define BENCHMARK_TLS_KX_name (gnutls_cli_opt_strs+3471)
/** Compiled in flag settings for the benchmark-tls-kx option */
#define BENCHMARK_TLS_KX_FLAGS (OPTST_DISABLED)
@@ -794,11 +811,11 @@ static int const aX509certfileMustList[] = {
* benchmark-tls-ciphers option description:
*/
/** Descriptive text for the benchmark-tls-ciphers option */
-#define BENCHMARK_TLS_CIPHERS_DESC (gnutls_cli_opt_strs+3388)
+#define BENCHMARK_TLS_CIPHERS_DESC (gnutls_cli_opt_strs+3488)
/** Upper-cased name for the benchmark-tls-ciphers option */
-#define BENCHMARK_TLS_CIPHERS_NAME (gnutls_cli_opt_strs+3410)
+#define BENCHMARK_TLS_CIPHERS_NAME (gnutls_cli_opt_strs+3510)
/** Name string for the benchmark-tls-ciphers option */
-#define BENCHMARK_TLS_CIPHERS_name (gnutls_cli_opt_strs+3432)
+#define BENCHMARK_TLS_CIPHERS_name (gnutls_cli_opt_strs+3532)
/** Compiled in flag settings for the benchmark-tls-ciphers option */
#define BENCHMARK_TLS_CIPHERS_FLAGS (OPTST_DISABLED)
@@ -807,11 +824,11 @@ static int const aX509certfileMustList[] = {
* "Must also have options" and "Incompatible options":
*/
/** Descriptive text for the list option */
-#define LIST_DESC (gnutls_cli_opt_strs+3454)
+#define LIST_DESC (gnutls_cli_opt_strs+3554)
/** Upper-cased name for the list option */
-#define LIST_NAME (gnutls_cli_opt_strs+3505)
+#define LIST_NAME (gnutls_cli_opt_strs+3605)
/** Name string for the list option */
-#define LIST_name (gnutls_cli_opt_strs+3510)
+#define LIST_name (gnutls_cli_opt_strs+3610)
/** Other options that appear in conjunction with the list option */
static int const aListCantList[] = {
INDEX_OPT_PORT, NO_EQUIVALENT };
@@ -822,11 +839,11 @@ static int const aListCantList[] = {
* priority-list option description:
*/
/** Descriptive text for the priority-list option */
-#define PRIORITY_LIST_DESC (gnutls_cli_opt_strs+3515)
+#define PRIORITY_LIST_DESC (gnutls_cli_opt_strs+3615)
/** Upper-cased name for the priority-list option */
-#define PRIORITY_LIST_NAME (gnutls_cli_opt_strs+3562)
+#define PRIORITY_LIST_NAME (gnutls_cli_opt_strs+3662)
/** Name string for the priority-list option */
-#define PRIORITY_LIST_name (gnutls_cli_opt_strs+3576)
+#define PRIORITY_LIST_name (gnutls_cli_opt_strs+3676)
/** Compiled in flag settings for the priority-list option */
#define PRIORITY_LIST_FLAGS (OPTST_DISABLED)
@@ -834,11 +851,11 @@ static int const aListCantList[] = {
* noticket option description:
*/
/** Descriptive text for the noticket option */
-#define NOTICKET_DESC (gnutls_cli_opt_strs+3590)
+#define NOTICKET_DESC (gnutls_cli_opt_strs+3690)
/** Upper-cased name for the noticket option */
-#define NOTICKET_NAME (gnutls_cli_opt_strs+3618)
+#define NOTICKET_NAME (gnutls_cli_opt_strs+3718)
/** Name string for the noticket option */
-#define NOTICKET_name (gnutls_cli_opt_strs+3627)
+#define NOTICKET_name (gnutls_cli_opt_strs+3727)
/** Compiled in flag settings for the noticket option */
#define NOTICKET_FLAGS (OPTST_DISABLED)
@@ -846,11 +863,11 @@ static int const aListCantList[] = {
* srtp_profiles option description:
*/
/** Descriptive text for the srtp_profiles option */
-#define SRTP_PROFILES_DESC (gnutls_cli_opt_strs+3636)
+#define SRTP_PROFILES_DESC (gnutls_cli_opt_strs+3736)
/** Upper-cased name for the srtp_profiles option */
-#define SRTP_PROFILES_NAME (gnutls_cli_opt_strs+3656)
+#define SRTP_PROFILES_NAME (gnutls_cli_opt_strs+3756)
/** Name string for the srtp_profiles option */
-#define SRTP_PROFILES_name (gnutls_cli_opt_strs+3670)
+#define SRTP_PROFILES_name (gnutls_cli_opt_strs+3770)
/** Compiled in flag settings for the srtp_profiles option */
#define SRTP_PROFILES_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -859,11 +876,11 @@ static int const aListCantList[] = {
* alpn option description:
*/
/** Descriptive text for the alpn option */
-#define ALPN_DESC (gnutls_cli_opt_strs+3684)
+#define ALPN_DESC (gnutls_cli_opt_strs+3784)
/** Upper-cased name for the alpn option */
-#define ALPN_NAME (gnutls_cli_opt_strs+3711)
+#define ALPN_NAME (gnutls_cli_opt_strs+3811)
/** Name string for the alpn option */
-#define ALPN_name (gnutls_cli_opt_strs+3716)
+#define ALPN_name (gnutls_cli_opt_strs+3816)
/** Compiled in flag settings for the alpn option */
#define ALPN_FLAGS (OPTST_DISABLED | OPTST_STACKED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -872,11 +889,11 @@ static int const aListCantList[] = {
* heartbeat option description:
*/
/** Descriptive text for the heartbeat option */
-#define HEARTBEAT_DESC (gnutls_cli_opt_strs+3721)
+#define HEARTBEAT_DESC (gnutls_cli_opt_strs+3821)
/** Upper-cased name for the heartbeat option */
-#define HEARTBEAT_NAME (gnutls_cli_opt_strs+3748)
+#define HEARTBEAT_NAME (gnutls_cli_opt_strs+3848)
/** Name string for the heartbeat option */
-#define HEARTBEAT_name (gnutls_cli_opt_strs+3758)
+#define HEARTBEAT_name (gnutls_cli_opt_strs+3858)
/** Compiled in flag settings for the heartbeat option */
#define HEARTBEAT_FLAGS (OPTST_DISABLED)
@@ -884,11 +901,11 @@ static int const aListCantList[] = {
* recordsize option description:
*/
/** Descriptive text for the recordsize option */
-#define RECORDSIZE_DESC (gnutls_cli_opt_strs+3768)
+#define RECORDSIZE_DESC (gnutls_cli_opt_strs+3868)
/** Upper-cased name for the recordsize option */
-#define RECORDSIZE_NAME (gnutls_cli_opt_strs+3805)
+#define RECORDSIZE_NAME (gnutls_cli_opt_strs+3905)
/** Name string for the recordsize option */
-#define RECORDSIZE_name (gnutls_cli_opt_strs+3816)
+#define RECORDSIZE_name (gnutls_cli_opt_strs+3916)
/** Compiled in flag settings for the recordsize option */
#define RECORDSIZE_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_NUMERIC))
@@ -897,11 +914,11 @@ static int const aListCantList[] = {
* disable-sni option description:
*/
/** Descriptive text for the disable-sni option */
-#define DISABLE_SNI_DESC (gnutls_cli_opt_strs+3827)
+#define DISABLE_SNI_DESC (gnutls_cli_opt_strs+3927)
/** Upper-cased name for the disable-sni option */
-#define DISABLE_SNI_NAME (gnutls_cli_opt_strs+3870)
+#define DISABLE_SNI_NAME (gnutls_cli_opt_strs+3970)
/** Name string for the disable-sni option */
-#define DISABLE_SNI_name (gnutls_cli_opt_strs+3882)
+#define DISABLE_SNI_name (gnutls_cli_opt_strs+3982)
/** Compiled in flag settings for the disable-sni option */
#define DISABLE_SNI_FLAGS (OPTST_DISABLED)
@@ -909,11 +926,11 @@ static int const aListCantList[] = {
* disable-extensions option description:
*/
/** Descriptive text for the disable-extensions option */
-#define DISABLE_EXTENSIONS_DESC (gnutls_cli_opt_strs+3894)
+#define DISABLE_EXTENSIONS_DESC (gnutls_cli_opt_strs+3994)
/** Upper-cased name for the disable-extensions option */
-#define DISABLE_EXTENSIONS_NAME (gnutls_cli_opt_strs+3925)
+#define DISABLE_EXTENSIONS_NAME (gnutls_cli_opt_strs+4025)
/** Name string for the disable-extensions option */
-#define DISABLE_EXTENSIONS_name (gnutls_cli_opt_strs+3944)
+#define DISABLE_EXTENSIONS_name (gnutls_cli_opt_strs+4044)
/** Compiled in flag settings for the disable-extensions option */
#define DISABLE_EXTENSIONS_FLAGS (OPTST_DISABLED)
@@ -921,11 +938,11 @@ static int const aListCantList[] = {
* inline-commands option description:
*/
/** Descriptive text for the inline-commands option */
-#define INLINE_COMMANDS_DESC (gnutls_cli_opt_strs+3963)
+#define INLINE_COMMANDS_DESC (gnutls_cli_opt_strs+4063)
/** Upper-cased name for the inline-commands option */
-#define INLINE_COMMANDS_NAME (gnutls_cli_opt_strs+3999)
+#define INLINE_COMMANDS_NAME (gnutls_cli_opt_strs+4099)
/** Name string for the inline-commands option */
-#define INLINE_COMMANDS_name (gnutls_cli_opt_strs+4015)
+#define INLINE_COMMANDS_name (gnutls_cli_opt_strs+4115)
/** Compiled in flag settings for the inline-commands option */
#define INLINE_COMMANDS_FLAGS (OPTST_DISABLED)
@@ -933,11 +950,11 @@ static int const aListCantList[] = {
* inline-commands-prefix option description:
*/
/** Descriptive text for the inline-commands-prefix option */
-#define INLINE_COMMANDS_PREFIX_DESC (gnutls_cli_opt_strs+4031)
+#define INLINE_COMMANDS_PREFIX_DESC (gnutls_cli_opt_strs+4131)
/** Upper-cased name for the inline-commands-prefix option */
-#define INLINE_COMMANDS_PREFIX_NAME (gnutls_cli_opt_strs+4081)
+#define INLINE_COMMANDS_PREFIX_NAME (gnutls_cli_opt_strs+4181)
/** Name string for the inline-commands-prefix option */
-#define INLINE_COMMANDS_PREFIX_name (gnutls_cli_opt_strs+4104)
+#define INLINE_COMMANDS_PREFIX_name (gnutls_cli_opt_strs+4204)
/** Compiled in flag settings for the inline-commands-prefix option */
#define INLINE_COMMANDS_PREFIX_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -946,11 +963,11 @@ static int const aListCantList[] = {
* provider option description:
*/
/** Descriptive text for the provider option */
-#define PROVIDER_DESC (gnutls_cli_opt_strs+4127)
+#define PROVIDER_DESC (gnutls_cli_opt_strs+4227)
/** Upper-cased name for the provider option */
-#define PROVIDER_NAME (gnutls_cli_opt_strs+4165)
+#define PROVIDER_NAME (gnutls_cli_opt_strs+4265)
/** Name string for the provider option */
-#define PROVIDER_name (gnutls_cli_opt_strs+4174)
+#define PROVIDER_name (gnutls_cli_opt_strs+4274)
/** Compiled in flag settings for the provider option */
#define PROVIDER_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_FILE))
@@ -959,22 +976,22 @@ static int const aListCantList[] = {
* fips140-mode option description:
*/
/** Descriptive text for the fips140-mode option */
-#define FIPS140_MODE_DESC (gnutls_cli_opt_strs+4183)
+#define FIPS140_MODE_DESC (gnutls_cli_opt_strs+4283)
/** Upper-cased name for the fips140-mode option */
-#define FIPS140_MODE_NAME (gnutls_cli_opt_strs+4242)
+#define FIPS140_MODE_NAME (gnutls_cli_opt_strs+4342)
/** Name string for the fips140-mode option */
-#define FIPS140_MODE_name (gnutls_cli_opt_strs+4255)
+#define FIPS140_MODE_name (gnutls_cli_opt_strs+4355)
/** Compiled in flag settings for the fips140-mode option */
#define FIPS140_MODE_FLAGS (OPTST_DISABLED)
/*
* Help/More_Help/Version option descriptions:
*/
-#define HELP_DESC (gnutls_cli_opt_strs+4268)
-#define HELP_name (gnutls_cli_opt_strs+4312)
+#define HELP_DESC (gnutls_cli_opt_strs+4368)
+#define HELP_name (gnutls_cli_opt_strs+4412)
#ifdef HAVE_WORKING_FORK
-#define MORE_HELP_DESC (gnutls_cli_opt_strs+4317)
-#define MORE_HELP_name (gnutls_cli_opt_strs+4362)
+#define MORE_HELP_DESC (gnutls_cli_opt_strs+4417)
+#define MORE_HELP_name (gnutls_cli_opt_strs+4462)
#define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
#else
#define MORE_HELP_DESC HELP_DESC
@@ -987,8 +1004,8 @@ static int const aListCantList[] = {
# define VER_FLAGS (OPTST_SET_ARGTYPE(OPARG_TYPE_STRING) | \
OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
#endif
-#define VER_DESC (gnutls_cli_opt_strs+4372)
-#define VER_name (gnutls_cli_opt_strs+4408)
+#define VER_DESC (gnutls_cli_opt_strs+4472)
+#define VER_name (gnutls_cli_opt_strs+4508)
/**
* Declare option callback procedures
*/
@@ -1141,8 +1158,20 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SNI_HOSTNAME_DESC, SNI_HOSTNAME_NAME, SNI_HOSTNAME_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 11, VALUE_OPT_STARTTLS,
- /* equiv idx, value */ 11, VALUE_OPT_STARTTLS,
+ { /* entry idx, value */ 11, VALUE_OPT_VERIFY_HOSTNAME,
+ /* equiv idx, value */ 11, VALUE_OPT_VERIFY_HOSTNAME,
+ /* equivalenced to */ NO_EQUIVALENT,
+ /* min, max, act ct */ 0, 1, 0,
+ /* opt state flags */ VERIFY_HOSTNAME_FLAGS, 0,
+ /* last opt argumnt */ { NULL }, /* --verify-hostname */
+ /* arg list/cookie */ NULL,
+ /* must/cannot opts */ NULL, NULL,
+ /* option proc */ NULL,
+ /* desc, NAME, name */ VERIFY_HOSTNAME_DESC, VERIFY_HOSTNAME_NAME, VERIFY_HOSTNAME_name,
+ /* disablement strs */ NULL, NULL },
+
+ { /* entry idx, value */ 12, VALUE_OPT_STARTTLS,
+ /* equiv idx, value */ 12, VALUE_OPT_STARTTLS,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ STARTTLS_FLAGS, 0,
@@ -1153,8 +1182,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ STARTTLS_DESC, STARTTLS_NAME, STARTTLS_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 12, VALUE_OPT_APP_PROTO,
- /* equiv idx, value */ 12, VALUE_OPT_APP_PROTO,
+ { /* entry idx, value */ 13, VALUE_OPT_APP_PROTO,
+ /* equiv idx, value */ 13, VALUE_OPT_APP_PROTO,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ APP_PROTO_FLAGS, 0,
@@ -1165,8 +1194,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ APP_PROTO_DESC, APP_PROTO_NAME, APP_PROTO_name,
/* disablement strs */ 0, 0 },
- { /* entry idx, value */ 13, VALUE_OPT_STARTTLS_PROTO,
- /* equiv idx, value */ 13, VALUE_OPT_STARTTLS_PROTO,
+ { /* entry idx, value */ 14, VALUE_OPT_STARTTLS_PROTO,
+ /* equiv idx, value */ 14, VALUE_OPT_STARTTLS_PROTO,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ STARTTLS_PROTO_FLAGS, 0,
@@ -1177,8 +1206,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ STARTTLS_PROTO_DESC, STARTTLS_PROTO_NAME, STARTTLS_PROTO_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 14, VALUE_OPT_UDP,
- /* equiv idx, value */ 14, VALUE_OPT_UDP,
+ { /* entry idx, value */ 15, VALUE_OPT_UDP,
+ /* equiv idx, value */ 15, VALUE_OPT_UDP,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ UDP_FLAGS, 0,
@@ -1189,8 +1218,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ UDP_DESC, UDP_NAME, UDP_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 15, VALUE_OPT_MTU,
- /* equiv idx, value */ 15, VALUE_OPT_MTU,
+ { /* entry idx, value */ 16, VALUE_OPT_MTU,
+ /* equiv idx, value */ 16, VALUE_OPT_MTU,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ MTU_FLAGS, 0,
@@ -1201,8 +1230,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ MTU_DESC, MTU_NAME, MTU_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 16, VALUE_OPT_CRLF,
- /* equiv idx, value */ 16, VALUE_OPT_CRLF,
+ { /* entry idx, value */ 17, VALUE_OPT_CRLF,
+ /* equiv idx, value */ 17, VALUE_OPT_CRLF,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ CRLF_FLAGS, 0,
@@ -1213,8 +1242,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ CRLF_DESC, CRLF_NAME, CRLF_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 17, VALUE_OPT_FASTOPEN,
- /* equiv idx, value */ 17, VALUE_OPT_FASTOPEN,
+ { /* entry idx, value */ 18, VALUE_OPT_FASTOPEN,
+ /* equiv idx, value */ 18, VALUE_OPT_FASTOPEN,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ FASTOPEN_FLAGS, 0,
@@ -1225,8 +1254,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ FASTOPEN_DESC, FASTOPEN_NAME, FASTOPEN_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 18, VALUE_OPT_X509FMTDER,
- /* equiv idx, value */ 18, VALUE_OPT_X509FMTDER,
+ { /* entry idx, value */ 19, VALUE_OPT_X509FMTDER,
+ /* equiv idx, value */ 19, VALUE_OPT_X509FMTDER,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ X509FMTDER_FLAGS, 0,
@@ -1237,8 +1266,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ X509FMTDER_DESC, X509FMTDER_NAME, X509FMTDER_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 19, VALUE_OPT_PRINT_CERT,
- /* equiv idx, value */ 19, VALUE_OPT_PRINT_CERT,
+ { /* entry idx, value */ 20, VALUE_OPT_PRINT_CERT,
+ /* equiv idx, value */ 20, VALUE_OPT_PRINT_CERT,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PRINT_CERT_FLAGS, 0,
@@ -1249,8 +1278,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PRINT_CERT_DESC, PRINT_CERT_NAME, PRINT_CERT_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 20, VALUE_OPT_SAVE_CERT,
- /* equiv idx, value */ 20, VALUE_OPT_SAVE_CERT,
+ { /* entry idx, value */ 21, VALUE_OPT_SAVE_CERT,
+ /* equiv idx, value */ 21, VALUE_OPT_SAVE_CERT,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SAVE_CERT_FLAGS, 0,
@@ -1261,8 +1290,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SAVE_CERT_DESC, SAVE_CERT_NAME, SAVE_CERT_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 21, VALUE_OPT_SAVE_OCSP,
- /* equiv idx, value */ 21, VALUE_OPT_SAVE_OCSP,
+ { /* entry idx, value */ 22, VALUE_OPT_SAVE_OCSP,
+ /* equiv idx, value */ 22, VALUE_OPT_SAVE_OCSP,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SAVE_OCSP_FLAGS, 0,
@@ -1273,8 +1302,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SAVE_OCSP_DESC, SAVE_OCSP_NAME, SAVE_OCSP_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 22, VALUE_OPT_SAVE_SERVER_TRACE,
- /* equiv idx, value */ 22, VALUE_OPT_SAVE_SERVER_TRACE,
+ { /* entry idx, value */ 23, VALUE_OPT_SAVE_SERVER_TRACE,
+ /* equiv idx, value */ 23, VALUE_OPT_SAVE_SERVER_TRACE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SAVE_SERVER_TRACE_FLAGS, 0,
@@ -1285,8 +1314,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SAVE_SERVER_TRACE_DESC, SAVE_SERVER_TRACE_NAME, SAVE_SERVER_TRACE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 23, VALUE_OPT_SAVE_CLIENT_TRACE,
- /* equiv idx, value */ 23, VALUE_OPT_SAVE_CLIENT_TRACE,
+ { /* entry idx, value */ 24, VALUE_OPT_SAVE_CLIENT_TRACE,
+ /* equiv idx, value */ 24, VALUE_OPT_SAVE_CLIENT_TRACE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SAVE_CLIENT_TRACE_FLAGS, 0,
@@ -1297,8 +1326,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SAVE_CLIENT_TRACE_DESC, SAVE_CLIENT_TRACE_NAME, SAVE_CLIENT_TRACE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 24, VALUE_OPT_DH_BITS,
- /* equiv idx, value */ 24, VALUE_OPT_DH_BITS,
+ { /* entry idx, value */ 25, VALUE_OPT_DH_BITS,
+ /* equiv idx, value */ 25, VALUE_OPT_DH_BITS,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ DH_BITS_FLAGS, 0,
@@ -1309,8 +1338,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ DH_BITS_DESC, DH_BITS_NAME, DH_BITS_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 25, VALUE_OPT_PRIORITY,
- /* equiv idx, value */ 25, VALUE_OPT_PRIORITY,
+ { /* entry idx, value */ 26, VALUE_OPT_PRIORITY,
+ /* equiv idx, value */ 26, VALUE_OPT_PRIORITY,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PRIORITY_FLAGS, 0,
@@ -1321,8 +1350,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PRIORITY_DESC, PRIORITY_NAME, PRIORITY_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 26, VALUE_OPT_X509CAFILE,
- /* equiv idx, value */ 26, VALUE_OPT_X509CAFILE,
+ { /* entry idx, value */ 27, VALUE_OPT_X509CAFILE,
+ /* equiv idx, value */ 27, VALUE_OPT_X509CAFILE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ X509CAFILE_FLAGS, 0,
@@ -1333,8 +1362,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ X509CAFILE_DESC, X509CAFILE_NAME, X509CAFILE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 27, VALUE_OPT_X509CRLFILE,
- /* equiv idx, value */ 27, VALUE_OPT_X509CRLFILE,
+ { /* entry idx, value */ 28, VALUE_OPT_X509CRLFILE,
+ /* equiv idx, value */ 28, VALUE_OPT_X509CRLFILE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ X509CRLFILE_FLAGS, 0,
@@ -1345,8 +1374,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ X509CRLFILE_DESC, X509CRLFILE_NAME, X509CRLFILE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 28, VALUE_OPT_X509KEYFILE,
- /* equiv idx, value */ 28, VALUE_OPT_X509KEYFILE,
+ { /* entry idx, value */ 29, VALUE_OPT_X509KEYFILE,
+ /* equiv idx, value */ 29, VALUE_OPT_X509KEYFILE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ X509KEYFILE_FLAGS, 0,
@@ -1357,8 +1386,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ X509KEYFILE_DESC, X509KEYFILE_NAME, X509KEYFILE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 29, VALUE_OPT_X509CERTFILE,
- /* equiv idx, value */ 29, VALUE_OPT_X509CERTFILE,
+ { /* entry idx, value */ 30, VALUE_OPT_X509CERTFILE,
+ /* equiv idx, value */ 30, VALUE_OPT_X509CERTFILE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ X509CERTFILE_FLAGS, 0,
@@ -1369,8 +1398,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ X509CERTFILE_DESC, X509CERTFILE_NAME, X509CERTFILE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 30, VALUE_OPT_SRPUSERNAME,
- /* equiv idx, value */ 30, VALUE_OPT_SRPUSERNAME,
+ { /* entry idx, value */ 31, VALUE_OPT_SRPUSERNAME,
+ /* equiv idx, value */ 31, VALUE_OPT_SRPUSERNAME,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SRPUSERNAME_FLAGS, 0,
@@ -1381,8 +1410,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SRPUSERNAME_DESC, SRPUSERNAME_NAME, SRPUSERNAME_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 31, VALUE_OPT_SRPPASSWD,
- /* equiv idx, value */ 31, VALUE_OPT_SRPPASSWD,
+ { /* entry idx, value */ 32, VALUE_OPT_SRPPASSWD,
+ /* equiv idx, value */ 32, VALUE_OPT_SRPPASSWD,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SRPPASSWD_FLAGS, 0,
@@ -1393,8 +1422,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SRPPASSWD_DESC, SRPPASSWD_NAME, SRPPASSWD_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 32, VALUE_OPT_PSKUSERNAME,
- /* equiv idx, value */ 32, VALUE_OPT_PSKUSERNAME,
+ { /* entry idx, value */ 33, VALUE_OPT_PSKUSERNAME,
+ /* equiv idx, value */ 33, VALUE_OPT_PSKUSERNAME,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PSKUSERNAME_FLAGS, 0,
@@ -1405,8 +1434,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PSKUSERNAME_DESC, PSKUSERNAME_NAME, PSKUSERNAME_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 33, VALUE_OPT_PSKKEY,
- /* equiv idx, value */ 33, VALUE_OPT_PSKKEY,
+ { /* entry idx, value */ 34, VALUE_OPT_PSKKEY,
+ /* equiv idx, value */ 34, VALUE_OPT_PSKKEY,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PSKKEY_FLAGS, 0,
@@ -1417,8 +1446,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PSKKEY_DESC, PSKKEY_NAME, PSKKEY_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 34, VALUE_OPT_PORT,
- /* equiv idx, value */ 34, VALUE_OPT_PORT,
+ { /* entry idx, value */ 35, VALUE_OPT_PORT,
+ /* equiv idx, value */ 35, VALUE_OPT_PORT,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PORT_FLAGS, 0,
@@ -1429,8 +1458,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PORT_DESC, PORT_NAME, PORT_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 35, VALUE_OPT_INSECURE,
- /* equiv idx, value */ 35, VALUE_OPT_INSECURE,
+ { /* entry idx, value */ 36, VALUE_OPT_INSECURE,
+ /* equiv idx, value */ 36, VALUE_OPT_INSECURE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ INSECURE_FLAGS, 0,
@@ -1441,8 +1470,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ INSECURE_DESC, INSECURE_NAME, INSECURE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 36, VALUE_OPT_VERIFY_ALLOW_BROKEN,
- /* equiv idx, value */ 36, VALUE_OPT_VERIFY_ALLOW_BROKEN,
+ { /* entry idx, value */ 37, VALUE_OPT_VERIFY_ALLOW_BROKEN,
+ /* equiv idx, value */ 37, VALUE_OPT_VERIFY_ALLOW_BROKEN,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ VERIFY_ALLOW_BROKEN_FLAGS, 0,
@@ -1453,8 +1482,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ VERIFY_ALLOW_BROKEN_DESC, VERIFY_ALLOW_BROKEN_NAME, VERIFY_ALLOW_BROKEN_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 37, VALUE_OPT_RANGES,
- /* equiv idx, value */ 37, VALUE_OPT_RANGES,
+ { /* entry idx, value */ 38, VALUE_OPT_RANGES,
+ /* equiv idx, value */ 38, VALUE_OPT_RANGES,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ RANGES_FLAGS, 0,
@@ -1465,8 +1494,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ RANGES_DESC, RANGES_NAME, RANGES_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 38, VALUE_OPT_BENCHMARK_CIPHERS,
- /* equiv idx, value */ 38, VALUE_OPT_BENCHMARK_CIPHERS,
+ { /* entry idx, value */ 39, VALUE_OPT_BENCHMARK_CIPHERS,
+ /* equiv idx, value */ 39, VALUE_OPT_BENCHMARK_CIPHERS,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ BENCHMARK_CIPHERS_FLAGS, 0,
@@ -1477,8 +1506,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ BENCHMARK_CIPHERS_DESC, BENCHMARK_CIPHERS_NAME, BENCHMARK_CIPHERS_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 39, VALUE_OPT_BENCHMARK_TLS_KX,
- /* equiv idx, value */ 39, VALUE_OPT_BENCHMARK_TLS_KX,
+ { /* entry idx, value */ 40, VALUE_OPT_BENCHMARK_TLS_KX,
+ /* equiv idx, value */ 40, VALUE_OPT_BENCHMARK_TLS_KX,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ BENCHMARK_TLS_KX_FLAGS, 0,
@@ -1489,8 +1518,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ BENCHMARK_TLS_KX_DESC, BENCHMARK_TLS_KX_NAME, BENCHMARK_TLS_KX_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 40, VALUE_OPT_BENCHMARK_TLS_CIPHERS,
- /* equiv idx, value */ 40, VALUE_OPT_BENCHMARK_TLS_CIPHERS,
+ { /* entry idx, value */ 41, VALUE_OPT_BENCHMARK_TLS_CIPHERS,
+ /* equiv idx, value */ 41, VALUE_OPT_BENCHMARK_TLS_CIPHERS,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ BENCHMARK_TLS_CIPHERS_FLAGS, 0,
@@ -1501,8 +1530,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ BENCHMARK_TLS_CIPHERS_DESC, BENCHMARK_TLS_CIPHERS_NAME, BENCHMARK_TLS_CIPHERS_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 41, VALUE_OPT_LIST,
- /* equiv idx, value */ 41, VALUE_OPT_LIST,
+ { /* entry idx, value */ 42, VALUE_OPT_LIST,
+ /* equiv idx, value */ 42, VALUE_OPT_LIST,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ LIST_FLAGS, 0,
@@ -1513,8 +1542,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ LIST_DESC, LIST_NAME, LIST_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 42, VALUE_OPT_PRIORITY_LIST,
- /* equiv idx, value */ 42, VALUE_OPT_PRIORITY_LIST,
+ { /* entry idx, value */ 43, VALUE_OPT_PRIORITY_LIST,
+ /* equiv idx, value */ 43, VALUE_OPT_PRIORITY_LIST,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PRIORITY_LIST_FLAGS, 0,
@@ -1525,8 +1554,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PRIORITY_LIST_DESC, PRIORITY_LIST_NAME, PRIORITY_LIST_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 43, VALUE_OPT_NOTICKET,
- /* equiv idx, value */ 43, VALUE_OPT_NOTICKET,
+ { /* entry idx, value */ 44, VALUE_OPT_NOTICKET,
+ /* equiv idx, value */ 44, VALUE_OPT_NOTICKET,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ NOTICKET_FLAGS, 0,
@@ -1537,8 +1566,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ NOTICKET_DESC, NOTICKET_NAME, NOTICKET_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 44, VALUE_OPT_SRTP_PROFILES,
- /* equiv idx, value */ 44, VALUE_OPT_SRTP_PROFILES,
+ { /* entry idx, value */ 45, VALUE_OPT_SRTP_PROFILES,
+ /* equiv idx, value */ 45, VALUE_OPT_SRTP_PROFILES,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ SRTP_PROFILES_FLAGS, 0,
@@ -1549,8 +1578,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ SRTP_PROFILES_DESC, SRTP_PROFILES_NAME, SRTP_PROFILES_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 45, VALUE_OPT_ALPN,
- /* equiv idx, value */ 45, VALUE_OPT_ALPN,
+ { /* entry idx, value */ 46, VALUE_OPT_ALPN,
+ /* equiv idx, value */ 46, VALUE_OPT_ALPN,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, NOLIMIT, 0,
/* opt state flags */ ALPN_FLAGS, 0,
@@ -1561,8 +1590,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ ALPN_DESC, ALPN_NAME, ALPN_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 46, VALUE_OPT_HEARTBEAT,
- /* equiv idx, value */ 46, VALUE_OPT_HEARTBEAT,
+ { /* entry idx, value */ 47, VALUE_OPT_HEARTBEAT,
+ /* equiv idx, value */ 47, VALUE_OPT_HEARTBEAT,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ HEARTBEAT_FLAGS, 0,
@@ -1573,8 +1602,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ HEARTBEAT_DESC, HEARTBEAT_NAME, HEARTBEAT_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 47, VALUE_OPT_RECORDSIZE,
- /* equiv idx, value */ 47, VALUE_OPT_RECORDSIZE,
+ { /* entry idx, value */ 48, VALUE_OPT_RECORDSIZE,
+ /* equiv idx, value */ 48, VALUE_OPT_RECORDSIZE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ RECORDSIZE_FLAGS, 0,
@@ -1585,8 +1614,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ RECORDSIZE_DESC, RECORDSIZE_NAME, RECORDSIZE_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 48, VALUE_OPT_DISABLE_SNI,
- /* equiv idx, value */ 48, VALUE_OPT_DISABLE_SNI,
+ { /* entry idx, value */ 49, VALUE_OPT_DISABLE_SNI,
+ /* equiv idx, value */ 49, VALUE_OPT_DISABLE_SNI,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ DISABLE_SNI_FLAGS, 0,
@@ -1597,8 +1626,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ DISABLE_SNI_DESC, DISABLE_SNI_NAME, DISABLE_SNI_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 49, VALUE_OPT_DISABLE_EXTENSIONS,
- /* equiv idx, value */ 49, VALUE_OPT_DISABLE_EXTENSIONS,
+ { /* entry idx, value */ 50, VALUE_OPT_DISABLE_EXTENSIONS,
+ /* equiv idx, value */ 50, VALUE_OPT_DISABLE_EXTENSIONS,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ DISABLE_EXTENSIONS_FLAGS, 0,
@@ -1609,8 +1638,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ DISABLE_EXTENSIONS_DESC, DISABLE_EXTENSIONS_NAME, DISABLE_EXTENSIONS_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 50, VALUE_OPT_INLINE_COMMANDS,
- /* equiv idx, value */ 50, VALUE_OPT_INLINE_COMMANDS,
+ { /* entry idx, value */ 51, VALUE_OPT_INLINE_COMMANDS,
+ /* equiv idx, value */ 51, VALUE_OPT_INLINE_COMMANDS,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ INLINE_COMMANDS_FLAGS, 0,
@@ -1621,8 +1650,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ INLINE_COMMANDS_DESC, INLINE_COMMANDS_NAME, INLINE_COMMANDS_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 51, VALUE_OPT_INLINE_COMMANDS_PREFIX,
- /* equiv idx, value */ 51, VALUE_OPT_INLINE_COMMANDS_PREFIX,
+ { /* entry idx, value */ 52, VALUE_OPT_INLINE_COMMANDS_PREFIX,
+ /* equiv idx, value */ 52, VALUE_OPT_INLINE_COMMANDS_PREFIX,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ INLINE_COMMANDS_PREFIX_FLAGS, 0,
@@ -1633,8 +1662,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ INLINE_COMMANDS_PREFIX_DESC, INLINE_COMMANDS_PREFIX_NAME, INLINE_COMMANDS_PREFIX_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 52, VALUE_OPT_PROVIDER,
- /* equiv idx, value */ 52, VALUE_OPT_PROVIDER,
+ { /* entry idx, value */ 53, VALUE_OPT_PROVIDER,
+ /* equiv idx, value */ 53, VALUE_OPT_PROVIDER,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ PROVIDER_FLAGS, 0,
@@ -1645,8 +1674,8 @@ static tOptDesc optDesc[OPTION_CT] = {
/* desc, NAME, name */ PROVIDER_DESC, PROVIDER_NAME, PROVIDER_name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 53, VALUE_OPT_FIPS140_MODE,
- /* equiv idx, value */ 53, VALUE_OPT_FIPS140_MODE,
+ { /* entry idx, value */ 54, VALUE_OPT_FIPS140_MODE,
+ /* equiv idx, value */ 54, VALUE_OPT_FIPS140_MODE,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
/* opt state flags */ FIPS140_MODE_FLAGS, 0,
@@ -1699,21 +1728,21 @@ static tOptDesc optDesc[OPTION_CT] = {
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/** Reference to the upper cased version of gnutls-cli. */
-#define zPROGNAME (gnutls_cli_opt_strs+4416)
+#define zPROGNAME (gnutls_cli_opt_strs+4516)
/** Reference to the title line for gnutls-cli usage. */
-#define zUsageTitle (gnutls_cli_opt_strs+4427)
+#define zUsageTitle (gnutls_cli_opt_strs+4527)
/** There is no gnutls-cli configuration file. */
#define zRcName NULL
/** There are no directories to search for gnutls-cli config files. */
#define apzHomeList NULL
/** The gnutls-cli program bug email address. */
-#define zBugsAddr (gnutls_cli_opt_strs+4523)
+#define zBugsAddr (gnutls_cli_opt_strs+4623)
/** Clarification/explanation of what gnutls-cli does. */
-#define zExplain (gnutls_cli_opt_strs+4543)
+#define zExplain (gnutls_cli_opt_strs+4643)
/** Extra detail explaining what gnutls-cli does. */
-#define zDetail (gnutls_cli_opt_strs+4545)
+#define zDetail (gnutls_cli_opt_strs+4645)
/** The full version string for gnutls-cli. */
-#define zFullVersion (gnutls_cli_opt_strs+4728)
+#define zFullVersion (gnutls_cli_opt_strs+4828)
/* extracted from optcode.tlib near line 364 */
#if defined(ENABLE_NLS)
@@ -1725,7 +1754,7 @@ static tOptDesc optDesc[OPTION_CT] = {
#endif /* ENABLE_NLS */
#define gnutls_cli_full_usage (NULL)
-#define gnutls_cli_short_usage (gnutls_cli_opt_strs+4749)
+#define gnutls_cli_short_usage (gnutls_cli_opt_strs+4849)
#endif /* not defined __doxygen__ */
@@ -1984,7 +2013,7 @@ tOptions gnutls_cliOptions = {
NO_EQUIVALENT, /* '-#' option index */
NO_EQUIVALENT /* index of default opt */
},
- 57 /* full option count */, 54 /* user option count */,
+ 58 /* full option count */, 55 /* user option count */,
gnutls_cli_full_usage, gnutls_cli_short_usage,
NULL, NULL,
PKGDATADIR, gnutls_cli_packager_info
@@ -2147,7 +2176,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.\n"));
puts(_("Enable trust on first use authentication"));
/* referenced via gnutls_cliOptions.pOptDesc->pzText */
- puts(_("Fail to connect if a known certificate has changed"));
+ puts(_("Fail to connect if a certificate is unknown or a known certificate has\n\
+changed"));
/* referenced via gnutls_cliOptions.pOptDesc->pzText */
puts(_("Enable DANE certificate verification (DNSSEC)"));
@@ -2171,6 +2201,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.\n"));
puts(_("Server's hostname for server name indication extension"));
/* referenced via gnutls_cliOptions.pOptDesc->pzText */
+ puts(_("Server's hostname to use for validation"));
+
+ /* referenced via gnutls_cliOptions.pOptDesc->pzText */
puts(_("Connect, establish a plain session and start TLS"));
/* referenced via gnutls_cliOptions.pOptDesc->pzText */