Code review fixes

Also put in configuration option for sending HRR Cookie extension with
state.
This commit is contained in:
Sean Parkinson
2017-06-27 08:52:53 +10:00
parent 9ca1903ac5
commit 7aee92110b
3 changed files with 21 additions and 1 deletions

View File

@@ -379,6 +379,9 @@ static void Usage(void)
#ifdef WOLFSSL_POST_HANDSHAKE_AUTH
printf("-Q Request certificate from client post-handshake\n");
#endif
#ifdef WOLFSSL_SEND_HRR_COOKIE
printf("-J Server sends Cookie Extension containing state\n");
#endif
#endif
#ifdef WOLFSSL_EARLY_DATA
printf("-0 Early data read from client (0-RTT handshake)\n");