File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3782,7 +3782,7 @@ int test_tls13_corrupted_finished(void)
37823782 sizeof (ssl_s -> keys .client_write_MAC_secret ));
37833783 }
37843784
3785- /* Step 4: Server processes client Finished — should fail */
3785+ /* Step 4: Server processes client Finished - should fail */
37863786 ExpectIntNE (wolfSSL_accept (ssl_s ), WOLFSSL_SUCCESS );
37873787 ExpectIntEQ (wolfSSL_get_error (ssl_s , WOLFSSL_FATAL_ERROR ),
37883788 WC_NO_ERR_TRACE (VERIFY_FINISHED_ERROR ));
@@ -3917,7 +3917,7 @@ int test_tls13_hrr_bad_cookie(void)
39173917 ssl_s -> buffers .tls13CookieSecret .length - 1 ] ^= 0xFF ;
39183918 }
39193919
3920- /* Step 4: Server processes corrupted CH2 — should fail */
3920+ /* Step 4: Server processes corrupted CH2 - should fail */
39213921 ExpectIntNE (wolfSSL_accept (ssl_s ), WOLFSSL_SUCCESS );
39223922 ExpectIntEQ (wolfSSL_get_error (ssl_s , WOLFSSL_FATAL_ERROR ),
39233923 WC_NO_ERR_TRACE (HRR_COOKIE_ERROR ));
You can’t perform that action at this time.
0 commit comments