RSA makefile in the crypto/rsa folder

2004-07-12 Thread Joe smith
Hi, This is a question regarding the makefile in the crypto/rsa folder in openssl. I am trying to run the make file to give me a library that I can use to just run the RSA algorithm in openssl. But it seems the required .c file dependencies for the .o files are missing i.e. only the .h files are

RE: crypto RSA

2003-10-19 Thread David Schwartz
> I am not sure it is the right explaination : I think that I don't > generate a symetric key. > In fact, it would be true if I used the EVP interface. But I use the > "low-level" function which directly encrypt (RSA_public_encrypt). > > So, my question was : > Why the encrypted data seem random ?

Re: crypto RSA

2003-10-17 Thread Jacques Lebastard
Thomas Monjalon a écrit: Hello, I am using RSA_public_encrypt(...) with always the same key and the same data to encrypt. Each time it generate different encrypted data. I would like to know why the results is each time different. Is there a random stuff ? Is it to make encryption more secure ?