[openssl-users] OpenSSL occasionally generates wrong signature
Dmitry
dimanne at gmail.com
Tue Oct 16 15:16:57 UTC 2018
Thank you for the hint, but it looks like the problem is somewhere else
I rewrote the piece of code in such a way:
char *Result = new char [SignatureLength];
EVP_DigestSignFinal(Ctx, reinterpret_cast<unsigned char *>(Result),
&SignatureLength);
TFile SignatureBin = {"/home/gc/signature.bin", ...};
SignatureBin.Write(Result, SignatureLength);
but the problem still persists.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20181016/775f7de3/attachment.html>
More information about the openssl-users
mailing list