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.22k stars 798 forks source link

Support PKCS7_decrypt in OpenSSL compatibility layer #7672

Open bgermann opened 2 weeks ago

bgermann commented 2 weeks ago

Version

5.7.0

Description

Generally, wolfSSL has support for PKCS#7 decryption operations. Please add the PKCS7_decrypt function to the OpenSSL compatibility layer.