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
“cocli corim sign” tool does not work with a key curve P-384. It throws below error:
Error: error loading signing key from ec-p384.jwk: unknown elliptic curve {0xc00007e400}
The ec-p384.jwk file is as below: { "kty": "EC", "d": "XiZ_ZEDMw3Hr9BjNc_4qbNxMG6VpkFHTN3KcdT1UlOc51pFwS1t6Yg_aFYJTGMBf", "use": "sig", "crv": "P-384", "x": "Ay-c_vlONI_FNQn4PNHXwEswuoxOTqOEHNIQbSKv5OnC_KBLwAbg5uBQRHCRmFnu", "y": "mJpRrG-ex0R08heh1qm-osCH7SSTKC1Bjx1SrFpUQZCiYQXdPLIokC0DGRAMYq41", "alg": "ES384" }
The text was updated successfully, but these errors were encountered:
Closing this as this is wrong repo for this issue. Created new one veraison/corim#57
Sorry, something went wrong.
No branches or pull requests
“cocli corim sign” tool does not work with a key curve P-384. It throws below error:
Error: error loading signing key from ec-p384.jwk: unknown elliptic curve {0xc00007e400}
The ec-p384.jwk file is as below:
{
"kty": "EC",
"d": "XiZ_ZEDMw3Hr9BjNc_4qbNxMG6VpkFHTN3KcdT1UlOc51pFwS1t6Yg_aFYJTGMBf",
"use": "sig",
"crv": "P-384",
"x": "Ay-c_vlONI_FNQn4PNHXwEswuoxOTqOEHNIQbSKv5OnC_KBLwAbg5uBQRHCRmFnu",
"y": "mJpRrG-ex0R08heh1qm-osCH7SSTKC1Bjx1SrFpUQZCiYQXdPLIokC0DGRAMYq41",
"alg": "ES384"
}
The text was updated successfully, but these errors were encountered: