windows server 2003 cert req

2007-11-08 Thread Phil
Hi there, Up to now I have ever only done certs for web servers which are quite straight forward. I now have the requirement to fulfill requests with the following: multiple subject alternative names server authentication client authentication If anyone can pass on info or point me in the right

Build failures on Mac OS X 10.3

2007-11-08 Thread Michael Broida
I'm working on a PowerPC G4 Mac running MacOS X 10.3.9. It has XCode 1.5, including gcc 3.3 with the "November 2004 Update". (I'm not actually using XCode, but it was the easiest way to get the whole compiler/linker package installed.) This Mac has to remain at 10.3.9, so I can't move to a newer

Re: 3des algorithm

2007-11-08 Thread Dr. Stephen Henson
On Thu, Nov 08, 2007, Lidia Fernndez wrote: > Hello all!! > > I have an application that interact with Linux and windows. > i have to cypher a file in Linux, and windows has to decrypt it. > > I use openssl and 3des to cypher it. > > openssl enc -des3 -salt -in file.txt -out 3descifr.txt

Re: symmetric keys and pkcs8 format

2007-11-08 Thread Dr. Stephen Henson
On Thu, Nov 08, 2007, Lidia wrote: > I need to use a symmetric algorithm to encrypt a file, and i need that the > data will be a pkcs#8 format. > I know that you can do that with Java (iaik) but i don't know if this is > possible with openssl > PKCS#8 is a format for storing private (asymmetri

3des algorithm

2007-11-08 Thread Lidia Fernández
Hello all!! I have an application that interact with Linux and windows. i have to cypher a file in Linux, and windows has to decrypt it. I use openssl and 3des to cypher it. openssl enc -des3 -salt -in file.txt -out 3descifr.txt -pass pass:lidiaCIPHER openssl enc -des

symmetric keys and pkcs8 format

2007-11-08 Thread Lidia
I need to use a symmetric algorithm to encrypt a file, and i need that the data will be a pkcs#8 format. I know that you can do that with Java (iaik) but i don't know if this is possible with openssl Somebody can help me? Thank! PD: Sorry for my English, i know that is not good. -- **

Re: Build Issue

2007-11-08 Thread Jimmy B
On Nov 8, 2007 10:46 AM, Arun Darra <[EMAIL PROTECTED]> wrote: > Hi, > > I have downloaded openssl.098f and trying to build it on Solaris: > I get a library relocation error when trying to link it. > > This occures in the crypto directory... > The commands i run are: > > ./configure --prefix=/home/

Build Issue

2007-11-08 Thread Arun Darra
Hi, I have downloaded openssl.098f and trying to build it on Solaris: I get a library relocation error when trying to link it. This occures in the crypto directory... The commands i run are: ./configure --prefix=/home/user/openssl make plese doo advide how to resolve this. thanks in advance Ar