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
I am verifying ECDSA verification using SigVer.rsp, NIST test vectors. https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/dss/186-4ecdsatestvectors.zip
All testvectors passed up to P384 but P521 testvectors are encountering verification failures.
R, S of P521 testvectors is 131 hex digit, respectively. So signature size is 131 bytes.
I got TEE panic (0xffff0006).
so I tried adding a 1-byte 0x00 at the beginning or end to adjust the certificate size to 132 bytes.
All test vectors that should pass verification are failing.
Let me know if OPTEE support NIST ECDSA P521 Testvector verification
I'm using OPTEE version 3.11
Thank you
The text was updated successfully, but these errors were encountered:
Dear all,
I am verifying ECDSA verification using SigVer.rsp, NIST test vectors.
https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/dss/186-4ecdsatestvectors.zip
All testvectors passed up to P384 but P521 testvectors are encountering verification failures.
R, S of P521 testvectors is 131 hex digit, respectively. So signature size is 131 bytes.
I got TEE panic (0xffff0006).
so I tried adding a 1-byte 0x00 at the beginning or end to adjust the certificate size to 132 bytes.
All test vectors that should pass verification are failing.
Let me know if OPTEE support NIST ECDSA P521 Testvector verification
I'm using OPTEE version 3.11
Thank you
The text was updated successfully, but these errors were encountered: