File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ fips_hash=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
6666placeholder.
6767``` sh
6868$ sudo kldload bsdkm/libwolfssl.ko
69- Password:
7069kldload: an error occurred while loading module bsdkm/libwolfssl.ko. Please check dmesg(8) for more details.
7170` ` `
7271
@@ -88,6 +87,11 @@ Id Refs Name
8887523 1 libwolfssl_fips
8988` ` `
9089
90+ Unload with
91+ ` ` `
92+ sudo kldunload libwolfssl
93+ ` ` `
94+
9195On unload, the FIPS self-test will run a final time and print its status
9296to system message buffer:
9397
Original file line number Diff line number Diff line change 4444 * extern global version from /usr/src/sys/sys/systm.h */
4545#define version wc_version
4646
47- #define wc_km_printf printf
48- #define wc_km_print_err printf
47+ /* printf and logging defines */
48+ #define wc_km_printf printf
49+ #define WOLFSSL_DEBUG_PRINTF_FN printf
4950
5051/* str and char utility functions */
5152#define XATOI (s ) ({ \
Original file line number Diff line number Diff line change 14301430 #endif
14311431 #define printf (...) wc_km_printf(__VA_ARGS__)
14321432
1433- #define wc_km_print_err pr_err
1434-
14351433 #ifdef HAVE_FIPS
14361434 extern void fipsEntry (void );
14371435 #endif
You can’t perform that action at this time.
0 commit comments