We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f15bf6 commit dc86dc3Copy full SHA for dc86dc3
1 file changed
tests/api/test_tls.c
@@ -1208,7 +1208,7 @@ int test_wolfSSL_alert_desc_string(void)
1208
ExpectStrEQ(wolfSSL_alert_desc_string(user_canceled), "US");
1209
ExpectStrEQ(wolfSSL_alert_desc_string(no_renegotiation), "NR");
1210
ExpectStrEQ(wolfSSL_alert_desc_string(missing_extension), "ME");
1211
- ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "XE");
+ ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "UE");
1212
ExpectStrEQ(wolfSSL_alert_desc_string(unrecognized_name), "UN");
1213
ExpectStrEQ(wolfSSL_alert_desc_string(bad_certificate_status_response), "BR");
1214
ExpectStrEQ(wolfSSL_alert_desc_string(unknown_psk_identity), "UP");
0 commit comments