about use openssl in netscape enterprise server

2001-10-18 Thread ˔˚
i write a shared object with c,in nes(netscape enterprise server) i call this shared object as external library,but when i call the program is stopped at sentence "RAND_seed(seed_int, sizeof(seed_int));",and the nes down,the platform is solaris2.6,i have no /dev/random (the same code can be exe

how add new OID into OpenSSL core?

2001-10-18 Thread Martin Szotkowski
Hi, is possible and how add my private OID into OpenSSL core. I mean into /crypto/objects/ * . Maybe into objects.txt and how translate it to *.c code. thanks Martin __ OpenSSL Project http://www.

PKCS#7 commands in PERL

2001-10-18 Thread Mark Strong
How would I do something like this from perl openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out message.signed -outform DER -nodetach can I use Net::SSLeay ? Or is there another perl module to interface with openssl ? Regards Mark Strong _

RE: Decrypting encrypted e-mail in OE 5

2001-10-18 Thread Angus Lee
>= Original Message From [EMAIL PROTECTED] = >The picture shows that you have the High Crypto pack installed (The 128bit >encryption statement in the about box). So my assumptions are wrong and I >have no idea at the moment what else could cause your problem, sorry. :-( After trying agai

RE: Pem_read_bio -.... expecting certificate.

2001-10-18 Thread Hylton Tregenza
Having tried my code with various other certs that came with openssl, I have to say that the problem is in my code. All certs give the same error. The only time i get a different error is if I remove the cert or physically alter the certificate header. Does SSL expect CA Cert to be in PEM format

Re: PKCS#7 commands in PERL

2001-10-18 Thread Mads Toftum
On Thu, Oct 18, 2001 at 07:54:28AM +1000, Mark Strong wrote: > How would I do something like this from perl > > openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out > message.signed -outform DER -nodetach > > can I use Net::SSLeay ? Or is there another perl module to inter

Re: How do I install OPENSSL on Solaris 2.x

2001-10-18 Thread Richard Levitte - VMS Whacker
Well, depends. Do you have a compiler? Perl? In that case, just read INSTALL and follow the instructions. Otherwise, find the packages for GNU cc (gcc), GNU binutils and perl, install those, then read INSTALL. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \

Re: using own CA certs with various clients

2001-10-18 Thread Lutz Jaenicke
On Tue, Oct 16, 2001 at 09:46:15PM -0700, Zachary Denison wrote: > My question is how can I prevent these messages, how > can I get the client software to trust our own CA > cert. On the web I searched and someone said to make > a pkcs12 client cert.. anyway I tried that in a number > of ways and

RE: How to use OpenSSL in MS-Windows Environment

2001-10-18 Thread Jared Clinton
Lawrence, Download the Tar : http://www.openssl.org/source/openssl-0.9.6b.tar.gz Untar this to your local hard disk and follow the instructions in the INSTALL.W32 file. You will need to compile the source so that you can get the program, but the make process is quite straight forward. Jared Cl

Re: problem signing spkacs

2001-10-18 Thread Ravi Prakash B.V.
Hi, Your process is correct. But the output certificate is in DER format. Thatswhy u r unable to see BEGIN CERTIFICATE tags... The mime type is also correct.. How u r downloading to netscape browser? Ravi Prakash B.V. On Thu, 18 Oct 2001, Christopher L. Everett wrote: > Hello: > > I'm tryi