I need to create a digital signature from C ++ code using the OpenSSL libraries. I realized that I needed this DSA \ DSA_do_sign, but I did not understand how to use it.
Does anyone have an example for this, or is the link better than the provided OpenSSL docs?
Thanks in advance!
source share