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.
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.