Closed SparkiDev closed 1 week ago
Fix protection around Kyber hybrid strings when compiling for original with wolfSSL implementation.
Fixes zd#18923
./configure --disable-shared --enable-kyber=all,original ./examples/server/server -v 4 -l TLS13-AES256-GCM-SHA384 --pqc P521_KYBER_LEVEL5 & ./examples/client/client -v 4 -l TLS13-AES256-GCM-SHA384 --pqc P521_KYBER_LEVEL5
Description
Fix protection around Kyber hybrid strings when compiling for original with wolfSSL implementation.
Fixes zd#18923
Testing
./configure --disable-shared --enable-kyber=all,original ./examples/server/server -v 4 -l TLS13-AES256-GCM-SHA384 --pqc P521_KYBER_LEVEL5 & ./examples/client/client -v 4 -l TLS13-AES256-GCM-SHA384 --pqc P521_KYBER_LEVEL5
Checklist