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.25k stars 805 forks source link

Fix to support PKCS11 without RSA key generation #7738

Closed dgarske closed 2 weeks ago

dgarske commented 2 weeks ago

Description

Fix to support PKCS11 without RSA key generation. Fixed Pkcs11Rsa where ret failure could be ignored.

Fixes build errors in wolfBoot wolfPKCS11 building without WOLFSSL_KEY_GEN.

Testing

wolfBoot STM32H5 stm32h5-tz-dualbank-otp.config.

Checklist