forked from wolfSSL/wolfssl
		
	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:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user