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,
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:
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
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