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
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
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
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
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
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.
--
**
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/
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