Hello everybody, Could anybody help me?
I need to sign messages using digital certificates and I use Crypto++ 5.0.4 as cryptography library. So, I need: 1. Obtain a digital certificate. Usually software used for obtaining certificates generates key pair by itself. For Windows platform MS CAPI is used 2. Be able to use the key pair generated in [1] with Crypto++ (digitally sign messages using RSA algorithm) But RSA key pairs of Crypto++ are not compatible with MS CAPI ones. I could not find a way to force Crypto++ to use keys generated by MS CAPI and vice versa. Is there an option: - EITHER generate key pair using MS CAPI, obtain certificate with this key pair and then use this key pair with Crypto++ (how?) - OR generate key pair using Crypto++ and obtain certificate with this key pair (how?). In then last case there is no problem with using key pair generated by Crypto++ with Crypto++. Thank you in advance
