Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EcdsaVerify.CheckECDsa when cert is OpenSSL
Certificate OID friendly name is not cross-platform. The certificate on Windows is of type ECDsaCng while on Ubuntu it is of type ECDsaOpenSsl. This causes the friendly names to differ, where it's `nistP256` with ECDsaCng and `ECDSA_P256` with ECDsaOpenSsl. The OID value is the same with both. Signed-off-by: Alan Chung Ma <[email protected]>
- Loading branch information