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
- Add --enable-opensslcoexist to the list of configure options for wolfSSL. See
wolfSSL/wolfssl#4492.
- Add a note about configuring wolfSSL with FIPS Ready. This has tripped enough
people up to warrant a note in the documentation.
Add `--enable-pwdbased` to the configure command above if PKCS#12 is used in OpenSSL.
67
67
68
-
Remove `-DWOLFSSL_PSS_LONG_SALT -DWOLFSSL_PSS_SALT_LEN_DISCOVER` and add `--enable-fips=v2` to the configure command above if building from a FIPS bundle and not the git repository.
68
+
Remove `-DWOLFSSL_PSS_LONG_SALT -DWOLFSSL_PSS_SALT_LEN_DISCOVER` and add `--enable-fips=v2` to the configure command above if building from a FIPS v2 bundle and not the git repository. Change `--enable-fips=v2` to `--enable-fips=ready` if using a FIPS Ready bundle.
0 commit comments