We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used example 5 as it is here: https://github.com/PeculiarVentures/fortify-examples/blob/gh-pages/example5.html
The problem is at the line where it signs the piece of text it throws this error: CKR_MECHANISM_INVALID
CKR_MECHANISM_INVALID
Please advice on how to solve the issue.
The algorithm I used is
const alg = { name: 'ECDSA', hash: 'SHA-256', }
The key pair is read from Estonian Smart Card.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used example 5 as it is here: https://github.com/PeculiarVentures/fortify-examples/blob/gh-pages/example5.html
The problem is at the line where it signs the piece of text it throws this error:
CKR_MECHANISM_INVALID
Please advice on how to solve the issue.
The algorithm I used is
The key pair is read from Estonian Smart Card.
The text was updated successfully, but these errors were encountered: