wolfSSL / wolfEngine

wolfCrypt and wolfCrypt FIPS engine for OpenSSL
https://www.wolfssl.com
GNU General Public License v3.0
23 stars 26 forks source link

Add control commands for wolfSSL logging. #178

Closed haydenroche5 closed 2 years ago

haydenroche5 commented 2 years ago

Currently, wolfEngine supports control commands for wolfEngine logging, but not wolfSSL logging. This commit adds two new control commands. One allows the user to turn on/off wolfSSL debug logging. The other allows the user to set the wolfSSL debug log callback. This means applications using OpenSSL + wolfEngine don't need to link against wolfSSL to fiddle with wolfSSL logging.