wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

KeyShareEntry: include private key fields for KYBER #8196

Closed SparkiDev closed 3 days ago

SparkiDev commented 4 days ago

Description

Originallt HAVE_PQC and then changed to HAVE_FALCON and HAVE_DILITHIUM. The KEM PQC algorithm is actually KYBER.

Fixes zd#18923

Testing

./configure --enable-kyber --disable-dh make

Checklist