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

Testing fixes #8151

Closed SparkiDev closed 2 weeks ago

SparkiDev commented 2 weeks ago

Description

Fix header inclusion: settings.h after options.h. pkcs8_encode(): dh is not available if NO_DH is defined.

Testing

./configure --enable-all CFLAGS=-DNO_ASN_TIME ./configure --enable-opensslall --disable-rsa --disable-dh

Checklist