HP Open Source Security for OpenVMS Volume 2: HP SSL for OpenVMS > CRYPTO Application
Programming Interface (API) ReferenceDSA_do_sign
Synopsis#include <openssl/dsa.h> DESCRIPTIONDSA_do_sign() computes a digital signature on the len byte message digest dgst using the private key dsa and returns it in a newly allocated DSA_SIG structure. DSA_sign_setup(3) may be used to precompute part of the signing operation in case signature generation is time-critical. DSA_do_verify() verifies that the signature sig matches a given message digest dgst of size len. dsa is the signer's public key. |