Generates a signature for the data in the message digest context
Typically this function will be called twice, firstly to determine the length of the signature, and secondly to retrieve the signature.
the message digest context
buffer where the signature should be written, or null
the length of the buffer, if sig is not null.
1 on success. 0 or negative for failure
See Implementation
Generates a signature for the data in the message digest context
Typically this function will be called twice, firstly to determine the length of the signature, and secondly to retrieve the signature.