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
{{ message }}
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.
It is an error to try to use a PKCS#11 crypto module in a process before it has been initialized in that process, even if the module was initialized in the parent process. Beginning in NSS 3.12.3, Softoken will detect this error. This environment variable controls Softoken's response to that error.
If set to to "1" or unset, Softoken will trigger an assertion failure in debug builds, and will report an error in non-DEBUG builds.
If set to "DISABLED", Softoken will ignore forks, and behave as it did in older versions.
If set to any other non-empty value, Softoken will report an error in both DEBUG and non-DEBUG builds.
Perhaps python-nss has a way to init the crypto module again?
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSS_environment_variables
Perhaps python-nss has a way to init the crypto module again?
The text was updated successfully, but these errors were encountered: