How to generate RSA-SHA256 digital signature with OpenSSL libraries?

Posted by rursw1 on Stack Overflow See other posts from Stack Overflow or by rursw1
Published on 2010-06-01T16:31:05Z Indexed on 2010/06/01 16:33 UTC
Read the original article Hit count: 275

Filed under:
|
|
|
|

Hi,

I need to generate a digital signature from C++ code, using OpenSSL libraries. I understood that I need for that DSA \ DSA_do_sign, but didn't understand how exactly to use it.

Does someone have an example for that, or a reference for better than OpenSSL's supplied docs?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about c++

Related posts about openssl