RE: decrypting the private key

2000-11-15 Thread Tom Schuring
Found it.. openssl rsa -in c:\mykey.key -outform PEM -out c:\unencr.key (I feel like I'm talking to myself...) -Original Message- From: Tom Schuring [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 2:37 PM To: [EMAIL PROTECTED] Subject: decrypting the private key Hello,

decrypting the private key

2000-11-15 Thread Tom Schuring
Hello, I generated a private key with: openssl genrsa -des3 1024 > c:\mykey.key It will ask me for a password. I enter "password" (high security eh ? :) How do I get the unecrypted private key back ? I tried: openssl enc -d -in c:\mykey.key -out c:\unencr.key -des3 and enter

Re: problem using s_client on hpux

2000-11-15 Thread Dr S N Henson
Dean Guenther wrote: > > > unable to load 'random state' > This means that the random number generator has not been seeded > with much random data. > Consider setting the RANDFILE environment variable to point at a file that > 'random' data can be kept in (the file will be overwritten). > CONNEC

Re: Maybe OFF-TOPIC. importing .p12 in IE

2000-11-15 Thread $B5HED(B $B5.(J$B1Q(B
Hi, This is Takahide Yoshida. I have a same experience.So I know as the following. 1. Please check your Cryptographic Modules of Netscape and IE. I think that it of Netscape is 56 Bit and it of IE is 40 Bit. 2. 40 Bit Cryptographic Modules of your IE is unable to import cert of anoth

problem using s_client on hpux

2000-11-15 Thread Dean Guenther
Hi, I'm having trouble using s_client from the openssl package on hpux. I compiled openssl on my linux box without any problem, and when I say openssl s_client -connect www.dceweb.it.wsu.edu:443 It runs perfectly fine. Next, I try to do the same on my hpux box. I compiled it (using hp

Maybe OFF-TOPIC. importing .p12 in IE

2000-11-15 Thread Rodrigo Coronado
Hi. Sorry, this is maybe a little off-topic, but... 1. I created a cert using openssl 2. I installed in Navigator 4.75 w/o troubles. 3. I exported it from Navigator in .p12 format: everything's fine. 4. I tried to import it in IE 4.x., but I couldn't: something about "The cert can not be imported

installing openssl

2000-11-15 Thread mazen
We sudents in engineering at  Ecole Nationale Superieure des Telecommunications-Paris- France are working on a security project that need the openssl library we would like -if possible- to have the way how we should do to install the openssl on Windows 98.using Visual C++.   Regards

Re: compiling problem

2000-11-15 Thread Lutz Jaenicke
On Wed, Nov 15, 2000 at 01:40:51PM -0800, David Gomez Cid wrote: > Hey , > > I am trying to into my code, however, i haven't been able to compile even the >simpliest code: Indeed! > c++ -L/usr/local/ssl/lib -lssl -lcrypto -I/usr/local/ssl/include main2.cpp -o test > > and all i get is... > >

compiling problem

2000-11-15 Thread David Gomez Cid
Hey , I am trying to into my code, however, i haven't been able to compile even the simpliest code: //main.cpp #include //openssl includes #include #include #include #include #include #include //#include "Socket.h" int main(){ SSL *ptr = NULL; SSL_CTX *ssl_ctx = NULL; SSL_

Might be off-topic. Can't build OpenSSL 0.9.6 with BCB4.

2000-11-15 Thread Fedor Utenkov
Hello all, I'm try to build an OpenSSL 0.9.6 with Borland C++ Builder 4 and it fails. The problem is that compiler don't like type cast from 'something' to void. The output messages log file attached and also put at the end of message. If somebody have a solution (i'm sure it e

The Net Detective. Spy on any....

2000-11-15 Thread 61723744
READY TO KNOW? CONFIDENTIAL! The SOFTWARE They Want BANNED In all 50 STATES. Why? Because these secrets were never intended to reach your eyes... Get the facts on anyuone! Locate Missing Persons, find Lost Relatives, obtain Addresses and Phone Numbers of ol

Re: Always ask password when start Apache httpsd?

2000-11-15 Thread Mark Tiramani
> >However each time I start the httpsd daemon, it always asks me for the > >private > >key. Is there any command option to save the private key? > > In scanning the posts, .. I am not sure anyone gave you the correct answer > - if you need auto-start (which we always do here, .. I, for one, wo

Some problems about s_client

2000-11-15 Thread Xiong,Yongqiang
Hi Everyone,   I met something wrong when I used s_client to connect an HTTPS server. I list the process as following:   # openssl s_client -connect my.test.host:443 -ssl3 CONNECTED(0004)depth=0 ...(omitted) verify error:num=20:unable to get local issuer certificateverify re

Re: Always ask password when start Apache httpsd?

2000-11-15 Thread Leland V. Lammert
At 08:46 PM 11/14/00 -0500, you wrote: >However each time I start the httpsd daemon, it always asks me for the >private >key. Is there any command option to save the private key? In scanning the posts, .. I am not sure anyone gave you the correct answer - if you need auto-start (which we alway

RE: Always ask password when start Apache httpsd?

2000-11-15 Thread David Walgamotte
I have ran into the same problem, What I did is created the certs using des instead of des3. DW -Original Message- From: Villy Kruse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 3:59 AM To: [EMAIL PROTECTED] Subject: Re: Always ask password when start Apache httpsd? On

Re: Always ask password when start Apache httpsd?

2000-11-15 Thread Steve Quirk
See http://www.modssl.org/docs/2.6/ssl_faq.html#remove-passphrase steve On Tue, 14 Nov 2000, Carl Ma wrote: > Hello all, > > > I am using Apache 1.3.14 with openssl-0.9.5a on Redhat 6.2(kernel 2.2.14-5.0). > Everything works fine and I create my key file with CA.pl after inputting the > pri