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 was archived by the owner on Apr 22, 2025. It is now read-only.
When using an HSM, the _setUserFromConfig() method of
fabric-client/lib/Client.js calls the toBytes() method of the private key.
In the case of an HSM this operation isn't allowed and it throws an error.
This change will handle the error and constructs the
cryptoContent accordingly.
Change-Id: Iaae0ce0fca0316c252a851393770636a4c7cf42a
Signed-off-by: Jonathan Patchell <Jonathan.Patchell@gemalto.com>
0 commit comments