Hi, I am working with the API OpenSign, and I need a method to sign data. The diference is that I can't use the method sign of the class MicrosoftWindowsCertificateHandler, because this method creates the hash of the data and then cipher this hash with the Key, and what I need is perform only the operation of signing (cipher the hash with the Key), because the hashing of the data is performed by other external modul. I think that there is not an existing operation in the API to do that I need, and that the solution is to create another method at the class called signHash, and create this method at the dll, a file crypto.cpp This new method performs the same operation that the method sign, except the operation CryptHashData. I need to know if this is the best solution and if when I finish this modification, it could be included at the new release. Thank's!
_______________________________________________ Developer mailing list [email protected] https://www.openoces.org/mailman/listinfo/developer
