You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build-wolfprovider.sh
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ show_help() {
9
9
echo" --help, -help, -h Display this help menu and exit"
10
10
echo" --clean Run make clean in OpenSSL, wolfSSL, and wolfProvider"
11
11
echo" --distclean Remove source and install directories of OpenSSL, wolfSSL, and wolfProvider"
12
-
echo" --debug Builds OpenSSL, wolfSSL, and WolfProvider with debugging enabled. This is the same as setting WOLFPROV_DEBUG=1"
12
+
echo" --debug Builds OpenSSL, wolfSSL, and WolfProvider in debug mode with logging enabled. This is the same as setting WOLFPROV_DEBUG=1"
13
+
echo" --debug-log=FILE Force all wolfProvider runtime output to specified log file instead of stderr/stdout (FILE = path to log file you want to use). Logs are appended to existing file."
13
14
echo" --debug-asn-template Enable debug information for asn within wolfSSL"
14
15
echo" --disable-err-trace No debug trace messages from library errors in wolfSSL"
15
16
echo" --openssl-ver=VER Which version of OpenSSL to clone"
@@ -33,6 +34,7 @@ show_help() {
33
34
echo" WOLFPROV_CLEAN If set to 1, run make clean in OpenSSL, wolfSSL, and wolfProvider"
34
35
echo" WOLFPROV_DISTCLEAN If set to 1, remove the source and install directories of OpenSSL, wolfSSL, and wolfProvider"
35
36
echo" WOLFPROV_DEBUG If set to 1, builds OpenSSL, wolfSSL, and wolfProvider with debug options enabled"
37
+
echo" WOLFPROV_LOG_FILE Path to log file for wolfProvider debug output (alternative to stderr)"
36
38
echo" WOLFPROV_QUICKTEST If set to 1, disables some tests in the test suite to increase test speed"
37
39
echo" WOLFPROV_DISABLE_ERR_TRACE If set to 1, wolfSSL will not be configured with --enable-debug-trace-errcodes=backtrace"
38
40
echo" WOLFPROV_LEAVE_SILENT If set to 1, suppress logging of return 0 in functions where return 0 is expected behavior sometimes."
0 commit comments