Re: Encrypt from buffer Instead of a file

2007-11-28 Thread Dr. Stephen Henson
On Wed, Nov 28, 2007, Lidia Fernndez wrote: > Hello all! > > I have created a c file where i encrypt with aes128, and is all good!! I > have create a mini-code that do the same that the command: > >"openssl enc -a -aes128 -in file.txt -out file.enc -pass > pass:12345678" > > In my code,

Encrypt from buffer Instead of a file

2007-11-28 Thread Lidia Fernández
Hello all! I have created a c file where i encrypt with aes128, and is all good!! I have create a mini-code that do the same that the command: "openssl enc -a -aes128 -in file.txt -out file.enc -pass pass:12345678" In my code, i have a file that contents the data and i create a BIO:

Sending cert chain through openssl s_client

2007-11-28 Thread Rocky S
Hi, I have the following certs 1) End user cert subject: enduser whatever issuer : Intermediate CA whatever 2) Intermediate CA cert subject: Intermediate CA whatever issuer : Actual CA whatever 3) Actual CA cert (self signed) subject : Actual CA whatever issuer : Actual CA whatever I

RE: compiling openssl only with passwd application

2007-11-28 Thread Ranjeet Kumar
Hi Marek, Thanks I already did it. It works fine. I need help in cross platform compiling for arm-linux. Thanks, Ranjeet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola Sent: Wednesday, November 28, 2007 1:11 PM To: openssl-users@openssl.o