Re: [openssl.org #834] openssl smime -encrypt ... -aes256 planned?

2004-02-25 Thread Lutz Jaenicke via RT
On Wed, Feb 25, 2004 at 09:46:27AM +0100, Ralf Hauser via RT wrote: Hi, http://www.openssl.org/docs/apps/smime.html# offers openssl smime [-encrypt] ... [-des3] ... [-rc2-128] Are there any plans to also support -aes256 or stronger? -aes256 is supported (openssl smime help). It has just

[openssl.org #835] Openssl 0.9.7c bug

2004-02-25 Thread via RT
My system details: Sun Sparc Fire v210 Solaris 9 , 64 bit Openssl version: 0.9.7c Description: I tried to build openssl 0.9.7c from source code. There seems to be strange problem, when I issue make command. My ssh connection get lost. I though it might be my network problem but then I tried

PKCS12_create error

2004-02-25 Thread S.Mehdi Sheikhalishahi
Hi All I want to create a pkcs12 structre.I use PKCS12_create function,It returns NULL. Also I have a pkcs12 file When I want to parse it returns NULL. I modify p12_kiss.c to diagnose where is problem.I find that the probelm is from PKCS12_verify_mac function. It cannot verify mac. What's the