Computes the ECDSA signature of the given hash value using the supplied private key and returns the created signature.
pointer to the hash value
length of the hash value
EC_KEY object containing a private EC key
pointer to a ECDSA_SIG structure or null if an error occurred
See Implementation
Computes the ECDSA signature of the given hash value using the supplied private key and returns the created signature.