Skip to content

Commit 4808ce1

Browse files
Add new macro to known macros, reformat comment to fit in max length.
1 parent de04d8a commit 4808ce1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.wolfssl_known_macro_extras

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ WOLFSSL_RENESAS_RSIP
764764
WOLFSSL_RENESAS_RZN2L
765765
WOLFSSL_RENESAS_TLS
766766
WOLFSSL_RENESAS_TSIP_IAREWRX
767+
WOLFSSL_REQUIRE_TCA
767768
WOLFSSL_RSA_CHECK_D_ON_DECRYPT
768769
WOLFSSL_RSA_DECRYPT_TO_0_LEN
769770
WOLFSSL_RW_THREADED

src/tls.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,8 +2971,9 @@ static int TLSX_TCA_VerifyParse(WOLFSSL* ssl, byte isRequest)
29712971
(void)ssl;
29722972

29732973
if (!isRequest) {
2974-
/* RFC 6066 section 6 states that the server responding to trusted_ca_keys
2975-
is optional. Do not error out unless opted into with the define WOLFSSL_REQUIRE_TCA. */
2974+
/* RFC 6066 section 6 states that the server responding
2975+
* to trusted_ca_keys is optional. Do not error out unless
2976+
* opted into with the define WOLFSSL_REQUIRE_TCA. */
29762977
#if !defined(NO_WOLFSSL_CLIENT) && defined(WOLFSSL_REQUIRE_TCA)
29772978
TLSX* extension = TLSX_Find(ssl->extensions, TLSX_TRUSTED_CA_KEYS);
29782979

0 commit comments

Comments
 (0)