Add new macro to known macros, reformat comment to fit in max length.

pull/8653/head
Kareem 2025-04-10 15:48:50 -07:00
parent de04d8a486
commit 4808ce1b8c
2 changed files with 4 additions and 2 deletions

View File

@ -764,6 +764,7 @@ WOLFSSL_RENESAS_RSIP
WOLFSSL_RENESAS_RZN2L
WOLFSSL_RENESAS_TLS
WOLFSSL_RENESAS_TSIP_IAREWRX
WOLFSSL_REQUIRE_TCA
WOLFSSL_RSA_CHECK_D_ON_DECRYPT
WOLFSSL_RSA_DECRYPT_TO_0_LEN
WOLFSSL_RW_THREADED

View File

@ -2971,8 +2971,9 @@ static int TLSX_TCA_VerifyParse(WOLFSSL* ssl, byte isRequest)
(void)ssl;
if (!isRequest) {
/* RFC 6066 section 6 states that the server responding to trusted_ca_keys
is optional. Do not error out unless opted into with the define WOLFSSL_REQUIRE_TCA. */
/* RFC 6066 section 6 states that the server responding
* to trusted_ca_keys is optional. Do not error out unless
* opted into with the define WOLFSSL_REQUIRE_TCA. */
#if !defined(NO_WOLFSSL_CLIENT) && defined(WOLFSSL_REQUIRE_TCA)
TLSX* extension = TLSX_Find(ssl->extensions, TLSX_TRUSTED_CA_KEYS);