I have certificate and ECDSA (on p-256) signature. Now i want to verify this signature using provided certificate. I use c++ (on Windows). Managed code (.NET) can't be used. I found that CryptoAPI doesn'r support ECDSA, so i should use CryptoAPI NG (CNG). However i can't find how to import public key from certificate to the CNG.
Can you help with my problem? Thanks