Re: OpenSSL occasionally generates wrong signature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux