diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-03 09:58:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-13 14:48:08 +0200 |
commit | 8bd7e1b0bd3bd6efc8fb35158e0b68014fcfce62 (patch) | |
tree | 6f9d846e804c742cb38e8eae0e86ca751d7bf7d4 /src/cli-args.def | |
parent | 485f2551e68d1b4ee70be2960f0a241b4a2b9fb9 (diff) | |
download | gnutls-8bd7e1b0bd3bd6efc8fb35158e0b68014fcfce62.tar.gz |
gnutls-cli: added option to allow verification with broken algorithms
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/cli-args.def')
-rw-r--r-- | src/cli-args.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cli-args.def b/src/cli-args.def index f2e1ce1cc5..4642237c28 100644 --- a/src/cli-args.def +++ b/src/cli-args.def @@ -253,6 +253,12 @@ flag = { }; flag = { + name = verify-allow-broken; + descrip = "Allow broken algorithms, such as MD5 for certificate verification"; + doc = ""; +}; + +flag = { name = ranges; descrip = "Use length-hiding padding to prevent traffic analysis"; doc = "When possible (e.g., when using CBC ciphersuites), use length-hiding padding to prevent traffic analysis."; |