Hi,
working on the implemention of a driver for a hardware crypto device I've
encountered a little problem.
The prototype for the RSA sign method in the openssl engine code contains a
type argument
which specifies the type of signature to be generated.
int rsa_sign(int type, unsigned char *m, unsigned int m_len,
unsigned char *sigret, unsigned int *siglen, RSA *rsa)
My questions are:
1. How can I find out more about the types of signatures I will need to
generate in the driver?
2. Is the data supplied to the sign function encoded in some special way?
Any help will be appreciated.
With kind regards from Maurice.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]