Hi,
if I instantiate an OpenCA::PKCS7 object in order to verify a signature,
the object can return a number of error codes that indicate that something
went wrong.
Now I *do* expect a certain error, "unsupported certificate purpose",
during verification(*), i. e. the key usage bit for Digital Sig
This is a bit off topic, but hopefully you won't mind...
has anyone got a method to verify the signatures genrated during the CAPICOM
sign process using openssl ? Looking at the OpenCA code, the openssl routines
seem just to extract the signers certificate rather than verifying the
signature, o