Re: Problem with RSA_private_decrypt & RSA_print_fp

2005-04-14 Thread Nils Larsch
Tyler Durden wrote: I am using Windows 2000 and XP with Visula Studio .NET. Sorry I don't know what is backtrace. did you read the FAQ entry "I've compiled a program under Windows and it crashes: why?" ? Nils __ OpenSSL Project

Re: Problem with RSA_private_decrypt & RSA_print_fp

2005-04-14 Thread Tyler Durden
I am using Windows 2000 and XP with Visula Studio .NET. Sorry I don't know what is backtrace. Thanks. On 4/13/05, Nils Larsch <[EMAIL PROTECTED]> wrote: > Tyler Durden wrote: > > Sorry, > > > > I forget put in the flen parameter of the function > > RSA_private_decrypt(int flen, unsigned char *fr

Re: Problem with RSA_private_decrypt & RSA_print_fp

2005-04-13 Thread Nils Larsch
Tyler Durden wrote: Sorry, I forget put in the flen parameter of the function RSA_private_decrypt(int flen, unsigned char *from, unsigned char *to, RSA *rsa, int padding); the value returned by the RSA_public_encrypt(...), but I have not solved the problem with the function int RSA_print_fp(FILE *

Re: Problem with RSA_private_decrypt & RSA_print_fp

2005-04-13 Thread Tyler Durden
Sorry, I forget put in the flen parameter of the function RSA_private_decrypt(int flen, unsigned char *from, unsigned char *to, RSA *rsa, int padding); the value returned by the RSA_public_encrypt(...), but I have not solved the problem with the function int RSA_print_fp(FILE *fp, RSA *x, int off

Problem with RSA_private_decrypt & RSA_print_fp

2005-04-13 Thread Tyler Durden
Hello, I have a problem wiht the function "int RSA_private_decrypt(int flen, unsigned char *from, unsigned char *to, RSA *rsa, int padding);" When I call this function after to call the RSA_public_encrypt, I get -1 return value, therefore I get an error. The information error is: : rsa routin