Merge pull request #8688 from miyazakh/client_pqc_option

Make client pqc option consistency with server
This commit is contained in:
Daniel Pouzzner
2025-04-17 11:18:41 -05:00
committed by GitHub

View File

@ -2960,13 +2960,16 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
break;
#endif
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES) && \
defined(HAVE_PQC)
#if defined(HAVE_PQC)
case 259:
{
usePqc = 1;
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES)
onlyKeyShare = 3;
#endif
pqcAlg = myoptarg;
break;
}
break;
#endif
#ifdef WOLFSSL_SYS_CA_CERTS
case 263: