Added cipher suite unit tests for max fragment options 1-6 for TLS v1.2 and DTLS v1.2. Fix for client usage comment for max fragment.

This commit is contained in:
David Garske
2018-10-16 16:47:24 -07:00
parent ab61cefa58
commit d7d102d90a
5 changed files with 420 additions and 1 deletions

View File

@@ -858,7 +858,7 @@ static void Usage(void)
printf("-S <str> Use Host Name Indication\n");
#endif
#ifdef HAVE_MAX_FRAGMENT
printf("-F <num> Use Maximum Fragment Length [0-5]\n");
printf("-F <num> Use Maximum Fragment Length [0-6]\n");
#endif
#ifdef HAVE_TRUNCATED_HMAC
printf("-T Use Truncated HMAC\n");