File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -764,6 +764,7 @@ WOLFSSL_RENESAS_RSIP
764764WOLFSSL_RENESAS_RZN2L
765765WOLFSSL_RENESAS_TLS
766766WOLFSSL_RENESAS_TSIP_IAREWRX
767+ WOLFSSL_REQUIRE_TCA
767768WOLFSSL_RSA_CHECK_D_ON_DECRYPT
768769WOLFSSL_RSA_DECRYPT_TO_0_LEN
769770WOLFSSL_RW_THREADED
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments