File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11917,7 +11917,7 @@ int wolfSSL_connect_TLSv13(WOLFSSL* ssl)
1191711917 case CLIENT_HELLO_SENT :
1191811918 /* Get the response/s from the server. */
1191911919 while (ssl -> options .serverState <
11920- SERVER_HELLO_RETRY_REQUEST_COMPLETE ) {
11920+ SERVER_HELLOVERIFYREQUEST_COMPLETE ) {
1192111921 if ((ssl -> error = ProcessReply (ssl )) < 0 ) {
1192211922 WOLFSSL_ERROR (ssl -> error );
1192311923 return WOLFSSL_FATAL_ERROR ;
Original file line number Diff line number Diff line change @@ -6836,7 +6836,7 @@ static int test_client_nofail(void* args, cbType cb)
68366836 if (ret < 0) { break; } else if (ret == 0) { continue; }
68376837 }
68386838 #endif
6839- ret = wolfSSL_connect (ssl);
6839+ ret = wolfSSL_negotiate (ssl);
68406840 err = wolfSSL_get_error(ssl, 0);
68416841 } while (err == WC_PENDING_E);
68426842 if (ret != WOLFSSL_SUCCESS) {
You can’t perform that action at this time.
0 commit comments