Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only canonize ECDSA signatures in MSP:IsWellFormed (#1495)
Currently, the MSP IsWellFormed function expects any signature to be a valid ECDSA signature, however the certificate can be signed by a non-ECDSA algorithm which will then yield a false negative. This change set ensures the check only applies if the signature is ECDSA. Change-Id: I0b14e3e9b87e860a3ca29cc233dc4810de1768ab Signed-off-by: yacovm <[email protected]>
- Loading branch information