Hello all, I would like to sign a small piece of data (about 40 bytes) and verify it on the other end of the connection. I started out using the RSA_sign and RSA_verify functions and found that this worked quite well. However, after I switched one end of the connection to use RSA_sign_ASN1_OCTET_STRING (the other was still using RSA_sign) I'm finding that I'm unable to verify the signature. Can someone explain to me the differences between RSA_sign, RSA_sign_ASN1_OCTET_STRING, and RSA_private_encrypt? I believe they are all signing functions, but I'm not sure which one to use in my case. Thanks! Austin
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]