Skip to content

Commit

Permalink
Bug 1570539 - Removed -X alt-server-hello option from tstclnt r=kjacobs
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D98634

--HG--
extra : moz-landing-system : lando
  • Loading branch information
yogeshsingh01 committed Dec 3, 2020
1 parent 303b3d7 commit d0ca572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/tstclnt/tstclnt.c
Expand Up @@ -313,7 +313,6 @@ PrintParameterUsage()
"%-20s rsa_pss_pss_sha256, rsa_pss_pss_sha384, rsa_pss_pss_sha512,\n"
"%-20s dsa_sha1, dsa_sha256, dsa_sha384, dsa_sha512\n",
"-J", "", "", "", "", "", "", "");
fprintf(stderr, "%-20s Enable alternative TLS 1.3 handshake\n", "-X alt-server-hello");
fprintf(stderr, "%-20s Use DTLS\n", "-P {client, server}");
fprintf(stderr, "%-20s Exit after handshake\n", "-Q");
fprintf(stderr, "%-20s Use Encrypted Client Hello with the given Base64-encoded ECHConfigs\n", "-N");
Expand Down

0 comments on commit d0ca572

Please sign in to comment.